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/product/detail1 credit

The full Nike product by style-colour or URL: price, full price and discount, every size with its localized label, GTIN and stock level, description and feature sections, all images and videos, colours, launch method and release time, member-exclusive and quantity-limit flags, star rating and review counts, and the other colourways of the style.

Working example
Parameters
request preview
curl -X POST https://api.reefapi.com/nike/v1/product/detail \
  -H "x-api-key: $REEF_KEY" \
  -H "content-type: application/json" \
  -d '{"style_color":"CW2288-111"}'

Hit Send to run this endpoint live.

Playground · ReefAPI