Splitgate API splitgate
1047 Games
steam
Get a Splitgate player's profile stats (v2)
Create an app to try it out!
Retrieve career stats for a Splitgate player.
Request
GET https://public-api.tracker.gg/v2/splitgate/standard/profile/{platform}/{platformUserIdentifier}
Parameter | Type | Required | Description |
---|---|---|---|
platform | string | Yes | The platform slug, must be 'steam'. |
platformUserIdentifier | string | Yes | The user's handle on Steam, ie. a Steam ID, Steam Community URL, Steam Vanity Username, etc. |
Response
Status Code | Description | Response |
---|---|---|
200 Success | Stats for the requested Splitgate player. | ApiResponse<StatsProfile> |
Search for a Splitgate player
Create an app to try it out!
Allows you to perform a search for a Splitgate player using a unique identifier (a Steam ID, Steam Community URL, Steam Vanity Username, etc.) 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/splitgate/standard/search
Parameter | Type | Required | Description |
---|---|---|---|
platform | string | Yes | The platform slug, must be 'steam'. |
query | string | Yes | The user's handle on Steam, ie. a Steam ID, Steam Community URL, Steam Vanity Username, etc. |
Response
Status Code | Description | Response |
---|---|---|
200 Success | A list of search results. | ApiResponse<CollectorSearchResult[]> |