mirror of
https://github.com/Ahrimdon/detailed-cod-tracker.git
synced 2024-11-03 16:46:44 -05:00
30 lines
1.3 KiB
Plaintext
30 lines
1.3 KiB
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 friendFeedEvents
|
|
https://my.callofduty.com/api/papi-client/userfeed/v1/friendFeed/platform/battle/gamer/$PROF/friendFeedEvents/en
|
|
|
|
# Get eventFeed
|
|
https://my.callofduty.com/api/papi-client/userfeed/v1/friendFeed/rendered/en/{acct_sso_token}
|
|
|
|
# Get CP
|
|
https://my.callofduty.com/api/papi-client/inventory/v1/title/mw/platform/battle/gamer/$PROF/currency
|
|
|
|
https://my.callofduty.com/api/papi-client/crm/cod/v2/accounts/platform/battle/gamer/$PROF/
|
|
|
|
https://my.callofduty.com/api/papi-client/preferences/v1/platform/battle/gamer/$PROF/list
|
|
|
|
# Get Bundle Info
|
|
https://my.callofduty.com/api/papi-client/inventory/v1/title/mw/bundle/400525/en |