GET /drug/enforcement.json
Summary: Drug Recall Enforcement Reports
Operation ID: getDrugEnforcement
Auth: api_key
Operation ID: getDrugEnforcement
Auth: api_key
Description
Returns drug recall enforcement reports from the FDA Recall Enterprise System (RES). Covers recalls from 2004 to present.
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 drug enforcement reports | openapi-spec |
https://api.fda.gov/drug/enforcement.json?search=status:Ongoing |
|
| Get drug enforcement reports | probe-gate |
https://api.fda.gov/drug/enforcement.json?limit=1&skip=0 |
|
| Drug Recall Enforcement Reports | probe-gate |
https://api.fda.gov/drug/enforcement.json |
Probe History
Status Codes
| Time | Status | Latency | Size |
|---|---|---|---|
| 2026-03-23 10:30:46.414223 | 200 | 863ms | |
| 2026-03-23 09:47:14.504443 | 200 | 919ms | |
| 2026-03-23 09:23:11.161287 | 200 | 869ms | |
| 2026-03-21T23:23:50.717580 | 200 | 860ms |
Response Changes
| When | Old | New |
|---|---|---|
| 2026-03-23 10:30:46.414223 | b3811ada7d51 |
e091b78a2e09 |