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_recall1 credit
One EU Safety Gate (RAPEX) recall/alert by notification id — product, risk, measure, traceability, reacting countries.
Working example
Parameters
EU Safety Gate notification id (from a safety-gate-alerts URL).
Preferred language for the EU notification text (e.g. en, de, fr).
request preview
curl -X POST https://api.reefapi.com/recall/v1/eu_recall \
-H "x-api-key: $REEF_KEY" \
-H "content-type: application/json" \
-d '{"id":"10000308"}'Hit Send to run this endpoint live.