2023-10-08 06:10:29 -04:00
|
|
|
# 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)
|
2023-10-19 05:55:39 -04:00
|
|
|
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
|