SteamIDs aus jedem Format auflösen, Profil-Metadaten abrufen, bis zu 100 Profile pro Call batchen.
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.
Die Steam Profile API normalisiert jede Variante des Steam-Identifiers – SteamID32, SteamID64, Vanity-URL, Profil-URL – und liefert ein sauberes Profil-DTO mit Username, Avatar, Land, Account-Erstellungs-Datum und Trade-Eligibility.
SteamID32, SteamID64, vanity URL, full profile URL. /steam/api/info/steamid converts between all of them.
Yes — /steam/api/profile/trade-eligibility returns trade ban status, lock state, and Steam Guard requirements in one call.
Use /steam/api/profile/batch with a list of SteamIDs (max 100 per call). Response keyed by SteamID.
One key, every Steam endpoint.