通过一次调用获取任意公开 Steam 资料的好友列表——SteamID 加上成为好友的时间戳。
All endpoints return JSON, accept the same auth header, and degrade with a normalised error envelope.
/steam/api/friendlist
Same auth header as every other endpoint we ship. Get an API key from the dashboard and you're querying inside two minutes.
将 Friendlist API 接入社交关系图工具、社区分析或需要知道谁与谁相连的反欺诈启发式系统。
No — Steam only exposes friend lists for public profiles. Private profiles return an empty list.
Yes — for every friend row, you get the SteamID and the friendship-since Unix timestamp.
Profile API returns the user themselves. Friendlist API returns their social graph.
One key, every Steam endpoint.