SteamID'leri herhangi bir formattan çöz, profil metadata'sını al, call başına 100 profile kadar batch.
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 her Steam identifier varyantını normalize eder — SteamID32, SteamID64, vanity URL, profile URL — ve username, avatar, ülke, hesap oluşturma tarihi ve trade eligibility içeren temiz bir profil DTO döner.
SteamID32, SteamID64, vanity URL, tam profile URL. /steam/api/info/steamid hepsinin arasında dönüşüm yapar.
Evet — /steam/api/profile/trade-eligibility tek bir call'da trade ban durumu, lock state ve Steam Guard gerekliliklerini döner.
/steam/api/profile/batch'i bir SteamID listesi ile kullanın (call başına max 100). Yanıt SteamID'ye göre key'lenir.
One key, every Steam endpoint.