SuperEvilMegacorp / vainglory-assets

Community provided art, schemas, and other assets that make using the Vainglory API easier
https://developer.vainglorygame.com
MIT License
54 stars 40 forks source link

[BUG] gamesPlayed -> blitz_rounds (Onslaught) is always 0 #339

Closed ghost closed 5 years ago

ghost commented 6 years ago
curl -g "https://api.dc01.gamelockerapp.com/shards/sg/players?filter[playerName]=NullKarma" \
  -H "Authorization: Bearer API_KEY" \
  -H "Accept: application/vnd.api+json" | jq .
          "gamesPlayed": {
            "aral": 302,
            "blitz": 1339,
            "blitz_rounds": 0,
            "casual": 417,
            "ranked": 325
          },