Overview
FDA food recall enforcement actions -- product description, reason, classification, company, status, and a severity-based triage recommendation. Optional ?query=peanut&limit=10
Protocol
x402
Price
$0.0050
Payment Asset
USD Coin
Payment Network
eip155:8453
Category
uncategorized
Provider
x402-data-bazaar
Source
bazaar
Indexed
2026-03-20 09:39:33
Health
Status
healthy
Latency (p50)
245ms
Uptime (30d)
100.0%
Reliability Score
87/100
Last Checked
2026-03-20 17:16:55
Last Healthy
2026-03-20 17:16:55
Consecutive Failures
0
Input Schema
{
"discoverable": true,
"method": "GET",
"queryParams": {
"limit": {
"description": "Maximum results to return",
"type": "string"
},
"query": {
"description": "Optional recall keyword",
"type": "string"
}
},
"type": "http"
}
Output Schema
{
"data": {
"count": 2,
"decision": {
"highestClassification": "Class II",
"recommendedAction": "Place suspect items on hold and complete lot-level verification before shipping or sale.",
"riskLevel": "high"
},
"query": "peanut",
"recalls": [
{
"classification": "Class II",
"company": "J2C Hawaii LLC",
"status": "Terminated"
},
{
"classification": "Class II",
"company": "Beacon Promotions Inc",
"status": "Ongoing"
}
]
},
"source": "openFDA Food Enforcement API",
"success": true
}