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

Run multiple keyword searches in one call (compliance-watch over a product list).

Working example
Parameters

Up to 20 keyword queries; each is searched and returned with its own results. A JSON array or a comma/newline-separated string.

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.

Results per page (1-100, default 20). Larger values are clamped. (1–100)

request preview
curl -X POST https://api.reefapi.com/recall/v1/batch \
  -H "x-api-key: $REEF_KEY" \
  -H "content-type: application/json" \
  -d '{"queries":"[\"listeria\",\"salmonella\"]","category":"food","limit":"2"}'

Hit Send to run this endpoint live.