Developers
The Foilio price feed
A free, public, CORS-enabled JSON feed of live Lorcana and Riftbound singles prices: real seller asking prices referenced to the Cardmarket English Near Mint trend, each linking the buyable card page. Add Foilio as a price source, no key required.
Endpoint
GET https://foilio.net/api/prices/feed
Query ?game=lorcana, ?game=riftbound, or ?game=all (default). CORS is open (Access-Control-Allow-Origin: *), so a browser client can pull it directly. Cached for one hour.
Fields
| Field | Meaning |
|---|---|
game | The game, e.g. "lorcana" or "riftbound". |
card_id | The exact-printing reference (card_ref). Stable key for one printing. |
name | Card name. |
set | Set / expansion name, or null. |
finish | "normal" or "foil" (a different product, priced separately). |
condition | Condition of the cheapest offer, e.g. "NM". |
price_cents | Cheapest live asking price for this printing, in minor units. |
currency | ISO currency of price_cents, e.g. "EUR". |
eur / usd | The price as a decimal, populated only when currency matches. No FX is invented: a EUR-priced card leaves usd null. |
in_stock | Whether the printing has live stock (the feed only lists in-stock printings). |
shop | Handle of the seller with the cheapest offer. |
url | The canonical buyable page for this printing on Foilio. Link here to send buyers. |
Example response
{
"ok": true,
"source": "foilio",
"attribution": "Price data from Foilio (foilio.net) ...",
"docs": "https://foilio.net/developers",
"games": ["lorcana", "riftbound"],
"count": 91,
"prices": [
{
"game": "lorcana",
"card_id": "LOR-11-191",
"name": "Angel - Experiment 624",
"set": "Winterspell",
"finish": "normal",
"condition": "NM",
"price_cents": 3300,
"currency": "EUR",
"eur": 33.0,
"usd": null,
"in_stock": true,
"shop": "delin",
"url": "https://foilio.net/card/lorcana/angel-experiment-624-lor-11-191"
}
]
}Terms
- Free to use. Please attribute Foilio and link the
urlso buyers can reach the card. - Prices are live seller asking prices, referenced to the Cardmarket EN NM trend, not sold-transaction records or financial advice.
- No FX is applied: each price is reported in the seller's own currency.
- Questions or a partnership? Get in touch.