Translate
Transform/translate input to Steam data.
This endpoint requires an authorization header to function properly. It only supports the GET method, and the parameters listed below must be provided as query parameters. (5 minute cache)
input
Accepted inputs are the following:
https://steamcommunity.com/id/aimstate/
76561199102139285
https://steamcommunity.com/profiles/76561199102139285
aimstate
This is an exhaustive endpoint, so it may take longer to process—potentially over 2 seconds. However, if a request exceeds 5 seconds, it will be automatically terminated by our server.
The object below demonstrates the correct usage of this endpoint. (data is type of ISteamProfile)
{
"success": true,
"data": {
"steamid2": "STEAM_1:1:570936778",
"steamid3": "[U:1:1141873557]",
"steamid64": "76561199102139285",
"accountid": 1141873557,
"avatar": "https://avatars.steamstatic.com/37e8bfc50e08a5e0156cda2ed14ddeb647d7c729_full.jpg",
"name": "dragos",
"url": "https://steamcommunity.com/id/aimstate/"
},
"query_time": 0.709
}
An error may occur if the endpoint is used incorrectly or if you have been rate limited by Steam.
Last updated