CS:GO API csgo

Valve
steam

Get a CSGO player's profile stats (v2)
Create an app to try it out!

Retrieve career stats for an CSGO player.

Request
GET https://public-api.tracker.gg/v2/csgo/standard/profile/{platform}/{platformUserIdentifier}
ParameterTypeRequiredDescription
platformstringYesThe platform slug, must be 'steam'.
platformUserIdentifierstringYesThe user's handle on Steam, ie. a Steam ID, Steam Community URL, Steam Vanity Username, etc.
Response
Status CodeDescriptionResponse
200 SuccessStats for the requested CSGO player.ApiResponse<StatsProfile>

Get a stats segment for a CSGO player
Create an app to try it out!

Retrieve a portion of the stats for a CSGO player. We divide stats into logical segments, such as playlists, seasons, heroes, etc. (whatever happens to be useful for a specific game.)

Request
GET https://public-api.tracker.gg/v2/csgo/standard/profile/{platform}/{platformUserIdentifier}/segments/{segmentType}
ParameterTypeRequiredDescription
platformstringYesThe platform slug, must be 'steam'.
platformUserIdentifierstringYesThe user's handle on Steam, ie. a Steam ID, Steam Community URL, Steam Vanity Username, etc.
segmentTypestringYesThe type of segment you want to return, ie. 'map', or 'weapon'.
Response
Status CodeDescriptionResponse
200 SuccessStats for the requested CSGO player.ApiResponse<Segment[]>

Search for a CSGO player
Create an app to try it out!

Allows you to perform a search for a CSGO 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/csgo/standard/search
ParameterTypeRequiredDescription
platformstringYesThe platform slug, must be 'steam'.
querystringYesThe user's handle on Steam, ie. a Steam ID, Steam Community URL, Steam Vanity Username, etc.
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.