StarCraft II

Number of APIs: 15

  1. Community APIs-Profile API - Static GET {{battle-net-host}}/sc2/static/profile/{{sc2.region-id}}?locale={{locale}}&access_token={{access-token}}

  2. Community APIs-Profile API - Ladder GET {{battle-net-host}}/sc2/profile/{{sc2.region-id}}/{{sc2.realm-id}}/{{sc2.profile-id}}/ladder/{{sc2.ladder-id}}?locale={{locale}}&access_token={{access-token}}

  3. Community APIs-Ladder API - Grandmaster Leaderboard GET {{battle-net-host}}/sc2/ladder/grandmaster/{{sc2.region-id}}?locale={{locale}}&access_token={{access-token}}

  4. Community APIs-Ladder API - Season GET {{battle-net-host}}/sc2/ladder/season/{{sc2.region-id}}?locale={{locale}}&access_token={{access-token}}

  5. Community APIs-Legacy API - Profile GET {{battle-net-host}}/sc2/legacy/profile/{{sc2.region-id}}/{{sc2.realm-id}}/{{sc2.profile-id}}?locale={{locale}}&access_token={{access-token}}

  6. Community APIs-Legacy API - Ladders GET {{battle-net-host}}/sc2/legacy/profile/{{sc2.region-id}}/{{sc2.realm-id}}/{{sc2.profile-id}}/ladders?locale={{locale}}&access_token={{access-token}}

  7. Community APIs-Legacy API - Match History GET {{battle-net-host}}/sc2/legacy/profile/{{sc2.region-id}}/{{sc2.realm-id}}/{{sc2.profile-id}}/matches?locale={{locale}}&access_token={{access-token}}

  8. Community APIs-Legacy API - Achievements GET {{battle-net-host}}/sc2/legacy/data/achievements/{{sc2.region-id}}?locale={{locale}}&access_token={{access-token}}

  9. Community APIs-Legacy API - Rewards GET {{battle-net-host}}/sc2/legacy/data/rewards/{{sc2.region-id}}?locale={{locale}}&access_token={{access-token}}

  10. Game Data APIs - League Data GET {{battle-net-host}}/data/sc2/league/{{sc2.season-id}}/{{sc2.queue-id}}/{{sc2.item-type-id}}/{{sc2.league-id}}?locale={{locale}}&access_token={{access-token}}