Valorant (non-official)
一个内容广泛的 API,包含大部分 Valorant 游戏内物品、资源等数据
- 认证方式
- No auth
- HTTPS
- Yes
- CORS
- Unknown
- 分类
- 游戏与漫画
- 文档 / URL
- https://valorant-api.com
简介
非官方瓦罗兰特 API(valorant-api.com)提供 Riot 射击游戏的数据:特工、地图、武器、皮肤、礼包、段位、玩家卡片等——免密钥且免费。这个社区项目是瓦罗兰特粉丝工具和配装应用的标配数据源。
注:这不是 Riot 官方 API——Riot 官方 API(developer.riotgames.com)需要密钥,提供对局/账号数据。
快速开始
全部特工(实测可用):
curl "https://valorant-api.com/v1/agents"
{
"status": 200,
"data": [
{
"uuid": "add6443a-41bd-e414-f6ad-e58d267f4e95",
"displayName": "Jett",
"description": "Representing her home country of South Korea...",
"role": { "displayName": "Duelist" },
"displayIcon": "https://media.valorant-api.com/agents/.../displayicon.png"
}
]
}
武器 / 地图 / 礼包:
curl "https://valorant-api.com/v1/weapons"
curl "https://valorant-api.com/v1/maps"
curl "https://valorant-api.com/v1/bundles"
段位 / 玩家卡片:
curl "https://valorant-api.com/v1/ranks"
curl "https://valorant-api.com/v1/playercards"
认证方式
无需认证——免密钥。
速率限制与注意事项
- 免费;没有文档化的硬性限制——请礼貌使用。
- 所有数据带
uuid标识和displayIcon/displayName字段——易于渲染。 - API 由社区维护,随游戏版本更新。
- 对局历史/账号数据请用 Riot 官方 API(需要单独密钥)。
常见问题
这个 API 免费吗? 是的——免费且免密钥。
是官方的吗? 不是——社区项目;Riot 官方 API 独立且需要密钥。
有什么数据? 特工、武器、地图、礼包、皮肤、段位、玩家卡片等。
游戏与漫画 分类更多
| 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 | ↗ |