WIDGETS · FREE TO EMBED

Put a live PoE 2 price on your site

One line of Markdown or HTML drops a live Path of Exile 2 price badge into any README, wiki, Discord embed, or web page. It shows the current Divine Orb price (or any item you pick) and refreshes itself from our live price tracker, so the number stays current with no upkeep on your end. Free to use.

01 The badge

Live right now, straight from the same data that powers the rest of the site:

Live PoE 2 Divine Orb price badge Live PoE 2 Chaos Orb price badge Live PoE 2 Mirror of Kalandra price badge

Each badge pulls live data and refreshes on its own, within a few minutes of the market moving. No script to install, no key, nothing to keep current.

02 Markdown (GitHub README, wikis)

[![PoE 2 Divine price](https://dadsofexile.com/api/badge)](https://dadsofexile.com)

The badge image is wrapped in a link back here, so it stays clickable for your readers. One honest caveat: GitHub serves README images through its own caching proxy, so a badge there refreshes every so often rather than the instant the price moves. Embedded straight on your own site or wiki, it updates within a few minutes.

03 HTML (any website)

<a href="https://dadsofexile.com"><img src="https://dadsofexile.com/api/badge" alt="PoE 2 Divine price" height="20"></a>

04 Show a different item

Add ?item= with an item name or slug. A few examples:

https://dadsofexile.com/api/badge?item=chaos https://dadsofexile.com/api/badge?item=mirror https://dadsofexile.com/api/badge?item=hinekoras-lock

Use any item from the price list: lower-case the name and join words with hyphens (for example "Orb of Annulment" becomes orb-of-annulment). Unknown items show "price n/a" rather than breaking.

05 Want the data behind it?

The badge reads the same numbers as our economy report and the daily League Pulse. If you are building a tool and want the raw feed, it is public at /api/prices (JSON, CORS-open). A link back to dadsofexile.com is appreciated, not required.