The playground
Try any of 1462 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/otto/v1/reviews1 credit
Aggregate customer rating for an Otto.de item — average star rating and total review count from the search-embedded data. Individual review TEXT is only on the standalone product page, which is Kasada anti-bot walled, so it is not available on this bare-curl tier (reviews[] is returned empty with text_available=false, honestly).
Working example
Parameters
request preview
curl -X POST https://api.reefapi.com/otto/v1/reviews \
-H "x-api-key: $REEF_KEY" \
-H "content-type: application/json" \
-d '{"id":"1786938267","query":"iphone"}'Hit Send to run this endpoint live.