The playground

Try any of 919 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/enrich-recall/v1/brand_check2 credits

All recalls for a brand / recalling-firm (normalized passthrough of the recall engine's by_company), newest first — the seller-watch / due-diligence use case.

Working example
Parameters

Brand / recalling-firm name to list recalls for.

FDA recall category scope (passed through to the recall engine). Default all.

Filter recalls with report date from this YYYY-MM-DD.

Filter recalls with report date to this YYYY-MM-DD.

Max recalls to return for the brand. (1–100)

request preview
curl -X POST https://api.reefapi.com/enrich-recall/v1/brand_check \
  -H "x-api-key: $REEF_KEY" \
  -H "content-type: application/json" \
  -d '{"brand":"Pfizer","category":"drug","limit":"3"}'

Hit Send to run this endpoint live.