mirrored listing x402 eip155:8453solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp

Which medical devices did the FDA just clear or approve, and who is the applicant? Bulk fe

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.

Do you run api.govparse.io? This listing was mirrored from Coinbase's public Bazaar. Claim it in 30 seconds — no account required — and it becomes verified, permanently overriding the mirrored copy.

Claim this listing
25000000 (raw units)
price
2
calls / 30d
1
unique payers
2026-09-10
updated

Provider

api.govparse.io · discovered, not yet claimed by its owner

Payment (x402 accepts[])

[
  {
    "scheme": "exact",
    "network": "eip155:8453",
    "payTo": "0x3873d15CF3209c32aaA8d9AA542164E658567129",
    "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
    "amount": "25000000",
    "maxTimeoutSeconds": 300
  },
  {
    "scheme": "exact",
    "network": "solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp",
    "payTo": "BdcZbENFdEyEUMqv9pnRMUnn1Yyeyo2dCMbYXbJ3LmaB",
    "asset": "EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v",
    "amount": "25000000",
    "maxTimeoutSeconds": 300
  }
]

Output schema

{
  "bazaar": {
    "info": {
      "input": {
        "method": "GET",
        "queryParams": {
          "applicant": "Abbott",
          "since": "2026-06-01",
          "state": "MN"
        },
        "type": "http"
      },
      "output": {
        "example": {
          "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"
            }
          ]
        },
        "type": "json"
      }
    },
    "routeTemplate": "/v1/feeds/fda-device-clearances",
    "schema": {
      "$schema": "https://json-schema.org/draft/2020-12/schema",
      "properties": {
        "input": {
          "properties": {
            "applicant": {
              "description": "Applicant (manufacturer) name fragment.",
              "examples": [
                "Abbott"
              ],
              "type": "string"
            },
            "committee": {
              "description": "FDA advisory-committee / specialty panel fragment (Cardiovascular, Radiology...).",
              "examples": [
                "Cardiovascular"
              ],
              "type": "string"
            },
            "cursor": {
              "description": "Opaque page cursor — pass the previous page's next_cursor unchanged.",
              "examples": [
                "eyJkIjoiMjAyNi0wNy0xMCIsImsiOiJLMjU0Mjk1In0"
              ],
              "type": "string"
            },
            "limit": {
              "description": "Rows per page (default 500, cap 1000).",
              "examples": [
                500
              ],
              "type": "integer"
            },
            "pathway": {
              "description": "Regulatory pathway: 510k | pma.",
              "examples": [
                "510k"
              ],
              "type": "string"
            },
            "product_code": {
              "description": "FDA product code (3-letter).",
              "examples": [
                "DXT"
              ],
              "type": "string"
            },
            "since": {
              "description": "Only decisions dated on or after this date (YYYY-MM-DD).",
              "examples": [
                "2026-06-01"
              ],
              "type": "string"
            },
            "state": {
              "description": "Applicant state code(s), CSV.",
              "examples": [
                "MN"
              ],
              "type": "string"
            }
          },
          "required": [],
          "type": "object"
        }
      },
      "type": "object"
    }
  }
}

Use it

curl

curl "https://api.govparse.io/v1/feeds/fda-device-clearances"
# -> 402 Payment Required, accepts[] lists how to pay
# retry with a PAYMENT-SIGNATURE (or PAYMENT header) once paid

JavaScript

const res = await fetch("https://api.govparse.io/v1/feeds/fda-device-clearances");
if (res.status === 402) {
  const { accepts } = await res.json();
  // pay one of accepts[] via an x402 client, then retry with the payment header
}

Python

import httpx
res = httpx.get("https://api.govparse.io/v1/feeds/fda-device-clearances")
if res.status_code == 402:
    accepts = res.json()["accepts"]
    # pay one of accepts[] via an x402 client, then retry with the payment header

Machine-readable

Everything on this page is also available as clean JSON at /resources/14566.json, and this resource appears in /discovery/resources and /discovery/search.