G

Govparse · Feeds FDA Device Clearances

by Govparse

GETBaseSolana

$25

per call · USD Coin on Base

Which medical devices did the FDA just clear or approve, and who is the applicant? Bulk feed over openFDA 510(k) clearances and PMA approvals, newest-first by decision date — a new clearance is a device launch. Cursor-paginated up to 1000/page, filterable by applicant, state, product code, pathway (510k/pma), advisory committee, or since. Rows carry the applicant, device name, product code, advisory committee, pathway, and decision. Observational public records, never a recommendation.

Endpoint

GET https://api.govparse.io/v1/feeds/fda-device-clearances

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/fda-device-clearances", {
  method: "GET",
});
const data = await res.json();
cURL
curl -X GET \
  "https://api.govparse.io/v1/feeds/fda-device-clearances?applicant=Abbott&since=2026-06-01&state=MN" \
  -H "X-PAYMENT: <signed x402 payment>"

Example response

{
  "basis": "openFDA device clearances/approvals, one row per decision newest-first by decision_date. Observational public records as filed — never a recommendation.",
  "feed": "fda-device-clearances",
  "page": {
    "has_more": true,
    "limit": 500,
    "next_cursor": "eyJkIjoiMjAyNi0wNi0wMyIsImsiOiJvc2hhOjMxOTAwMTIzNCJ9",
    "returned": 500
  },
  "query": {
    "applicant": "all",
    "committee": "all",
    "pathway": "all",
    "product_code": "all",
    "since": "2026-06-01",
    "state": "all"
  },
  "rows": [
    {
      "advisory_committee": "Cardiovascular",
      "applicant": "ABBOTT MEDICAL",
      "as_published_date": "2026-07-18",
      "clearance_type": "Normal 180 Day Track No User Fee",
      "date_received": "2025-08-22",
      "decision_code": null,
      "decision_date": "2026-07-10",
      "decision_description": null,
      "decision_id": "P250022/S006",
      "device_name": "Volt PFA System",
      "entity_id": null,
      "event_date": "2026-07-10",
      "event_key": "device:P250022/S006",
      "generic_name": "Percutaneous Cardiac Ablation Catheter",
      "pathway": "pma",
      "product_code": "QZI",
      "state": "MN"
    }
  ]
}

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