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.
All recalls for a recalling firm / manufacturer, newest first, paginated.
Recalling firm / company name (matched against openFDA recalling_firm). Case-insensitive, partial words allowed.
FDA recall category. food / drug / device, or 'all' to search every category at once. (CPSC consumer-product & NHTSA vehicle recalls are out of scope — see docs; vehicle recalls live in the `vehicle` API.)
FDA hazard classification. Case-insensitive. Filters to recalls of that seriousness tier.
Recall lifecycle status. Case-insensitive; unknown values are ignored rather than rejected.
Filter by recall report_date from (on or after). ISO YYYY-MM-DD (or YYYYMMDD). Pair date_from + date_to for a range.
Filter by recall report_date to (on or before). ISO YYYY-MM-DD (or YYYYMMDD). Pair date_from + date_to for a range.
Results per page (1-100, default 20). Larger values are clamped. (1–100)
Pagination offset (skip N results). Page forward with meta.next_skip. openFDA ceiling: skip+limit <= 25000. (0–25000)
Include the 0-100 severity_score on each recall (default true).
curl -X POST https://api.reefapi.com/recall/v1/by_company \
-H "x-api-key: $REEF_KEY" \
-H "content-type: application/json" \
-d '{"company":"Pfizer","category":"drug","limit":"3"}'Hit Send to run this endpoint live.