解析任意格式的 SteamID,获取资料元数据,每次调用最多批量获取 100 个资料。
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 规整每一种 Steam 标识符变体——SteamID32、SteamID64、个性化网址、资料网址——并返回一个干净的资料 DTO,包含用户名、头像、国家/地区、创建日期和交易资格。
SteamID32、SteamID64、个性化网址、完整资料网址。/steam/api/info/steamid 可在这些格式之间相互转换。
可以——/steam/api/profile/trade-eligibility 在一次调用中返回交易封禁状态、锁定状态和 Steam Guard 要求。
使用 /steam/api/profile/batch 并传入一份 SteamID 列表(每次调用最多 100 个)。响应以 SteamID 为键。
One key, every Steam endpoint.