G

Govparse · Warning Letters Search

by Govparse

GETBaseSolana

$1.25

per call · USD Coin on Base

Which FDA-regulated firms have an open FDA warning letter? Search the FDA Warning Letters index by company, product area (drugs, devices, biologics, food, dietary-supplement, cosmetics, tobacco, veterinary), issuing office, subject (CGMP, adulterated, misbranded), open/closed status, or issue/posted date. Returns the recipient firm (entity-resolved where possible), issuing office, subject, and response/close-out dates — a documented compliance gap and remediation trigger.

Endpoint

GET https://api.govparse.io/v1/fda/warning-letters/search

2

Calls / 30d

1

Unique payers / 30d

Sep 7

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/warning-letters/search", {
  method: "GET",
});
const data = await res.json();
cURL
curl -X GET \
  "https://api.govparse.io/v1/fda/warning-letters/search?company=Acme+Labs&issuing_office=Center+for+Drug+Evaluation+and+Research&product_area=drugs" \
  -H "X-PAYMENT: <signed x402 payment>"

Example response

{
  "rows": [
    {
      "closeout_date": null,
      "company_name": "Example Pharmaceuticals, Inc.",
      "entity_id": null,
      "has_response": false,
      "is_closed": false,
      "issuing_office": "Center for Drug Evaluation and Research | CDER",
      "letter_id": "3f5a9c1e2b7d4a8c6e0f1a2b3c4d5e6f",
      "letter_issue_date": "2026-03-04",
      "posted_date": "2026-03-18",
      "product_area": "drugs",
      "response_date": null,
      "subject": "CGMP/Finished Pharmaceuticals/Adulterated"
    }
  ],
  "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