mirror of
https://github.com/Ahrimdon/detailed-cod-tracker.git
synced 2024-11-03 16:46:44 -05:00
16 lines
732 B
Plaintext
16 lines
732 B
Plaintext
# Get Stats Using Battle.NET (Requires Numbers)
|
|
https://my.callofduty.com/api/papi-client/stats/cod/v1/title/mw/platform/battle/gamer/$PROF/profile/type/mp
|
|
|
|
# Get Stats Using PSN
|
|
https://my.callofduty.com/api/papi-client/stats/cod/v1/title/mw/platform/psn/gamer/$PROF/profile/type/mp
|
|
|
|
# Get Stats Using Xbox Live
|
|
https://my.callofduty.com/api/papi-client/stats/cod/v1/title/mw/platform/xbl/gamer/$PROF/profile/type/mp
|
|
|
|
---
|
|
|
|
# Get Recent Games
|
|
https://my.callofduty.com/api/papi-client/crm/cod/v2/title/mw/platform/battle/gamer/$PROF/matches/mp/start/0/end/0/details
|
|
|
|
# Get Maps & Game Modes (No $PROF Variable Needed)
|
|
https://my.callofduty.com/api/papi-client/ce/v1/title/mw/platform/battle/gameType/mp/communityMapData/availability |