Item categories with counts
API · /poe-api
Path of Exile API
Path of Exile game reference data as an API, straight from Grinding Gear Games' public endpoints. List the current leagues (Standard, Hardcore, the temporary challenge league and their Solo-Self-Found and Ruthless variants) with their rules and dates. Browse the full item catalogue — every base type and unique item across Accessories, Armour, Weapons, Gems, Currency, Divination Cards, Flasks, Jewels and Maps — search it by name and filter to uniques only or to a category, or look up a single item. List the item categories with counts, and search the trade modifier-stat dictionary (the affixes you can search for in trade) by text. Real game data, no key needed upstream. Ideal for trade and crafting tools, loot filters, build planners and Path of Exile fan sites.
API health
healthy- Uptime
- 100.00%
- Server probes · 24h
- Avg latency
- 163 ms
- Server probes · 24h
- Subscribers
- 3,119
- active
- Total calls
- 114
- last 7 days
Pricing
Pick a tier — billed monthly, cancel anytime.
Free
Free
- 10,600 calls / month
- 2 requests / second
- Hard cap (429 above quota, no overage)
- 10,600 calls/month
- 2 req/sec
- Leagues + items + stats
- No credit card
Starter
€3.40 /month
- 144,000 calls / month
- 8 requests / second
- Hard cap (429 above quota, no overage)
- 144k calls/month
- 8 req/sec
- Full item catalogue
- Email support
Pro
€15.80 /month
- 745,000 calls / month
- 25 requests / second
- Hard cap (429 above quota, no overage)
- 745k calls/month
- 25 req/sec
- Trade / crafting tools
- Priority support
Mega
€57.50 /month
- 3,440,000 calls / month
- 50 requests / second
- Hard cap (429 above quota, no overage)
- 3.44M calls/month
- 50 req/sec
- Build planners / fan platforms
- Dedicated SLA
Built by
Related APIs
Other APIs with overlapping tags.
Steam Community Market API
Live prices from the Steam Community Market (steamcommunity.com/market), the largest virtual-item economy in gaming, read keyless from Steam's public market endpoints. Every day millions of dollars of CS2 skins, Dota 2 items, Team Fortress 2 hats and other in-game items change hands on Steam's marketplace at real, floating prices — a genuine commodity market for digital goods. The popular endpoint lists the most-listed items on the market for a game — the busiest part of the economy, each with its current lowest sell price (USD) and listing count. The search endpoint finds items by name within a game, sorted by price or popularity. The price endpoint returns the live price overview for one specific item: its lowest asking price, median sale price and 24-hour sold volume. This is the Steam Market cut — a distinct gaming-economy / virtual-item trading platform, separate from the Steam store, player-count and review feeds (steamspy, steamreviews) and from the other gaming and marketplace feeds in the catalogue; it is the trading-price layer for virtual items, comparable to a commodity exchange for digital goods. Games are addressed by friendly alias (cs2, dota2, tf2, rust, pubg) or numeric Steam appid. Prices are in US dollars and are the real, live numbers Steam shows; Steam rate-limits market calls, so a protective cache fronts the upstream and stale data is served if the limit is hit. Keyless.
api.oanor.com/steammarket-api
Epic Games Store Free Games API
Live free-games promotions from the Epic Games Store. The games that are free to claim right now (with the window they are free) and the ones becoming free soon — each with title, description, publisher, original price, store slug, cover image and store URL. The iconic "Epic free game this week" as a clean API for gaming, deal-alert, calendar and dashboard apps. Distinct from cross-store deal aggregators — Epic's own giveaways.
api.oanor.com/epicgames-api
GOG API
Live game catalogue & prices from GOG.com (the DRM-free PC game store by CD Projekt). Search the store for any game and get its current price with discount, genres, developers, publishers, rating, review count, release date, supported OS, cover image and store link; open one game by id for its full detail (description, OS compatibility, release, store URL). Ideal for gaming, deal-tracking, library and price-comparison apps. Distinct from game-giveaway and deal aggregators — GOG's own catalogue and live prices.
api.oanor.com/gog-api
Bangumi Media Database API
Subject ratings, rankings and collection stats from Bangumi (bgm.tv, "番组计划"), the Chinese cross-media community database for anime, books/manga, music, games and live-action drama, read keyless from its public v0 API. Bangumi is China's "Douban for ACG": a two-decade catalogue where users rate and collect titles across every medium and the community score and rank are what fans trust. Unlike the anime-first databases (MyAnimeList, AniList), Bangumi spans games, books, music and TV/film too, and exposes a collection breakdown — how many users wish for, are doing, have completed, put on hold or dropped each title — that is its own distinctive engagement signal. The search endpoint finds subjects by keyword, optionally filtered to one medium and sorted by rank, match or score. The subject endpoint returns one title's full profile by its Bangumi id: its Japanese and Chinese names, medium, date, community score and vote count, overall rank, the full collection breakdown, tags and summary. The calendar endpoint returns the anime airing each day of the week, with their scores. This is the Bangumi cut — a distinct social and reference platform, separate from the anime-first feeds and the other media databases in the catalogue, spanning all media with Chinese community metrics. Scores, ranks and collection counts are the real, live community numbers; rank is null for titles with too few votes to be ranked. Names and summaries are Japanese and Chinese as Bangumi publishes them; an nsfw flag is reported honestly and adult titles are excluded from search. Keyless, a short cache fronts the upstream.
api.oanor.com/bangumi-api
Frequently asked questions
Quick answers about pricing, quotas, and integration.
How do I get an API key for Path of Exile API?
What's the rate limit for Path of Exile API?
How much does Path of Exile API cost?
Can I cancel my subscription anytime?
Is Path of Exile 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/poe-api/SOME_PATH \
-H "x-oanor-key: oanor_test_..."
const res = await fetch("https://api.oanor.com/poe-api/SOME_PATH", {
headers: { "x-oanor-key": "oanor_test_..." }
});
const data = await res.json();
$ch = curl_init("https://api.oanor.com/poe-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/poe-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.