Récupérer la liste d'amis de n'importe quel profil Steam public — SteamIDs plus timestamps d'amitié — en un seul appel.
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.
Branchez la Friendlist API dans des outils de graphe social, analytics communautaires ou heuristiques anti-fraude qui ont besoin de savoir qui se connecte à qui.
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.