mirror of
https://github.com/Ahrimdon/detailed-cod-tracker.git
synced 2024-11-03 16:46:44 -05:00
22 lines
995 B
Plaintext
22 lines
995 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
|
|
|
|
# Get Match Stats
|
|
https://www.callofduty.com/api/papi-client/crm/cod/v2/title/mw/platform/battle/fullMatch/mp/matchID/it
|
|
|
|
# Leaderboard
|
|
https://www.callofduty.com/api/papi-client/leaderboards/v2/title/mw/platform/battle/time/alltime/type/core/mode/career/page/1 |