Wiki Prices

Simple and fast Grand Exchange prices from the OSRS Wiki. Does not account for tax.

by OSRS Wiki

freecharts

Overview

Wiki Prices is the official real-time Grand Exchange price API provided by the Old School RuneScape Wiki. It offers free access to current and historical price data for all tradeable items in OSRS.

Features

API Endpoints

The base URL is https://prices.runescape.wiki/api/v1/osrs

Latest Prices

GET /latest - Returns the most recent price for all items.

5-Minute Averages

GET /5m - Returns 5-minute rolling average prices.

1-Hour Averages

GET /1h - Returns 1-hour rolling average prices.

Time Series

GET /timeseries?timestep=5m&id={itemId} - Returns historical price data for a specific item. Timestep can be 5m, 1h, 6h, or 24h.

Item Mapping

GET /mapping - Returns a complete mapping of item IDs to names and other metadata.

Usage

The API is free to use but subject to an acceptable use policy. Rate limiting may apply for excessive requests. The service is partnered with RuneLite and powers many popular flipping tools.