F

FDA 510(k) Device Clearances · FDA Device Clearances

by FDA 510(k) Device Clearances

GETBase

$0.02

per call · USD Coin on Base

FDA 510(k) clearances for medical devices: which devices were cleared to market, the applicant, the decision date, product code, device class, regulation number and advisory committee, plus a clearance-per-year breakdown. Search by device name, applicant company or K-number. Pairs with the adverse-events and enforcement endpoints for full medtech diligence.

Endpoint

GET https://x402-filings.datalayer.workers.dev/v1/fda/device-clearances

3

Calls / 30d

2

Unique payers / 30d

Aug 30

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://x402-filings.datalayer.workers.dev/v1/fda/device-clearances", {
  method: "GET",
});
const data = await res.json();
cURL
curl -X GET \
  "https://x402-filings.datalayer.workers.dev/v1/fda/device-clearances?applicant=Medtronic&device=catheter&from=2024-01-01&kNumber=K123456&limit=25&to=2026-08-24" \
  -H "X-PAYMENT: <signed x402 payment>"

Example response

{
  "clearances": [
    {
      "applicant": "Example Medical Inc.",
      "decision": "Substantially Equivalent",
      "decisionDate": "2026-08-11",
      "deviceClass": "2",
      "deviceName": "Example Catheter",
      "kNumber": "K260123",
      "reviewedByThirdParty": false
    }
  ],
  "clearancesByYear": [
    {
      "count": 14,
      "year": "2026"
    },
    {
      "count": 11,
      "year": "2025"
    }
  ],
  "count": 25,
  "mostRecentDecision": "2026-08-11",
  "query": {
    "device": "catheter",
    "limit": 25
  },
  "totalMatching": 41233
}

Payment details

Pay to0x917e635b83f0dd7e8172c55ec4eebb28b734ca85
AssetUSD Coin · 0x833589fcd6edb6e08f4c7c32d4f71b54bda02913
NetworksBase
Schemesexact

Is this your API?

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

Get featured →

More from FDA 510(k) Device Clearances & similar services