The playground

Try any of 1475 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/flo/v1/category/products1 credit

Browse a FLO category (`category` slug + optional `cinsiyet` gender), paginated — the deep shoe-enumeration workhorse. Same rich card shape as search (sizes, colors, discount, stock).

Working example
Parameters
request preview
curl -X POST https://api.reefapi.com/flo/v1/category/products \
  -H "x-api-key: $REEF_KEY" \
  -H "content-type: application/json" \
  -d '{"category":"spor-ayakkabi","cinsiyet":"erkek"}'

Hit Send to run this endpoint live.

Playground · ReefAPI