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/reviews1 credit
Customer reviews of a Nike style, newest first, paged: rating, title, text, date, reviewer country and usual size, fit / comfort / recommend answers, votes and photos — plus the rating and the review counts kept apart from reviews of related styles.
Working example
Parameters
request preview
curl -X POST https://api.reefapi.com/nike/v1/product/reviews \
-H "x-api-key: $REEF_KEY" \
-H "content-type: application/json" \
-d '{"style_color":"CW2288-111"}'Hit Send to run this endpoint live.