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/cars-com/v1/reviews1 credit

Vehicle research/reviews by make+model (+year): consumer star rating & count, the cars.com expert review take, combined MPG, seating, body style, drivetrain, and starting price

Working example
Parameters
request preview
curl -X POST https://api.reefapi.com/cars-com/v1/reviews \
  -H "x-api-key: $REEF_KEY" \
  -H "content-type: application/json" \
  -d '{"make":"Honda","model":"Accord","year":"2024"}'

Hit Send to run this endpoint live.

Playground · ReefAPI