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/category/products1 credit
Browse one ŞOK category — every product ŞOK lists in it, paged, with the same fields as search and the same optional brand, price and campaign filters. Category ids come from the `categories` action or from the number at the end of a ŞOK category URL.
Working example
Parameters
request preview
curl -X POST https://api.reefapi.com/sok/v1/category/products \
-H "x-api-key: $REEF_KEY" \
-H "content-type: application/json" \
-d '{"category_id":"460"}'Hit Send to run this endpoint live.