All Grand Exchange categories
API · /rs3-api
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 health
healthy- Uptime
- 100.00%
- Server probes · 24h
- Avg latency
- 308 ms
- Server probes · 24h
- Subscribers
- 4,371
- active
- Total calls
- 95
- last 7 days
Pricing
Pick a tier — billed monthly, cancel anytime.
Free
Free
- 10,800 calls / month
- 2 requests / second
- Hard cap (429 above quota, no overage)
- 10,800 calls/month
- 2 req/sec
- Item prices + categories
- No credit card
Starter
€4.20 /month
- 143,000 calls / month
- 8 requests / second
- Hard cap (429 above quota, no overage)
- 143k calls/month
- 8 req/sec
- Price history + item lists
- Email support
Pro
€16.50 /month
- 725,000 calls / month
- 25 requests / second
- Hard cap (429 above quota, no overage)
- 725k calls/month
- 25 req/sec
- Flipping / merchanting tools
- Priority support
Mega
€61.00 /month
- 3,420,000 calls / month
- 50 requests / second
- Hard cap (429 above quota, no overage)
- 3.42M calls/month
- 50 req/sec
- Price trackers / fan platforms
- Dedicated SLA
Built by
Related APIs
Other APIs with overlapping tags.
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.oanor.com/osrs-api
CoinLore Crypto Market Data API
Live crypto market data from CoinLore, with no key. Get the global market snapshot (total market cap, 24h volume, BTC/ETH dominance, coin & market counts); a paginated ticker list with price, market cap, volume and multi-window percentage changes; a single-coin ticker by symbol or id; the markets/exchanges a coin trades on with pair prices and volumes; and the ranked exchange list with volumes and pair counts. Symbols are accepted as a plain ticker (BTC) or a CoinLore numeric id and resolved automatically. A distinct market-data provider covering 14,000+ coins and 300+ exchanges.
api.oanor.com/coinlore-api
CoinPaprika Crypto Market Data API
Live crypto market data from CoinPaprika, with no key. Get the global market snapshot (total market cap, 24h volume, Bitcoin dominance, number of coins); a ranked ticker list with price, market cap, 24h volume and multi-window percentage changes; a single-coin ticker by symbol or id; and a coin's historical daily price/volume/market-cap series. Symbols are accepted as a plain ticker (BTC) or a CoinPaprika id (btc-bitcoin) and resolved automatically. A distinct market-data provider covering 12,000+ coins — ideal for dashboards, screeners and portfolio trackers.
api.oanor.com/coinpaprika-api
Warframe Market API
The live player-to-player trading economy of Warframe, read keyless from warframe.market's public API. Warframe has no auction house in-game, so players trade prime parts, mods, relics and arcanes on warframe.market, posting buy and sell orders priced in platinum (the game's premium currency). Those orders form a real, liquid market — the de-facto price book the whole community uses to value items. The items endpoint searches the catalogue of tradeable items by name. The orders endpoint returns the live order book for one item — the buy and sell offers with their platinum price, quantity, mod rank and the seller's online status, sorted so the best deals come first. The price endpoint is the quick summary: the lowest sell and highest buy among players who are actually online (the actionable prices), the spread between them and how many are trading. This is the Warframe Market cut — a distinct gaming player-economy, separate from the official Warframe world-state feed and the other game and marketplace feeds in the catalogue. Prices are in platinum — the in-game premium currency, not real money; its real-world value floats. Only orders from online or in-game players are truly actionable, so the price summary uses those by default (offline players cannot trade). Counts and prices are the real, live numbers; a short cache fronts the upstream. Keyless.
api.oanor.com/warframemarket-api
Frequently asked questions
Quick answers about pricing, quotas, and integration.
How do I get an API key for RuneScape 3 Grand Exchange API?
What's the rate limit for RuneScape 3 Grand Exchange API?
How much does RuneScape 3 Grand Exchange API cost?
Can I cancel my subscription anytime?
Is RuneScape 3 Grand Exchange 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/rs3-api/SOME_PATH \
-H "x-oanor-key: oanor_test_..."
const res = await fetch("https://api.oanor.com/rs3-api/SOME_PATH", {
headers: { "x-oanor-key": "oanor_test_..." }
});
const data = await res.json();
$ch = curl_init("https://api.oanor.com/rs3-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/rs3-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.