GET /device/510k.json
Summary: 510(k) Premarket Notifications
Operation ID: getDevice510k
Auth: api_key
Operation ID: getDevice510k
Auth: api_key
Description
Returns 510(k) premarket notification data showing devices cleared for marketing.
Parameters (6)
api_key
(string, query, optional)
Optional API key for higher rate limits (120,000/day vs 1,000/day without key). Request at https://open.fda.gov/apis/authentication/
count
(string, query, optional)
Field to count unique values for (returns aggregation instead of individual records). Use with .exact suffix for exact matches.
limit
(integer, query, optional, default: 1)
Maximum number of results to return (1-1000)
Constraints: {'minimum': 1, 'maximum': 1000}
search
(string, query, optional)
Elasticsearch query string. Use field:value format with +AND+, +OR+ for boolean logic. Replace spaces with +.
skip
(integer, query, optional, default: 0)
Number of results to skip for pagination
Constraints: {'minimum': 0}
sort
(string, query, optional)
Field to sort results by. Use :desc or :asc suffix.
Examples (3)
| Title | Type | URL | Action |
|---|---|---|---|
| Search for infusion pump devices | curl |
https://api.fda.gov/device/510k.json?search=device_name:infusion+pump&limit=5 |
|
| Count 510(k)s by decision code | curl |
https://api.fda.gov/device/510k.json?count=decision_code&limit=100 |
|
| Paginated search for Abbott devices | curl |
https://api.fda.gov/device/510k.json?search=applicant:Abbott&limit=10&skip=10 |
Probe History
Status Codes
| Time | Status | Latency | Size |
|---|---|---|---|
| 2026-03-23 10:16:02.376846 | 500 | 930ms | |
| 2026-03-23 09:45:42.524212 | 200 | 869ms | |
| 2026-03-23 09:19:52.910346 | 200 | 864ms |
Response Changes
| When | Old | New |
|---|---|---|
| 2026-03-23 09:45:42.524212 | 4c77286aae84 |
f24d59df0aef |
| 2026-03-23 10:16:02.376846 | f24d59df0aef |
d0338c85a94d |