datafloe Get a key

A record, in full

fda-recalls

Schema, a real sample, a live query box, snippets, and the machine-readable license.

GET /v1/datafloe/fda-recalls

FDA recalls unified (food + drug + device)

source openFDA — food + drug + device enforcement  ·  license CC0 1.0 (public domain)  ·  retrieved 2026-07-10
redistribution unrestricted, commercial use permitted, no attribution required
rows86,419
columns21
version2026-07-10
sourcelicensed
License CC0 public domain CLEARED FOR REUSE · REC 2026-07

Schema

columntypenull %
id integer 0.0
recall_number text 0.0
event_id text 0.0
product_type text 0.0
status text 0.0
classification text 0.0
recalling_firm text 0.0
city text 0.0
state text 2.9
country text 0.0
postal_code text 0.0
voluntary_mandated text 0.0
initial_firm_notification text 0.6
distribution_pattern text 0.0
product_description text 0.0
product_quantity text 2.1
reason_for_recall text 0.1
code_info text 0.1
recall_initiation_date date 0.0
center_classification_date date 0.0
report_date date 0.0

Sample · 5 rows

idrecall_numberevent_idproduct_typestatusclassificationrecalling_firmcitystatecountrypostal_codevoluntary_mandatedinitial_firm_notificationdistribution_patternproduct_descriptionproduct_quantityreason_for_recallcode_inforecall_initiation_datecenter_classification_datereport_date
1H-1114-202698864FoodOngoingIUtz Quality Foods, LLCHanoverPAUnited States17331-1639Voluntary: Firm initiatedE-MailThe recalled product was distributed to the following states. AL,AR,AZ,CA,CO,CT,FL,GA,IA,IL,IN, KY, LA,MA,MD,ME,MI,MN,MO,MS,NC,NJ,NV,NY, OH,OK,OR,PA,SC,TN,TX,VA,VT,WI1.5oz, 2oz Dirty Brand Salt and Vinegar Potato Chips , Plastic Bag.300595 BagsPotential presence of Salmonella.83791520148, 26030070101, 260360701022026-04-282026-06-242026-07-01
2H-1080-202699147FoodOngoingIPrime Food Processing LLC.BrooklynNYUnited States11211-1715Voluntary: Firm initiatedPress ReleaseAZ, CA, FL, HI, IL, KS, LA, MD, MO, NC, NH, NV, NY, OK, OR, PA, TX, UT, WADried Herring Fish 7 oz.69 casesImproperly eviscerated which may result in Clostridium botulinum contaminationLot Code: 26020. Expiration: 06.12.28 UPC Codes: 69469768179112026-06-022026-06-222026-07-01
3H-1022-202698953FoodTerminatedIIAlbertsons Companies LLCBoiseIDUnited States83726-0020Voluntary: Firm initiatedE-MailNationwide.UPC 21195200000 READY MEALS SALAD FRESH BERRY & CHICKEN SS COLD This is Albertson's store-made item and sold by unit at point of sale with grocery store's scale label.228 unitsContains statement does not declare WalnutProduct was labeled with a Packed On date of May 05. 26 or before.2026-05-062026-06-182026-06-10
4H-1119-202698867FoodOngoingIGeorge J Howe Company, Inc.Grove CityPAUnited States16127-1109Voluntary: Firm initiatedTwo or more of the following: Email, Fax, Letter, Press Release, Telephone, VisitThe recalled product was distributed to the following States: AL, AR, FL, GA, IA, IL, IN, KS, KY, MD, MI, MN, MO, MS, NC, NJ, NY, OH, OK, PA, SC, TN, VA,WI,WV,6/11oz No Salt Sunflower Seeds578.50 CasesThe firm is recalling sunflower seed products due to the presence of an undeclared tree nut allergen, cashew.073171003202026-04-292026-06-242026-07-01
5H-1085-202698975FoodOngoingIIJoy Gourmet Foods LLC.MaspethNYUnited States11378-2110Voluntary: Firm initiatedE-MailNY, NJ, PAJoy Pineapple Lassi 16 oz.50 gallons (total)Product not adequately pasteurizedExpiry June 30 through July 30, 2026 UPC: 680617100042026-04-232026-06-232026-07-01

Query it — live

Use it

# every response carries x-license
curl "https://api.datafloe.dev/v1/datafloe/fda-recalls?product_type=Food" \
  -H "Authorization: Bearer datafloe_live_…"
const r = await fetch(
  "https://api.datafloe.dev/v1/datafloe/fda-recalls?product_type=Food",
  { headers: { Authorization: "Bearer datafloe_live_…" } }
);
const { data, meta } = await r.json();
import httpx
r = httpx.get(
  "https://api.datafloe.dev/v1/datafloe/fda-recalls",
  params={"product_type": "Food"},
  headers={"Authorization": "Bearer datafloe_live_…"},
)
data = r.json()["data"]

License · machine-readable

{
  "license_id": "cc0@1",
  "spdx_analog": "CC0-1.0",
  "rights": {
    "commercial_use": true,
    "redistribution": true,
    "raw_download": true,
    "ai_training": false
  },
  "attribution_required": false,
  "attribution_text": "Source: openFDA (U.S. Food & Drug Administration), CC0 1.0. Do not rely on openFDA for medical decisions; results are unvalidated.",
  "provenance": {
    "uploader": "datafloe",
    "declared_origin": "licensed",
    "source_url": "https://open.fda.gov/license/",
    "version": "2026-07-10",
    "content_hash": "sha256:204357192074a1bbafc2a2184b60837296c9bde574f9941c902c7d54ee322361",
    "published_at": "2026-07-10"
  },
  "price": {
    "model": "free",
    "monthly_usd": 0
  },
  "terms_url": "https://open.fda.gov/terms/"
}

ai_training is false on every dataset by design — you learn we're license-explicit before training rights are ever sold.