Which medical devices did the FDA just clear or approve, and who is the applican
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.
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/feeds/fda-device-clearances
| 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 | $25.00 | 279 ms |
Example input (from the provider)
{
"method": "GET",
"queryParams": {
"applicant": "Abbott",
"since": "2026-06-01",
"state": "MN"
},
"type": "http"
}
Promised output schema (from the provider)
{
"$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 \u2014 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"
}