The playground
Try any of 1868 endpoints — live.
Pick an endpoint, load a working example, tweak the params, and send — no signup to try. Results render the way the data deserves; raw JSON, headers & code are one tab away.
Playground demo key · api.reefapi.com
post/cardmarket/v1/product/offers2 credits
Every offer on one product in Cardmarket's own order (roughly cheapest first), 50 per page up to Cardmarket's 300: price, quantity, condition, card language, foil/signed/first-edition/altered, seller name, type, country and sales. Filter with Cardmarket's own filters: card language, minimum condition, seller country, seller type, foil, signed, first edition, altered.
Working example
Parameters
request preview
curl -X POST https://api.reefapi.com/cardmarket/v1/product/offers \
-H "x-api-key: $REEF_KEY" \
-H "content-type: application/json" \
-d '{"product_id":"273699"}'Hit Send to run this endpoint live.