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/recall/v1/eu_recalls1 credit
Search/list EU Safety Gate alerts (the EU analogue of `search`): pages over recent weekly reports (open-data XML) and filters by query, product category, country and risk type, with skip/limit pagination. Each alert carries product, barcode, brand, risk, measures, notifying country and country of origin.
Working example
Parameters
request preview
curl -X POST https://api.reefapi.com/recall/v1/eu_recalls \
-H "x-api-key: $REEF_KEY" \
-H "content-type: application/json" \
-d '{"category":"Toys","weeks":"2","limit":"3"}'Hit Send to run this endpoint live.