The playground

Try any of 1868 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/nike/v1/search1 credit

Search a Nike storefront by keyword, as nike.com does. One row per product card with its price, full price and discount, colour, badges ('Best Seller', 'Just In', 'Coming Soon'), promotions and every colourway on the card. Sort by newest or price; narrow with filter ids.

Working example
Parameters
request preview
curl -X POST https://api.reefapi.com/nike/v1/search \
  -H "x-api-key: $REEF_KEY" \
  -H "content-type: application/json" \
  -d '{"query":"air max"}'

Hit Send to run this endpoint live.

Playground · ReefAPI