Steam
Steam Web API 文档
- 认证方式
- API Key
- HTTPS
- Yes
- CORS
- No
- 分类
- 游戏与漫画
- 文档 / URL
- https://steamapi.xpaw.me/
简介
Steam Web API 提供 Steam 数据——应用、玩家档案和游戏新闻。认证是免费 API 密钥。
⚠️ 坑(2026-08 实测):经典
ISteamApps/GetAppList/v2/端点现在返回 HTTP 404 “Method ‘GetAppList’ not found”——Steam 一直在弃用/移除端点。使用特定方法前请查看当前接口(steamapi.xpaw.me)。
快速开始
玩家摘要(替换 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/" } ] }
}
认证方式
- 在 steamcommunity.com/dev/apikey 注册 → 免费密钥。
- 通过
key查询参数携带。
速率限制与注意事项
- 免费密钥;部分端点有限流(按文档每密钥 10 万次/天)。
- API 面经常变化——请始终查看 xpaw.me 的实时接口列表。
- 另见 Steam-2(免密钥内部端点,本站收录)。
常见问题
Steam API 免费吗? 是的——从 Steamworks 门户拿免费密钥。
为什么 GetAppList 404? Steam 已移除/弃用该方法(已实测)——请查看 xpaw.me。
能访问什么? 玩家档案、应用信息和新闻(按当前接口)。
游戏与漫画 分类更多
| 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 | ↗ |