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/ricardo/v1/article/bids1 credit

The live bid ladder and full bid history for one article: current highest bid, start price, next minimum bid, bid increment, bid count, the time left, and every bid (amount, masked bidder nick, time, winning/autobid) - all in CHF. This is ricardo's auction core; the rich static record (description, photo gallery, seller score) is not available browser-free (see the docs).

Working example
Parameters
request preview
curl -X POST https://api.reefapi.com/ricardo/v1/article/bids \
  -H "x-api-key: $REEF_KEY" \
  -H "content-type: application/json" \
  -d '{"article_id":"1308678306"}'

Hit Send to run this endpoint live.

Playground · ReefAPI