We've rebuilt our mobile app from the ground up with your favorite features and games.
The Division 2 API division-2
Ubisoft uplay
xbl
psn
Get a Division 2 player's profile stats (v2)
Retrieve career stats for an Division 2 player.
Request
GET https://public-api.tracker.gg/v2/division-2/standard/profile/{platform}/{platformUserIdentifier}
Parameter | Type | Required | Description |
---|---|---|---|
platform | string | Yes | The platform slug, must be one of 'uplay', 'psn', 'xbl'. |
platformUserIdentifier | string | Yes | The user's handle on the platform, ie. a Uplay username, PSN ID, Xbox Live gamertag, etc. |
Response
Status Code | Description | Response |
---|---|---|
200 Success | Stats for the requested Division 2 player. | ApiResponse<StatsProfile> |
Search for a Division 2 player
Allows you to perform a search for a Division 2 player using a unique identifier (Xbox Live gamertag, PSN ID, or Uplay username.) The result set is not guaranteed to be an exhaustive list of players that match the search.
Request
GET https://public-api.tracker.gg/v2/division-2/standard/search
Parameter | Type | Required | Description |
---|---|---|---|
platform | string | Yes | The platform slug, must be one of 'uplay', 'psn', 'xbl'. |
query | string | Yes | The user's handle on the platform, ie. a Uplay username, PSN ID, Xbox Live gamertag, etc. |
Response
Status Code | Description | Response |
---|---|---|
200 Success | A list of search results. | ApiResponse<CollectorSearchResult[]> |