GET /other/nsde.json
Summary: Search National Drug Code Directory
Operation ID: getNSDE
Auth: api_key
Operation ID: getNSDE
Auth: api_key
Description
Returns data from the National Drug Code (NDC) Directory, containing information on finished drug products.
Parameters (4)
count
(string, query, optional)
Field to count unique values for
limit
(integer, query, optional, default: 1)
Number of results to return (max 100)
Constraints: {'minimum': 1, 'maximum': 100}
search
(string, query, optional)
Search query using field:value syntax
skip
(integer, query, optional, default: 0)
Number of results to skip
Constraints: {'minimum': 0}
Examples (3)
| Title | Type | URL | Action |
|---|---|---|---|
| Search for active ingredient aspirin | curl |
https://api.fda.gov/other/nsde.json?search=active_ingredient:aspirin&limit=5 |
|
| Search by product name with pagination | curl |
https://api.fda.gov/other/nsde.json?search=product_name:Ibuprofen&limit=10&skip=0 |
|
| Count unique marketing categories | curl |
https://api.fda.gov/other/nsde.json?count=marketing_category&limit=20 |
Probe History
Status Codes
| Time | Status | Latency | Size |
|---|---|---|---|
| 2026-03-23 10:20:43.818354 | 404 | 874ms | |
| 2026-03-23 10:13:26.195584 | 404 | 865ms | |
| 2026-03-23 09:21:37.293302 | 200 | 944ms |
Response Changes
| When | Old | New |
|---|---|---|
| 2026-03-23 10:13:26.195584 | 4359081572d6 |
57b1e7534d00 |