Steam
Steam Web API documentation
- Authentication
- API Key
- HTTPS
- Yes
- CORS
- No
- Category
- Games & Comics
- Documentation / URL
- https://steamapi.xpaw.me/
Overview
The Steam Web API serves Steam data — apps, player profiles, and game news. Auth is a free API key.
⚠️ Gotcha (verified 2026-08): the classic
ISteamApps/GetAppList/v2/endpoint now returns HTTP 404 “Method ‘GetAppList’ not found” — Steam has been deprecating/removing endpoints. Check the current interface (steamapi.xpaw.me) before relying on a specific method.
Quick Start
Player summary (replace YOUR_KEY):
curl "https://api.steampowered.com/ISteamUser/GetPlayerSummaries/v2/?key=YOUR_KEY&steamids=76561197960435530"
{
"response": { "players": [ { "steamid": "76561197960435530", "personaname": "Robin", "profileurl": "https://steamcommunity.com/id/robinwalker/" } ] }
}
Authentication
- Register at steamcommunity.com/dev/apikey → free key.
- Send it as the
keyquery parameter.
Rate Limits & Notes
- Free key; some endpoints are rate-limited (100k/day per key per the docs).
- The API surface changes — always check xpaw.me’s live interface list.
- See also Steam-2 (keyless internal endpoints, listed on this site).
FAQ
Is the Steam API free? Yes — a free key from the Steamworks portal.
Why 404 on GetAppList? Steam removed/deprecated the method (verified) — check xpaw.me.
What can I access? Player profiles, app info, and news (per the current interface).
More in Games & Comics
| API | Auth | HTTPS | CORS | |
|---|---|---|---|---|
| AmiiboAPI Nintendo Amiibo Information | No auth | Yes | Yes | ↗ |
| Animal Crossing: New Horizons API for critters, fossils, art, music, furniture and villagers | No auth | Yes | Unknown | ↗ |
| Astroworld Free Minecraft data: mobs, biomes, items, enchantments, structures, commands, versions, achievements, trades | No auth | Yes | Yes | ↗ |
| Autochess VNG Rest Api for Autochess VNG | No auth | Yes | Yes | ↗ |
| Barter.VG Provides information about Game, DLC, Bundles, Giveaways, Trading | No auth | Yes | Yes | ↗ |