Rozwiąż SteamID z każdego formatu, pobierz metadane profilu, batch do 100 profili na 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.
Steam Profile API normalizuje każdy wariant identyfikatora Steam — SteamID32, SteamID64, vanity URL, profil URL — i zwraca czyste DTO profilu z username, avatar, kraj, data utworzenia konta i trade eligibility.
SteamID32, SteamID64, vanity URL, pełne profile URL. /steam/api/info/steamid konwertuje między wszystkimi formatami.
Tak — /steam/api/profile/trade-eligibility zwraca status trade ban, lock state i wymagania Steam Guard w jednym calle.
Użyj /steam/api/profile/batch z listą SteamID (max 100 na call). Odpowiedź klucz-owana po SteamID.
One key, every Steam endpoint.