Parse

Parse information for a Steam ID.

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

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

steam_id

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.532
}

An error may occur if the endpoint is used incorrectly or if you have been rate limited by Steam.

Last updated