Feedback

Embed a price

A live, honest price badge for your own page — a blog post, a deck list, a marketplace listing, a wiki. One <script> tag. No key, no account, free with attribution.

It renders through the same /api/v1/cards/{cardId}.json the API already serves — there is no separate embed backend, and nothing here can show a number the API itself would not.

Quick start

Every card page carries its own ready-made snippet, under "Embed this price" — copy it straight from there. It looks like this:

<script async src="https://palworldprices.com/assets/embed.js" data-card="pal-BP01-001-OSR"></script>
<noscript><a href="https://palworldprices.com/cards/ebp01/001-jormuntide-ignis-savage-lava-dragon-osr/">Jormuntide Ignis – Savage Lava Dragon (BP01-001 OSR) — completed-sale price: palworldprices.com</a></noscript>

Paste both lines together. The data-card value is the card's cardId — the same id /api/v1/cards.json keys every printing on.

What it renders

What it will never show

No JavaScript? Two more ways

MethodNeeds JavaScriptPrice stays liveShows the confidence meter
Script badge (quick start)YesYes — fetched fresh on every viewYes
Plain linkNoNo — links out, states no price itselfNo
Static imageNoNo — as of the last daily buildYes, drawn into the picture

Works everywhere, forever, with zero script — and is exactly what the <noscript> line in the quick start already gives you, so the snippet above degrades to this with no extra step:

<a href="https://palworldprices.com/cards/ebp01/001-jormuntide-ignis-savage-lava-dragon-osr/">Jormuntide Ignis – Savage Lava Dragon (BP01-001 OSR) — completed-sale price: palworldprices.com</a>

A static image

Every priced card has a share image at /og/{cardId}.png — the same 1200×630 picture this site posts when a card page is shared, wordmark and attribution drawn into the picture itself. Link it as a plain, static <img>:

<a href="https://palworldprices.com/cards/ebp01/001-jormuntide-ignis-savage-lava-dragon-osr/">
  <img src="https://palworldprices.com/og/pal-BP01-001-OSR.png" width="1200" height="630"
       alt="Jormuntide Ignis – Savage Lava Dragon (BP01-001 OSR) — completed-sale price, palworldprices.com">
</a>

No request to this site at view time — it is a plain hotlinked file, rebuilt daily with the rest of the site. It shows the price as of the last build, not live.

Attribution

Free with attribution, including commercial use — the same terms as the API. The badge and both fallbacks above already carry the required line; if you build something that uses none of the three, publish this verbatim:

Data: Palworld Prices (palworldprices.com) — completed-sale prices with confidence tiers

Link back to the card's own page. Do not imply endorsement. Card images are not part of this API and are not to be redistributed outside it.

This site is non-commercial: no ads, no affiliate links — and neither is anything it hands you to embed.

Stability and limits

No key, no rate limit — the same terms as the API. assets/embed.js is one small file, cached like any other site asset; a badge that has already loaded keeps working while a newer snapshot builds behind it, and picks up the new numbers on its visitor's next page load.

Currently 250 printings are covered — a card the badge cannot find a live price for still renders, honestly, as "No verified sales yet".

Questions

Something wrong, something missing, or a use case this does not cover: contact@palworldprices.com.