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/latest1 credit

Most recent recalls across all categories (or one), within the last N days.

Working example
Parameters

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.

`latest` window: recalls reported in the last N days (default 90). (1–3650)

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).

request preview
curl -X POST https://api.reefapi.com/recall/v1/latest \
  -H "x-api-key: $REEF_KEY" \
  -H "content-type: application/json" \
  -d '{"days":"120","limit":"3"}'

Hit Send to run this endpoint live.