G

Govparse · Recalls Search

by Govparse

GETBaseSolana

$1.25

per call · USD Coin on Base

Which companies have an open or recent FDA drug/device recall? Search openFDA drug + device enforcement (recall) reports by recalling firm, product type (Drugs/Devices), classification (Class I/II/III), status, state, or initiation date (since). Returns the recalling company (entity-resolved where possible), classification, reason, product, and dates — a remediation and competitive-displacement trigger for quality and med-device sellers. openFDA public-domain records; observational.

Endpoint

GET https://api.govparse.io/v1/fda/recalls/search

2

Calls / 30d

1

Unique payers / 30d

Sep 5

Last called

exact

Payment scheme

Call this service

TypeScript · @x402/fetch
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/fda/recalls/search", {
  method: "GET",
});
const data = await res.json();
cURL
curl -X GET \
  "https://api.govparse.io/v1/fda/recalls/search?classification=Class+I&company=Baxter&product_type=Devices" \
  -H "X-PAYMENT: <signed x402 payment>"

Example response

{
  "rows": [
    {
      "classification": "Class II",
      "entity_id": null,
      "product_description": "Progesterone 100 mg/mL in Corn Oil Injection, 2 mL vials",
      "product_type": "Drugs",
      "reason_for_recall": "Lack of Assurance of Sterility",
      "recall_initiation_date": "2015-09-03",
      "recall_number": "D-321-2016",
      "recalling_firm": "Kalman Health & Wellness, Inc. dba Essential Wellness Pharma",
      "report_date": "2015-11-25",
      "state": "IL",
      "status": "Terminated",
      "voluntary_mandated": "Voluntary: Firm initiated"
    }
  ],
  "total_matched": 1
}

Payment details

Pay to0x3873d15cf3209c32aaa8d9aa542164e658567129
AssetUSD Coin · 0x833589fcd6edb6e08f4c7c32d4f71b54bda02913
NetworksBase, Solana
Schemesexact

Is this your API?

Pin it to the top of Search & Web and the homepage with a featured placement.

Get featured →

More from Govparse & similar services