Steam (Unofficial) API

Get Player Summaries

Returns basic profile information for a list of 64-bit Steam IDs. Up to 100 Steam IDs can be requested. Some data may be hidden if the user has their profile visibility set to "Friends Only" or "Private" - in that case, only public data will be returned. Example: http://api.steampowered.com/ISteamUser/GetPlayerSummaries/v0002/?key=XXXXXXXXXXXXXXXXXXXXXXX&steamids=76561197960435530

GET
/ISteamUser/GetPlayerSummaries/v2
key<token>

In: query

Query Parameters

steamids*string

Comma-delimited list of 64-bit Steam IDs to return profile information for. Up to 100 Steam IDs can be requested.

format?string

The format of the response. Defaults to json

Value in"json" | "xml" | "vdf"

Response Body

curl -X GET "https://api.steampowered.com/ISteamUser/GetPlayerSummaries/v2?steamids=string"
Empty
Empty
Empty