You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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/cdde294eab5b1156ef3028986d37d21c (not posting directly since it's long).
Deleted character is completely wrong (24,547 kills in PvP), but others seem inflated too (total of 6082 PvP kills while DTR shows 2690). I'm comparing with this: http://destinytracker.com/d2/profile/psn/klh_js and before it was broken the numbers matched exactly. Destiny2.GetHistoricalStats is unaffected and my current workaround since it shows correct data even for deleted characters.
The text was updated successfully, but these errors were encountered:
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/cdde294eab5b1156ef3028986d37d21c (not posting directly since it's long).Deleted character is completely wrong (24,547 kills in PvP), but others seem inflated too (total of 6082 PvP kills while DTR shows 2690). I'm comparing with this: http://destinytracker.com/d2/profile/psn/klh_js and before it was broken the numbers matched exactly.
Destiny2.GetHistoricalStats
is unaffected and my current workaround since it shows correct data even for deleted characters.The text was updated successfully, but these errors were encountered: