# Path of Exile API **Provider:** Path of Exile **Category:** entertainment **Base URL:** `https://www.pathofexile.com` **Auth:** oauth2 — `Authorization: Bearer YOUR_TOKEN` **Rate Limit:** 45 req/15s, 240 req/4min **Free Tier:** Yes — available **Pricing:** Enterprise / contact sales (subscription) **Docs:** https://www.pathofexile.com/developer/docs ## Description Path of Exile is a free online-only action RPG under development by Grinding Gear Games in New Zealand. ## Endpoints | Method | Endpoint | Description | |--------|----------|-------------| | GET | `https://www.pathofexile.com/` | See documentation for endpoint reference | ## Authentication See documentation for auth details ``` Authorization: Bearer YOUR_TOKEN ``` ## Sample Request ```bash curl 'https://www.pathofexile.com' ``` ## Sample Response ```json {} ``` ## Pricing Details Free via GGG developer program. Access to item, trade, and league data. --- *Source: [API Map](https://apimap.dev/apis/path-of-exile/) — CC BY 4.0*