G

Govparse · Device Clearances Search

by Govparse

GETBaseSolana

$1.25

per call · USD Coin on Base

Which companies just cleared or got FDA approval for a medical device? Search openFDA device 510(k) clearances and PMA premarket approvals by applicant company, pathway (510k/pma), FDA product code, advisory-committee specialty (e.g. Cardiovascular), applicant state, or decision date (since). Returns the applicant company (entity-resolved where possible), device name, product code, and decision date — a fresh target list for device and component sellers. openFDA public-domain records.

Endpoint

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

2

Calls / 30d

1

Unique payers / 30d

Sep 8

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/device-clearances/search", {
  method: "GET",
});
const data = await res.json();
cURL
curl -X GET \
  "https://api.govparse.io/v1/fda/device-clearances/search?company=Medtronic&pathway=510k&product_code=DXY" \
  -H "X-PAYMENT: <signed x402 payment>"

Example response

{
  "rows": [
    {
      "advisory_committee": "Cardiovascular",
      "applicant": "Pacesetter Systems",
      "clearance_type": "Traditional",
      "date_received": "1985-02-19",
      "decision_code": "SESE",
      "decision_date": "1985-04-01",
      "decision_description": "Substantially Equivalent",
      "decision_id": "K850651",
      "device_name": "PROGRAMALITH III-3 MODEL 231 PULSE GENERATOR",
      "entity_id": null,
      "generic_name": null,
      "pathway": "510k",
      "product_code": "DXY",
      "state": "CA"
    }
  ],
  "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