FDA: Search Food Enforcement
FDA via Parse · government_public
Search food recall enforcement reports from the FDA Recall Enterprise System (RES). Supports Lucene-style search queries, sorting, and pagination. Returns recall records including recall_number, product_description, status, classification, recalling_firm, reason_for_recall, and distribution details. Paginates via skip/limit (max skip 25000, max limit 1000). Access openFDA food recall enforcement and adverse event data. Query FDA public databases for food safety information with filtering, sorting, and aggregation. Fulfilled by Parse from open.fda.gov.
- fda
- food-dining
- government-public
- healthcare
- open-fda-gov
- parse
- platform-key
Price and execution
- Price
- $0.02 USD credits / call
- Trust tier
- Verified
- Execution
- Managed call
- Capability group
- government_public
Interface snapshot
- Protocol
- HTTP operation
- Operation
- GET /scraper/8f43c093-11b3-4d20-a1da-b314591fb5f9/search_food_enforcement
- Interface artifact
- sha256:0de91718eb9cd0d7b7be9b3ae1553e6195aae93dc3085592b842ebce21bd0dd2
- Manifest digest
- sha256:b6465a6c8c398a5d48972d487f6aa26b9bce953e2481504259eaf6868719db47
Request fields
- skip (integer): Number of results to skip for pagination (0-25000): Allowed values: 0
- sort (string): Field and direction to sort by, formatted as 'field_name:direction' where direction is 'asc' or 'desc' (e.g. 'recall_initiation_date:desc')
- limit (integer): Maximum number of results to return (1-1000): Allowed values: 10, 5, 20
- search (string): Lucene-style search query filtering results by any field (e.g. 'status:"Ongoing"', 'classification:"Class I"', 'recalling_firm:"Kraft"')
Example queries
- {"skip":"0","sort":"recall_initiation_date:desc","limit":"5","search":"status:\"Ongoing\""}