Steam

Using this route, you can fetch data from input.

Usage

(GET) https://alyx.ro/api/v1/steam/INPUT
Valid input
  • STEAM_1:1:570936778

  • 76561199102139285

  • [U:1:1141873557]

Response

We are using one of the above valid inputs as an example

{
    "steamid2": "STEAM_1:1:570936778",
    "steamid3": "[U:1:1141873557]",
    "steamid64": "76561199102139285",
    "accountid": 1141873557,
    "avatar": "https://avatars.steamstatic.com/2fcef5789d3d3573ad84822e5ce9cd8edd89e826_full.jpg",
    "name": "dragos",
    "query_time": "0.208s"
}

query_time represents the time it took for the request to be processed by the server

Errors

The only available error is "Internal server error".

Last updated