Search items / get item metadata
API · /osrs-api
Old School RuneScape API
The Old School RuneScape Grand Exchange and Hiscores as an API. Get live item buy and sell prices straight from the OSRS Wiki real-time prices feed, with flip margins and the 2% GE sales tax already calculated (profit_after_tax), search the full item catalogue by name for ids, buy limits, alchemy values and examine text, pull price-and-volume history time series (5m, 1h, 6h or 24h steps), and look up any player on the official hiscores — all 24 skill levels, XP and ranks plus boss kill-counts and minigame scores. Perfect for Grand Exchange flipping tools and trade bots, price trackers and Discord bots, player progress trackers and clan dashboards. No accounts, no upstream key.
API health
healthy- Uptime
- 100.00%
- Server probes · 24h
- Avg latency
- 248 ms
- Server probes · 24h
- Subscribers
- 3,287
- active
- Total calls
- 100
- last 7 days
Pricing
Pick a tier — billed monthly, cancel anytime.
Free
Free
- 3,400 calls / month
- 2 requests / second
- Hard cap (429 above quota, no overage)
- 3,400 calls/month
- 2 req/sec
- Item search, prices & hiscores
- No credit card
Starter
€4.80 /month
- 44,000 calls / month
- 5 requests / second
- Hard cap (429 above quota, no overage)
- 44k calls/month
- 5 req/sec
- Price history time series
- Email support
Pro
€14.90 /month
- 215,000 calls / month
- 15 requests / second
- Hard cap (429 above quota, no overage)
- 215k calls/month
- 15 req/sec
- Flipping tools & trackers
- Priority support
Mega
€39.90 /month
- 1,050,000 calls / month
- 40 requests / second
- Hard cap (429 above quota, no overage)
- 1.05M calls/month
- 40 req/sec
- Trade bots & dashboards
- Dedicated SLA
Built by
Related APIs
Other APIs with overlapping tags.
RuneScape 3 Grand Exchange API
RuneScape 3 Grand Exchange item prices as an API, straight from Jagex's official market data. Look up any tradeable item by its id for the current Grand Exchange price, its 30, 90 and 180-day price trends, the day's movement, member status, type and icons. Pull a 180-day price-history graph (daily and trimmed-average series) to chart an item over time. Browse the full list of Grand Exchange categories, and list the items in a category by starting letter. Real live market data, no key needed upstream. Ideal for flipping and merchanting tools, price trackers and charts, wealth calculators and RuneScape fan apps.
api.oanor.com/rs3-api
WEMIX API
Live EVM on-chain data for WEMIX (chain id 1111) — the gaming-focused public Layer-1 built by Wemade, whose native token is WEMIX — served directly from public EVM JSON-RPC nodes with multi-node failover. The status endpoint returns the chain and network id, the latest block height and the node client version. The block endpoint returns a block by number (or the latest) with its hash, parent hash, timestamp, transaction count, gas used and gas limit, miner and size. The gas endpoint returns the current gas price in both wei and gwei. The balance endpoint returns the WEMIX balance and outgoing transaction count for any address, converted from base wei (18 decimals) into whole WEMIX with exact big-integer scaling. Every figure is read live from the chain over JSON-RPC — nothing bundled or modelled — behind a short server-side cache with keep-warm so the feed stays fast and fresh. Ideal for explorers, wallet and dashboard tooling, gas trackers, address monitors and game-economy analytics across the WEMIX ecosystem. Live keyless upstream. 5 endpoints.
api.oanor.com/wemix-api
Funki API
Live EVM on-chain data for Funki (chain id 33979) — an OP-Stack Layer-2 built for gaming and social applications, with gas paid in ETH — served directly from the public Funki JSON-RPC with server-side resilience. The status endpoint returns the chain and network id, the latest block height and the node client version. The block endpoint returns a block by number (or the latest) with its hash, parent hash, timestamp, transaction count, gas used and gas limit, miner and size. The gas endpoint returns the current gas price in both wei and gwei. The balance endpoint returns the ETH balance and outgoing transaction count for any address, converted from base wei (18 decimals) into whole ETH with exact big-integer scaling. Every figure is read live from the chain over JSON-RPC — nothing bundled or modelled — behind a short server-side cache with keep-warm so the feed stays fast and fresh. Ideal for explorers, wallet and dashboard tooling, gas trackers, address monitors and analytics apps across the Funki gaming and social ecosystem. Live keyless upstream. 5 endpoints.
api.oanor.com/funki-api
XPLA API
Live EVM on-chain data for XPLA (chain id 37) — the Cosmos-built gaming and entertainment Layer-1 from Com2uS, whose native token is XPLA, served through its Dimension EVM via public JSON-RPC nodes with multi-node failover. The status endpoint returns the chain and network id, the latest block height and the node client version. The block endpoint returns a block by number (or the latest) with its hash, parent hash, timestamp, transaction count, gas used and gas limit, miner and size. The gas endpoint returns the current gas price in both wei and gwei. The balance endpoint returns the XPLA balance and outgoing transaction count for any EVM address, converted from base wei (18 decimals) into whole XPLA with exact big-integer scaling. Every figure is read live from the chain over JSON-RPC — nothing bundled or modelled — behind a short server-side cache with keep-warm so the feed stays fast and fresh. Ideal for explorers, wallet and dashboard tooling, gas trackers, address monitors and analytics apps across the XPLA gaming and NFT ecosystem. Live keyless upstream. 5 endpoints.
api.oanor.com/xpla-api
Frequently asked questions
Quick answers about pricing, quotas, and integration.
How do I get an API key for Old School RuneScape API?
What's the rate limit for Old School RuneScape API?
How much does Old School RuneScape API cost?
Can I cancel my subscription anytime?
Is Old School RuneScape API GDPR-compliant?
Pick an endpoint from the list on the left to see its details and try it.
Code snippets
Sign up to get an API key, then call any path under your slug.
curl https://api.oanor.com/osrs-api/SOME_PATH \
-H "x-oanor-key: oanor_test_..."
const res = await fetch("https://api.oanor.com/osrs-api/SOME_PATH", {
headers: { "x-oanor-key": "oanor_test_..." }
});
const data = await res.json();
$ch = curl_init("https://api.oanor.com/osrs-api/SOME_PATH");
curl_setopt($ch, CURLOPT_RETURNTRANSFER, true);
curl_setopt($ch, CURLOPT_HTTPHEADER, ["x-oanor-key: oanor_test_..."]);
$response = curl_exec($ch);
import requests
r = requests.get(
"https://api.oanor.com/osrs-api/SOME_PATH",
headers={"x-oanor-key": "oanor_test_..."},
)
print(r.json())
Ratings
Sign in to rate.
No reviews yet.
Discussion
Ask questions, share usage tips, get answers from the provider and other developers. Public — anyone can read.
Sign in to start a thread or reply.
Sign inNew thread
·
-
Provider answer
🔒 This thread is locked — no new replies.
-
·
- No threads yet — start the discussion.
Support
Private 1:1 support with the provider — billing questions, integration issues, account problems. Only you and the provider team can see these threads.
Sign in to open a support ticket.
Sign inOpen new ticket
Describe what you need help with. The provider team gets an email and replies on the ticket page.
-
·
Urgent - No tickets yet for this API.