Translate

Transform/translate input to Steam data.

Endpoint: https://alyx.ro/api/v1/steam/translate

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)

name
required

input

Accepted inputs are the following:

  • https://steamcommunity.com/id/aimstate/

  • 76561199102139285

  • https://steamcommunity.com/profiles/76561199102139285

  • aimstate

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