Discover/poe.ninja API
live

poe.ninja APIpoe.ninja

Access Path of Exile economy and build data from poe.ninja. Get item prices, currency exchange rates, divination cards, market trends, and class statistics.

Endpoints
5
Updated
10d ago
Try it
League name. Active economy leagues include Mirage, Hardcore Mirage, Standard, Hardcore. D
Item category. Accepted values include UniqueWeapon, UniqueArmour, UniqueAccessory, Unique
api.parse.bot/scraper/d24b0bde-6a4c-44a4-82b3-3eb42f9e3d0c/<endpoint>
Ready to send
Fill in the parameters and hit sign in to send to see live response data here.
Use it in your codegrab a free API key at signup
curl -X GET 'https://api.parse.bot/scraper/d24b0bde-6a4c-44a4-82b3-3eb42f9e3d0c/get_item_prices?league=Mirage&category=UniqueWeapon' \
  -H 'X-API-Key: $PARSE_API_KEY'
All endpoints · 5 totalclick to expand

Retrieve current prices of Path of Exile items from poe.ninja. Returns items with chaos and divine orb valuations for a given league and item category.

Input
ParamTypeDescription
leaguestringLeague name. Active economy leagues include Mirage, Hardcore Mirage, Standard, Hardcore. Defaults to the current active league.
categorystringItem category. Accepted values include UniqueWeapon, UniqueArmour, UniqueAccessory, UniqueFlask, UniqueJewel, SkillGem, Map, DivinationCard, and others supported by poe.ninja.
Response
{
  "type": "object",
  "fields": {
    "items": "array of item objects with name, price (chaos), divine_price, base_type, links, item_class",
    "league": "string — league name used for the query",
    "category": "string — item category used for the query"
  },
  "sample": {
    "data": {
      "items": [
        {
          "name": "Foulborn Reefbane",
          "links": null,
          "price": 441363,
          "currency": "Chaos Orb",
          "base_type": "Fishing Rod",
          "item_class": 3,
          "divine_price": 1144
        }
      ],
      "league": "Mirage",
      "category": "UniqueWeapon"
    },
    "status": "success"
  }
}

About the poe.ninja API

The poe.ninja API exposes 5 endpoints covering Path of Exile economic and build data across active leagues. get_item_prices returns chaos and divine orb valuations for categories like UniqueWeapon and SkillGem. get_currency_prices delivers buy/sell rates and chaos equivalents for all tracked currencies. get_build_classes_and_dps surfaces class popularity percentages and top skills per class.

Item and Currency Pricing

The get_item_prices endpoint accepts a league parameter (e.g. Mirage, Hardcore Mirage, Standard, Hardcore) and a category parameter (UniqueWeapon, UniqueArmour, UniqueAccessory, UniqueFlask, UniqueJewel, and others). Each item object in the response includes name, base_type, item_class, links, a chaos price, and a divine_price. The get_currency_prices endpoint returns all tracked currencies for a given league with chaos_equivalent, receive_price, and pay_price fields — useful for building exchange-rate calculators or trade tools.

Divination Cards and Market Trends

get_divination_cards returns card-specific data including stack_size, chaos_value, divine_value, and art_filename for every tracked card in the specified league. get_market_trends adds time-series context: each trend object includes a sparkline (array of recent price points) and a low_confidence_sparkline, covering categories from Currency to DivinationCard to UniqueArmour. This makes it straightforward to detect price movements without maintaining your own historical data.

Build Statistics

get_build_classes_and_dps returns per-class statistics for a given league, including class_name, popularity_percentage, and a top_skills array of skill-name/percentage pairs. Supported leagues for build data include Mirage, Hardcore Mirage, SSF Mirage, and Standard. The endpoint also returns a note field with any informational caveats about data availability for the queried league.

League Scope

All endpoints default to the current active league when no league parameter is provided. League names map to the current Path of Exile challenge leagues and their variants. Passing an unrecognized or expired league name may return empty results, so using one of the documented active league strings is recommended.

