Which companies just cleared or got FDA approval for a medical device?
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.
Paid test badge: not yet. The checks above are free: we call the tool without paying and read the payment request it sends back. The Verified badge needs paid calls whose answers match the promised output, and nobody can buy a badge.
Endpoint
GET https://api.govparse.io/v1/fda/device-clearances/search
| Category | Code and developer |
|---|---|
| Provider host | api.govparse.io |
| Networks | eip155:8453, solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp |
| Payment schemes | exact |
| Self-reported calls, 30 days | 1 from 1 payers (the provider's figure, not ours) |
Our checks, last 30 days
| Day | Result | HTTP | Asked | Time |
|---|---|---|---|---|
| 2026-09-24 | valid payment request | 402 | $1.25 | 246 ms |
Example input (from the provider)
{
"method": "GET",
"queryParams": {
"company": "Medtronic",
"pathway": "510k",
"product_code": "DXY"
},
"type": "http"
}
Promised output schema (from the provider)
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"properties": {
"input": {
"properties": {
"advisory_committee": {
"description": "Medical specialty panel fragment.",
"examples": [
"Cardiovascular"
],
"type": "string"
},
"company": {
"description": "Applicant company \u2014 suffix/punctuation-insensitive.",
"examples": [
"Medtronic"
],
"type": "string"
},
"entity_id": {
"description": "Resolved employer entity UUID.",
"examples": [
"b7f3e2d1-4a5c-4e6f-8a9b-0c1d2e3f4a5b"
],
"type": "string"
},
"limit": {
"description": "Max rows (default 25, cap 100).",
"examples": [
25
],
"type": "integer"
},
"offset": {
"description": "Rows to skip.",
"examples": [
0
],
"type": "integer"
},
"pathway": {
"description": "510k | pma (CSV).",
"examples": [
"510k"
],
"type": "string"
},
"product_code": {
"description": "FDA product code(s), CSV.",
"examples": [
"DXY"
],
"type": "string"
},
"since": {
"description": "Decision (clearance/approval) date on/after this date (YYYY-MM-DD).",
"examples": [
"2026-01-01"
],
"type": "string"
},
"sort": {
"description": "decision_date | date_received :asc|:desc. Default decision_date:desc.",
"examples": [
"decision_date:desc"
],
"type": "string"
},
"state": {
"description": "Applicant state code(s), CSV (510(k) only).",
"examples": [
"CA"
],
"type": "string"
}
},
"required": [],
"type": "object"
}
},
"type": "object"
}