-
![destinyversion](https://user-images.githubusercontent.com/4798491/28494183-67d31ad2-6ee4-11e7-9f85-f90116855921.gif)
-
-
This query: `curl -H "X-API-Key: REDACTED" "https://www.bungie.net/Platform/Destiny2/2/Account/4611686018459911023/Stats/"`
returns this `Response`: https://gist.github.com/maciek134/cdde294eab5b1156…
-
https://destinydevs.github.io/BungieNetPlatform/docs/services/Destiny2/Destiny2-SearchDestinyPlayer
https://destinydevs.github.io/BungieNetPlatform/docs/services/Destiny2/Destiny2-GetProfile
https:/…
-
I need to know some infos about this API, if possible:
* What mean: `allParticipantsCount`?
* What mean: `allParticipantsScore`?
* What mean: `allParticipantsTimePlayed`?
* What mean: `remaining…
-
Using the API, you can get the usage stats for each weapon category (`weaponKillsHandCannon`, `weaponKillsSideArm`, `weaponKillsSubmachinegun`, etc.), broken down into game category (`patrol`, `raid`,…
-
When I make either of these 2 calls, i get back the following response
```
{
"ErrorCode": 5,
"ThrottleSeconds": 0,
"ErrorStatus": "SystemDisabled",
"Message": "This system is t…
-
I am used to put my interactive configuration in an extra comment area so I can fold it away if I don't need it.
When compiling and getting error messages like :
`GPC error: destiny2_scachi.gpc(6…
-
Noticed this today, I've not been using this endpoint in a while, now with this CURL:
``` curl -L -A "test" -H "X-API-Key: REDACTED" https://www.bungie.net/Platform/Destiny2/2/Profile/461168601845991…
-
I'm looking to use the Destiny2.SearchDestinyPlayer endpoint to search for PC (Blizzard) players, but I haven't been able to get anything in the Response value of the returned json.
I presume that …