Common use cases
  • Build a currency exchange dashboard showing live chaos-equivalent rates and buy/sell spreads per league
  • Track unique item floor prices in chaos and divine orbs to identify arbitrage opportunities
  • Monitor divination card values to evaluate farming strategy profitability across stack sizes
  • Plot sparkline price history from get_market_trends to visualize item or currency volatility
  • Analyze class and skill popularity from get_build_classes_and_dps to follow meta shifts across leagues
  • Power a trade helper that surfaces current item prices filtered by category and league
  • Generate league-start reports comparing divination card and unique item valuations at league launch
Pricing & limitsSee full pricing →
TierPriceCredits/monthRate limit
Free$0/mo1005 req/min
Hobby$30/mo1,00020 req/min
Developer$100/mo5,000250 req/min

One credit = one API call regardless of which marketplace API you call. Exceeding the rate limit returns a 429 response. Authenticate with the X-API-Key header.

Frequently asked questions
Does poe.ninja have an official developer API?+
Yes. poe.ninja publishes a public data API documented at https://poe.ninja/api-docs. It exposes economy and build snapshot data for Path of Exile leagues. The Parse API surfaces the same data in a normalized, ready-to-query format.
What does get_market_trends return that get_item_prices does not?+
get_market_trends includes sparkline and low_confidence_sparkline fields — arrays of recent price points that show directional price movement over time. get_item_prices returns only the current chaos and divine valuations without historical context. If you need to detect whether an item is rising or falling in value, get_market_trends is the relevant endpoint.
Does the API return individual character build data or skill tree configurations?+
No. get_build_classes_and_dps returns aggregate statistics — class popularity percentages and top skills per class — not individual character data, passive tree exports, or gear setups. You can fork this API on Parse and revise it to add an endpoint targeting individual build profiles if that level of detail is needed.
Are prophecies, oils, or Sentinel-specific item categories available through get_item_prices?+
The documented categories include UniqueWeapon, UniqueArmour, UniqueAccessory, UniqueFlask, UniqueJewel, SkillGem, and DivinationCard. Legacy or league-specific categories like Prophecy may not be available depending on current league support. You can fork this API on Parse and revise it to add or test additional category values against the underlying data source.
How current is the pricing data returned by these endpoints?+
poe.ninja updates its economy data continuously during an active league based on trade activity. The API reflects the state of poe.ninja's dataset at query time. Data for ended or archived leagues is static and will not change. There is no per-response timestamp field exposed by these endpoints indicating exactly when the underlying snapshot was taken.
Page content last updated . Spec covers 5 endpoints from poe.ninja.
Related APIs in EntertainmentSee all →
bet365.bet.br API
Access live betting odds, featured sports events, and real-time scores directly from bet365 Brazil's platform across multiple sports including Formula 1 and in-play markets. Get current match results, browse available betting categories, and view homepage promotions all through structured data endpoints.
pdga.com API
Access player profiles, ratings history, tournament events, live scoring, world rankings, and the course directory from the Professional Disc Golf Association.
viagogo.com API
Search for events and browse tickets across Viagogo's catalog, discovering performer schedules, ticket listings, and categories all in one place. Get detailed information about available tickets and events to find exactly what you're looking for.
bwfbadminton.com API
Track badminton tournaments worldwide by browsing the BWF calendar, viewing tournament draw brackets, and retrieving detailed match results with player stats and scores. Stay updated on competitions and analyze matchups with comprehensive tournament data from the Badminton World Federation.
mwcbarcelona.com API
Discover and explore MWC Barcelona 2026 exhibitors, speakers, and sessions by searching, filtering, and browsing by category, location, or type. Access detailed information about pavilions, agenda schedules, news updates, and pass options to plan your conference experience.
axs.com API
Search for events, performers, and venues across AXS.com to find tickets, pricing, and availability information in your area or by category. Browse featured events, explore venues by city, and access detailed event information all in one place.
brickset.com API
Search and browse thousands of LEGO sets by theme, year, or keyword. Retrieve detailed data for any set including piece count, minifigure count, dimensions, RRP, and more. Explore the full catalog of themes and yearly releases available on Brickset.
formula1.com API
Get comprehensive Formula 1 data including race results, qualifying sessions, practice sessions, pit stops, and driver/team standings from 1950 to present. Track live race schedules, fastest laps, starting grids, and historical world champions to stay updated on all F1 season information.