RuneScape
Offers JSON endpoints for developers, fansite operators, and bots to retrieve RuneScape game data such as Grand Exchange item catalogs and price trends, bestiary entries, player and clan hiscores, and other wiki information.
Latency
471ms p95
Uptime
100.0% 30d
Playground
Verified
live
Endpoints
/m=itemdb_rs/api/info.json
Returns the runedate of when the Grand Exchange Database was last updated.
/m=itemdb_rs/api/catalogue/category.json
Returns the number of items per starting letter for a given category.
/m=itemdb_rs/api/catalogue/items.json
Returns the first 12 items in a category filtered by starting letter and page.
/m=itemdb_rs/api/catalogue/detail.json
Returns detailed information for a specific item.
/m=itemdb_rs/obj_big.gif
Returns a large image of an item.
/m=itemdb_rs/obj_sprite.gif
Returns the inventory icon image of an item.
/m=itemdb_rs/api/graph/{itemId}.json
Returns price‑history graph data for an item over the past 180 days.
/m=hiscore/ranking.json
Returns up to 50 players in a given skill or activity.
/m=hiscore/index_lite.ws
Returns a player's rank, level and experience for each skill (Hiscores Lite).
/m=hiscore_ironman/index_lite.ws
Returns a Ironman player's rank, level and experience for each skill (Hiscores Lite).
/m=hiscore_hardcore_ironman/index_lite.ws
Returns a Hardcore Ironman player's rank, level and experience for each skill (Hiscores Lite).
/m=hiscore_leagues/index_lite.ws
Returns a Leagues player's rank, level and experience for each skill (Hiscores Lite).
/m=clan-hiscores/clanRanking.json
Returns the top three clans.
/m=temp-hiscores/getRankings.json
Returns a player's current or archived scores in Seasonal HiScores.
/m=temp-hiscores/getHiscoreDetails.json
Returns information about current or archived Seasonal events.
15 endpoints auto-detected
curl -X GET \ "https://runescape.wiki/w/Application_programming_interface/m=itemdb_rs/api/info.json"
runescape.wiki · HTTPS only