GET /device/enforcement.json

fda.gov:fda-open-api

Summary: Device Recall Enforcement Reports
Operation ID: getDeviceEnforcement
Auth: unknown
Description

Returns medical device recall enforcement reports from the FDA Recall Enterprise System (RES).

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.

No probe data for this endpoint yet.