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/emag/v1/category2 credits

Browse an eMAG category by its slug, with the same filters as `search` — price range, brand, in-stock only, minimum star rating — plus sorting and pagination. Same row shape as `search`. This is the enumeration workhorse: use it when you want everything in a category rather than what a keyword happens to match, and `total` tells you how big the filtered set is before you page through it.

Working example
Parameters
request preview
curl -X POST https://api.reefapi.com/emag/v1/category \
  -H "x-api-key: $REEF_KEY" \
  -H "content-type: application/json" \
  -d '{"category":"casti-bluetooth-telefoane","sort":"price_desc"}'

Hit Send to run this endpoint live.

Playground · ReefAPI