The playground

Try any of 2165 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/coolblue/v1/categories1 credit

Every Coolblue category, read from the sitemap it publishes for crawlers: the slug you pass to `browse` and `filters`, and its path on the site. One small request, and the slugs were verified against the live grid rather than assumed.

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

Hit Send to run this endpoint live.

Playground · ReefAPI