The playground
Try any of 1465 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/bestbuy/v1/qa1 credit
Get the customer questions & answers for a Best Buy product → each question with its author, date, and every answer (text, author, date, helpful-vote count, and which answer was voted best). Great for pre-purchase research. Paginated.
Working example
Parameters
request preview
curl -X POST https://api.reefapi.com/bestbuy/v1/qa \
-H "x-api-key: $REEF_KEY" \
-H "content-type: application/json" \
-d '{"sku":"6565837"}'Hit Send to run this endpoint live.