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/sok/v1/categories0 credits
ŞOK's whole category tree for a shop — every category with its id, name, level, parent and URL, nested — plus the shortcuts ŞOK links from its own front page (its weekly deal page, new products, gluten-free and so on). Use the ids with `category/products`.
Working example
Parameters
request preview
curl -X POST https://api.reefapi.com/sok/v1/categories \
-H "x-api-key: $REEF_KEY" \
-H "content-type: application/json" \
-d '{"channel":"market"}'Hit Send to run this endpoint live.