RuneScape
RuneScape and OSRS RPGs information
- Authentication
- No auth
- HTTPS
- Yes
- CORS
- No
- Category
- Games & Comics
- Documentation / URL
- https://runescape.wiki/w/Application_programming_interface
Overview
RuneScape’s official APIs expose game data — item prices, Grand Exchange info, and player stats (via the wiki/API endpoints). Keyless and free (verified live).
Quick Start
Item price info (verified live — Abyssal whip):
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"
}
}
Grand Exchange graph:
curl "https://services.runescape.com/m=itemdb_rs/api/graph/4151.json"
Player stats (via OSRS hiscores):
curl "https://secure.runescape.com/m=hiscore/index_lite.ws?player=zezima"
Authentication
None — keyless.
Rate Limits & Notes
- Free, official Jagex data — be polite with requests.
- The item DB API is the classic endpoint for prices; the graph API gives 180-day price history.
- OSRS and RS3 have separate hosts (
secure.runescape.comvsoldschool.runescape.com). - Community docs and additional endpoints live on runescape.wiki.
FAQ
Is RuneScape API free? Yes — official and keyless (verified).
What data is available? Item prices, GE graphs, and player hiscores.
Is this OSRS or RS3? Both — different hosts per game.
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 | ↗ |