$1.25
per call · USD Coin on Base
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.
Endpoint
GET https://api.govparse.io/v1/fsis/recalls/search2
Calls / 30d
1
Unique payers / 30d
Sep 9
Last called
exact
Payment scheme
Call this service
import { wrapFetchWithPayment } from "@x402/fetch";
import { privateKeyToAccount } from "viem/accounts";
const account = privateKeyToAccount(process.env.PRIVATE_KEY);
const fetchWithPay = wrapFetchWithPayment(fetch, account);
const res = await fetchWithPay("https://api.govparse.io/v1/fsis/recalls/search", {
method: "GET",
});
const data = await res.json();curl -X GET \
"https://api.govparse.io/v1/fsis/recalls/search?classification=Class+I&company=Reser%27s&reason=Unreported+Allergens" \
-H "X-PAYMENT: <signed x402 payment>"Example response
{
"rows": [
{
"active_notice": true,
"classification": "Class I",
"entity_id": null,
"last_modified_date": "2026-07-23",
"processing": "Fully Cooked - Not Shelf Stable",
"product_items": "12-oz packages of fully cooked chicken strips",
"reasons": "Misbranding; Unreported Allergens",
"recall_date": "2026-07-23",
"recall_number": "010-2026",
"recall_type": "Active Recall",
"recall_url": "https://www.fsis.usda.gov/recalls-alerts/example",
"recalling_firm": "Example Foods, Inc.",
"related_to_outbreak": false,
"risk_level": "High - Class I",
"state": "OK",
"states": "Oklahoma; Texas",
"title": "Example Foods, Inc. Recalls Chicken Product Due to Misbranding and Undeclared Allergens"
}
],
"total_matched": 1
}Payment details
0x3873d15cf3209c32aaa8d9aa542164e658567129USD Coin · 0x833589fcd6edb6e08f4c7c32d4f71b54bda02913Is this your API?
Pin it to the top of Search & Web and the homepage with a featured placement.
More from Govparse & similar services
Govparse · Stats Sponsors
api.govparse.io
How much visa-sponsorship data is on file? Headline aggregates over DOL OFLC disclosure data: distinct sponsoring employers, LCA and PERM case totals with certified counts, and the fiscal years covered.
Govparse · Stats Opportunities
api.govparse.io
How much open federal money is in the dataset right now? Headline aggregates: active SAM.gov contract opportunities (and how many still have an open deadline), Grants.gov opportunities by status (posted vs forecasted), and USAspending award records on file with their total dollar amount.
Govparse · Stats Companies
api.govparse.io
How big is the FirmStanding employer entity graph right now? Headline aggregates: resolved employer entities and how many appear in 2+ federal sources, states covered, record links by source system (whd, osha, echo, oflc, fmcsa, leie, sam_exclusions), and raw records on file per dataset.