The playground

Try any of 1557 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/flipkart/v1/reviews1 credit

Flipkart buyer reviews for a product, paginated — each review has rating, title, body, reviewer name, location, certified-buyer badge, helpful/up/down votes and date, plus the product's total review count. Page through with meta.next_page to collect them all.

Working example
Parameters
request preview
curl -X POST https://api.reefapi.com/flipkart/v1/reviews \
  -H "x-api-key: $REEF_KEY" \
  -H "content-type: application/json" \
  -d '{"itm_id":"itm5a14f3731bf15"}'

Hit Send to run this endpoint live.

Playground · ReefAPI