G

Govparse · Feeds Warning Letters

by Govparse

GETBaseSolana

$25

per call · USD Coin on Base

Which firms just received an FDA Warning Letter — an open compliance-gap and remediation clock? Bulk feed over the FDA Warning Letters index, newest-first by issue date: recipient firm, product area (drugs/devices/food/tobacco…), issuing office, alleged-violation subject, and the response / close-out clock. Flat rows, cursor-paginated up to 1000/page, filterable by product_area, subject, close-out state, or since. Observational records — an alleged violation, never an adjudication.

Endpoint

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

2

Calls / 30d

1

Unique payers / 30d

Sep 10

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/feeds/warning-letters", {
  method: "GET",
});
const data = await res.json();
cURL
curl -X GET \
  "https://api.govparse.io/v1/feeds/warning-letters?office=Center+for+Tobacco+Products&product_area=drugs%2Cdevices&since=2026-01-01" \
  -H "X-PAYMENT: <signed x402 payment>"

Example response

{
  "basis": "US FDA Warning Letters index, one row per letter newest-first by letter_issue_date. Observational public records as posted — an alleged violation, never an adjudication.",
  "feed": "warning-letters",
  "page": {
    "has_more": true,
    "limit": 500,
    "next_cursor": "eyJkIjoiMjAyNi0wNi0wMyIsImsiOiJvc2hhOjMxOTAwMTIzNCJ9",
    "returned": 500
  },
  "query": {
    "closed": "all",
    "office": "all",
    "product_area": [
      "tobacco"
    ],
    "since": "2026-01-01",
    "subject": "all"
  },
  "rows": [
    {
      "as_published_date": "2026-07-18",
      "closeout_date": null,
      "entity_id": null,
      "event_date": "2026-04-21",
      "event_key": "wl:3543b16645e65cca776679711bf85f6e",
      "has_response": false,
      "is_closed": false,
      "issuing_office": "Center for Tobacco Products",
      "letter_issue_date": "2026-04-21",
      "posted_date": "2026-04-23",
      "product_area": "tobacco",
      "recipient": "Daily Manufacturing Solutions Inc.",
      "response_date": null,
      "subject": "Family Smoking Prevention and Tobacco Control Act/Adulterated/Misbranded"
    }
  ]
}

Payment details

Pay to0x3873d15cf3209c32aaa8d9aa542164e658567129
AssetUSD Coin · 0x833589fcd6edb6e08f4c7c32d4f71b54bda02913
NetworksBase, Solana
Schemesexact

Is this your API?

Pin it to the top of Other and the homepage with a featured placement.

Get featured →

More from Govparse & similar services