Résoudre SteamIDs depuis n'importe quel format, récupérer les métadonnées de profil, batch jusqu'à 100 profils par appel.
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.
La Steam Profile API normalise chaque variante d'identifiant Steam — SteamID32, SteamID64, URL vanity, URL profil — et renvoie un DTO de profil propre avec nom d'utilisateur, avatar, pays, date de création et éligibilité au trade.
SteamID32, SteamID64, URL vanity, URL profil complète. /steam/api/info/steamid convertit entre tous ces formats.
Oui — /steam/api/profile/trade-eligibility renvoie le statut trade ban, lock state, et exigences Steam Guard en un seul appel.
Utilisez /steam/api/profile/batch avec une liste de SteamIDs (max 100 par appel). Réponse keyée par SteamID.
One key, every Steam endpoint.