The playground
Try any of 817 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/recall/v1/eu_latest1 credit
The newest EU Safety Gate weekly report fully expanded into its ~80-100 product alerts (newest-published recalls across the EU/EEA).
Working example
Parameters
Results per page (1-100, default 20). Larger values are clamped. (1–100)
request preview
curl -X POST https://api.reefapi.com/recall/v1/eu_latest \
-H "x-api-key: $REEF_KEY" \
-H "content-type: application/json" \
-d '{"limit":"3"}'Hit Send to run this endpoint live.