Games & Comics — entry 051 of 77

Path of Exile

Verified Jul 2026

Grinding Gear Games' Path of Exile API moved from a simple public-endpoint model to full OAuth 2.1 for its Developer API, covering characters, stashes, leagues, PvP matches, and guilds for Path of Exile 1, plus a Build Planner endpoint shared with Path of Exile 2. Access is free but strictly policy rate-limited with published X-Rate-Limit headers, and repeated violations can get an app's access revoked outright.

mmorpgoauthrate-limitedpoe2
AuthenticationOAuthRequires an OAuth flow; expect app registration.
HTTPSSupportedTraffic is encrypted in transit.
CORSEnabledCallable directly from browser JavaScript.
PricingFreeNo paid tier — free for the documented use case.
FormatsJSONResponses can be requested as JSON.

GreatAPIs Score

Score57out of 100
Authentication8/25OAuth flow required
Pricing20/20Free to use
Docs0/20No docs or spec available
Formats9/15Single response format
Freshness20/20Verified within 6 months

Embed this badge

Scored 57 on greatapis.com
<a href="https://greatapis.com/api/path-of-exile/"><img src="https://greatapis.com/badge/path-of-exile.svg" alt="Scored 57 on greatapis.com"></a>

Auth quickstart

  1. Register an app / run the OAuth flow to obtain a bearer token.
  2. Send it as an Authorization headerAuthorization: Bearer <token>
Stored keyNo key stored

Your key is stored only in this browser (localStorage) and sent directly to the API — never to greatapis.