Herhangi bir public Steam profilinin friend list'ini al — SteamID'ler ve arkadaşlık timestamp'leri — tek bir call'da.
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'ı kimin kimle bağlantılı olduğunu bilmek isteyen social graph araçlarına, community analytics'e veya anti-fraud heuristiklere plug it.
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.