Splitgate API splitgate

1047 Games
steamxblpsn

Get a Splitgate player's profile stats
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}
ParameterTypeRequiredDescription
platformstringYesThe platform slug, must be 'steam', 'xbl' or 'psn'.
platformUserIdentifierstringYesThe user's SteamID64, Xbox Gamertag, or PSN Id
Response
Status CodeDescriptionResponse
200 SuccessStats for the requested Splitgate player.ApiResponse<StatsProfile>

Get a Splitgate player's Matches
Create an app to try it out!

Retrieve all matches for a Splitgate Player

Request
GET https://public-api.tracker.gg/v2/splitgate/standard/matches/{platform}/{platformUserIdentifier}
ParameterTypeRequiredDescription
platformstringYesThe platform slug, must be 'steam', 'xbl' or 'psn'.
platformUserIdentifierstringYesThe user's SteamID64, Xbox Gamertag, or PSN Id
Response
Status CodeDescriptionResponse
200 SuccessGet recent matches for a Splitgate player.ApiResponse<MatchResult>

Get a Match
Create an app to try it out!

Retrieve a Detailed Match Report.

Request
GET https://public-api.tracker.gg/v1/splitgate/matches/{platform}/direct/{matchId}
ParameterTypeRequiredDescription
platformstringYesThe platform slug, must be 'steam', 'xbl' or 'psn'.
matchIdstringYesThe Match ID
Response
Status CodeDescriptionResponse
200 SuccessGet a match reportApiResponse<StatisticalObject>

Get stats segments of a Splitgate player's profile
Create an app to try it out!

Retrieves additional stat segments for a particular player.

Request
GET https://public-api.tracker.gg/v2/splitgate/standard/profile/{platform}/{platformUserIdentifier}/segments/{segmentType}
ParameterTypeRequiredDescription
platformstringYesThe platform slug, must be 'steam', 'xbl' or 'psn'.
platformUserIdentifierstringYesThe user's SteamID64, Xbox Gamertag, or PSN Id
segmentTypestringYesThe type of the segments to return. Can be 'weapon', 'map', 'gamemode', 'playlist', or 'overview'.
queuestringNoCan be empty, 'ranked' or 'social'
seasonnumberNoTo get season specific data for the player. Keep empty for lifetime. Weapon data is only available for lifetime.
Response
Status CodeDescriptionResponse
200 SuccessStat segments for the requested player / segment combo.ApiResponse<Segment[]>

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
ParameterTypeRequiredDescription
platformstringYesThe platform slug, must be 'steam', 'xbl' or 'psn'.
querystringYesThe user's SteamID64, Xbox Gamertag, or PSN Id. For Steam it can also be their steamcommunity url or vanity name.
Response
Status CodeDescriptionResponse
200 SuccessA list of search results.ApiResponse<CollectorSearchResult[]>
Preview of our mobile app available on Android and iOS
Get the Mobile App

We've rebuilt our mobile app from the ground up with your favorite features and games.