Jentic publishes the only available OpenAPI specification for Path of Exile API, keeping it validated and agent-ready. The Path of Exile API provides programmatic access to game data including league information, ladder rankings, PvP match results, public stash tabs, and player account details. It supports OAuth 2.0 authentication for account-specific operations such as character retrieval and private stash tab access. The API covers 10 endpoints across 6 resource categories including leagues, ladders, PvP, stash tabs, accounts, and characters.
The Path of Exile API reads public game data and authenticated account data for the online action RPG, so an application can look up leagues, ladders, characters, and public stash tabs. You can list the current and past leagues and read a league's ladder, retrieve PvP matches and their details, and read the public stash tab stream that players use for trading. With an authenticated account you can read the account's profile, its characters, and its stash tabs for a given league.
Step 1: Jentic One Host machine
# On the machine that will host your Jentic One instance:
curl -fsSL "https://jentic.com/install.sh?src=apis&api=%2Fapis%2Fpathofexile.com" | shStep 2: Agent machine
# On the machine where your agent runs (keep this separate from the instance):
curl -fsSL "https://jentic.com/install.sh?src=apis&api=%2Fapis%2Fpathofexile.com" | sh
jentic register # connects your agent to your Jentic One instanceJentic One is in public beta. The setup above keeps your agent separate from the instance, which is what you want before using real credentials: an agent running as the same OS user as Jentic One can read its stored keys directly. Just evaluating? A single local install is fine to start. See the secure deployment guide for the tiers.
BOOK A DEMO
Browse thousands of APIs and connect them all to your agent with Jentic One. One layer, one credential — every API your agent needs.