Fetch any public Steam profile's friend list — SteamIDs plus friendship-since timestamps — through one call.
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.
Plug the Friendlist API into social-graph tools, community analytics, or anti-fraud heuristics that need to know who connects to whom. Returns a flat list of SteamIDs with the friendship-since timestamp.
Public profiles only — private profiles return an empty list, which lets you detect private-profile fraud signals cheaply.
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.