The playground

Try any of 1556 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/bol/v1/category2 credits

Browse a bol.com category by its id, paginated - the same rich product row `search` returns, plus the category bol resolved and its breadcrumb. Category listings page far deeper than search does and their result total is exact rather than estimated.

Working example
Parameters
request preview
curl -X POST https://api.reefapi.com/bol/v1/category \
  -H "x-api-key: $REEF_KEY" \
  -H "content-type: application/json" \
  -d '{"category_id":"4770"}'

Hit Send to run this endpoint live.

Playground · ReefAPI