Resolva SteamIDs de qualquer formato, obtenha metadados de perfil, batch até 100 perfis por call.
All endpoints return JSON, accept the same auth header, and degrade with a normalised error envelope.
/steam/api/profile
/steam/api/profile/batch
/steam/api/info/steamid
/explore/api/profile
Same auth header as every other endpoint we ship. Get an API key from the dashboard and you're querying inside two minutes.
A Steam Profile API normaliza cada variante de identificador Steam — SteamID32, SteamID64, vanity URL, profile URL — e retorna um DTO de perfil limpo com username, avatar, país, data de criação e trade eligibility.
SteamID32, SteamID64, vanity URL, URL completo de perfil. /steam/api/info/steamid converte entre todos eles.
Sim — /steam/api/profile/trade-eligibility retorna status de trade ban, lock state e requisitos Steam Guard em um único call.
Use /steam/api/profile/batch com uma lista de SteamIDs (max 100 por call). Resposta keyed por SteamID.
One key, every Steam endpoint.