Hämta vänlistan för vilken offentlig Steam-profil som helst — SteamIDs plus vänskapstidsstämplar — i ett enda anrop.
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.
Koppla in Friendlist-API:t i sociala grafverktyg, community-analys eller heuristik mot bedrägeri som behöver veta vem som ansluter till vem.
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.