← Back to catalog
health.food_recalls
mock data$0.002 / callFDA Food Recalls
Search FDA food enforcement and recall reports — contamination, mislabeling, safety alerts (OpenFDA)
Input schema
skip
integerNumber of results to skip for pagination
limit
integerNumber of results (1-100, default 10)
search
stringOpenFDA search query for food recalls (e.g. "reason_for_recall:salmonella", "recalling_firm:"Tyson"")
status
stringFilter by recall status
Call via REST
curl -X POST https://unifyapi.pro/api/call/health.food_recalls \
-H "Authorization: Bearer uak_live_..." \
-H "Content-Type: application/json" \
-d '{"skip":0,"limit":0,"search":"<search>","status":"<status>"}'