Which food companies have an FSIS meat/poultry/egg recall?
Which food companies have an FSIS meat/poultry/egg recall? Search USDA FSIS recall and public-health-alert records by recalling firm, classification (Class I/II/III or Public Health Alert), reason (allergens, contamination, misbranding), state, active status, outbreak link, or recall date (since). Returns the recalling firm (entity-resolved where possible), classification, reason, product, and dates — a remediation, sanitation, and displacement trigger for food-safety sellers.
Paid test badge: not yet. The checks above are free: we call the tool without paying and read the payment request it sends back. The Verified badge needs paid calls whose answers match the promised output, and nobody can buy a badge.
Endpoint
GET https://api.govparse.io/v1/fsis/recalls/search
| Category | Company and compliance |
|---|---|
| Provider host | api.govparse.io |
| Networks | eip155:8453, solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp |
| Payment schemes | exact |
| Self-reported calls, 30 days | 1 from 1 payers (the provider's figure, not ours) |
Our checks, last 30 days
| Day | Result | HTTP | Asked | Time |
|---|---|---|---|---|
| 2026-09-24 | valid payment request | 402 | $1.25 | 258 ms |
Example input (from the provider)
{
"method": "GET",
"queryParams": {
"classification": "Class I",
"company": "Reser's",
"reason": "Unreported Allergens"
},
"type": "http"
}
Promised output schema (from the provider)
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"properties": {
"input": {
"properties": {
"active": {
"description": "true = currently-active recall notices only.",
"examples": [
"true"
],
"type": "string"
},
"classification": {
"description": "Class I | Class II | Class III | Public Health Alert (CSV).",
"examples": [
"Class I"
],
"type": "string"
},
"company": {
"description": "Recalling firm \u2014 suffix/punctuation-insensitive.",
"examples": [
"Reser's"
],
"type": "string"
},
"entity_id": {
"description": "Resolved employer entity UUID.",
"examples": [
"b7f3e2d1-4a5c-4e6f-8a9b-0c1d2e3f4a5b"
],
"type": "string"
},
"limit": {
"description": "Max rows (default 25, cap 100).",
"examples": [
25
],
"type": "integer"
},
"offset": {
"description": "Rows to skip.",
"examples": [
0
],
"type": "integer"
},
"outbreak": {
"description": "true = recalls related to an outbreak.",
"examples": [
"true"
],
"type": "string"
},
"reason": {
"description": "Reason fragment (Unreported Allergens, Product Contamination, Misbranding, ...).",
"examples": [
"Unreported Allergens"
],
"type": "string"
},
"recall_type": {
"description": "Active Recall | Closed Recall | Public Health Alert (CSV).",
"examples": [
"Active Recall"
],
"type": "string"
},
"since": {
"description": "Recall on/after this date (YYYY-MM-DD).",
"examples": [
"2026-01-01"
],
"type": "string"
},
"sort": {
"description": "recall_date | last_modified_date :asc|:desc. Default recall_date:desc.",
"examples": [
"recall_date:desc"
],
"type": "string"
},
"state": {
"description": "Distribution state code(s), CSV.",
"examples": [
"CA"
],
"type": "string"
}
},
"required": [],
"type": "object"
}
},
"type": "object"
}