Recupera la lista de amigos de cualquier perfil de Steam público (SteamIDs más timestamps de amistad) en una sola llamada.
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.
Integra la Friendlist API en herramientas de grafos sociales, analítica de comunidad o heurísticas antifraude que necesiten saber quién se conecta con quién.
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.