RuneScape
RuneScape 和 OSRS 角色扮演游戏信息
- 认证方式
- No auth
- HTTPS
- Yes
- CORS
- No
- 分类
- 游戏与漫画
简介
RuneScape 的官方 API 暴露游戏数据——物品价格、大交易所信息和玩家属性(通过 wiki/API 端点)。免密钥且免费(实测可用)。
快速开始
物品价格信息(实测可用——深渊鞭):
curl "https://secure.runescape.com/m=itemdb_rs/api/catalogue/detail.json?item=4151"
{
"item": {
"name": "Abyssal whip",
"id": 4151,
"current": { "trend": "neutral", "price": "2.3m" },
"today": { "trend": "neutral", "price": "+0" },
"members": "true"
}
}
大交易所图表:
curl "https://services.runescape.com/m=itemdb_rs/api/graph/4151.json"
玩家属性(OSRS 榜单):
curl "https://secure.runescape.com/m=hiscore/index_lite.ws?player=zezima"
认证方式
无需认证——免密钥。
速率限制与注意事项
- 免费、Jagex 官方数据——请礼貌请求。
- 物品 DB API 是经典价格端点;graph API 给 180 天价格历史。
- OSRS 和 RS3 有不同主机(
secure.runescape.comvsoldschool.runescape.com)。 - 社区文档和附加端点在 runescape.wiki。
常见问题
RuneScape API 免费吗? 是的——官方且免密钥(实测)。
有什么数据? 物品价格、大交易所图表和玩家榜单。
这是 OSRS 还是 RS3? 都有——不同游戏用不同主机。
游戏与漫画 分类更多
| 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 | ↗ |