{ "opencollection": "1.0.0", "info": { "name": "openFDA Animal & Veterinary Device API", "version": "1.0" }, "request": { "auth": { "type": "apikey", "key": "api_key", "value": "{{api_key}}", "placement": "query" } }, "items": [ { "info": { "name": "Device", "type": "folder" }, "items": [ { "info": { "name": "Device adverse events (MAUDE)", "type": "http" }, "http": { "method": "GET", "url": "https://api.fda.gov/device/event.json", "params": [ { "name": "search", "value": "receivedate:[2024-01-01+TO+2024-12-31]", "type": "query", "description": "Lucene-style search expression scoped to the dataset's fields." }, { "name": "sort", "value": "", "type": "query", "description": "Field to sort by, with optional direction (e.g. `receivedate:desc`)." }, { "name": "count", "value": "", "type": "query", "description": "Field to count occurrences against (returns aggregated terms)." }, { "name": "limit", "value": "", "type": "query", "description": "Maximum number of records to return (max 1000)." }, { "name": "skip", "value": "", "type": "query", "description": "Number of records to skip for pagination (max 25,000)." } ] }, "docs": "Query the Manufacturer and User Facility Device Experience (MAUDE) database for medical device adverse event reports." }, { "info": { "name": "Device recall enforcement reports", "type": "http" }, "http": { "method": "GET", "url": "https://api.fda.gov/device/enforcement.json", "params": [ { "name": "search", "value": "receivedate:[2024-01-01+TO+2024-12-31]", "type": "query", "description": "Lucene-style search expression scoped to the dataset's fields." }, { "name": "sort", "value": "", "type": "query", "description": "Field to sort by, with optional direction (e.g. `receivedate:desc`)." }, { "name": "count", "value": "", "type": "query", "description": "Field to count occurrences against (returns aggregated terms)." }, { "name": "limit", "value": "", "type": "query", "description": "Maximum number of records to return (max 1000)." }, { "name": "skip", "value": "", "type": "query", "description": "Number of records to skip for pagination (max 25,000)." } ] }, "docs": "Device recall enforcement reports" }, { "info": { "name": "Device recalls", "type": "http" }, "http": { "method": "GET", "url": "https://api.fda.gov/device/recall.json", "params": [ { "name": "search", "value": "receivedate:[2024-01-01+TO+2024-12-31]", "type": "query", "description": "Lucene-style search expression scoped to the dataset's fields." }, { "name": "sort", "value": "", "type": "query", "description": "Field to sort by, with optional direction (e.g. `receivedate:desc`)." }, { "name": "count", "value": "", "type": "query", "description": "Field to count occurrences against (returns aggregated terms)." }, { "name": "limit", "value": "", "type": "query", "description": "Maximum number of records to return (max 1000)." }, { "name": "skip", "value": "", "type": "query", "description": "Number of records to skip for pagination (max 25,000)." } ] }, "docs": "Device recalls" }, { "info": { "name": "Device product classifications", "type": "http" }, "http": { "method": "GET", "url": "https://api.fda.gov/device/classification.json", "params": [ { "name": "search", "value": "receivedate:[2024-01-01+TO+2024-12-31]", "type": "query", "description": "Lucene-style search expression scoped to the dataset's fields." }, { "name": "sort", "value": "", "type": "query", "description": "Field to sort by, with optional direction (e.g. `receivedate:desc`)." }, { "name": "count", "value": "", "type": "query", "description": "Field to count occurrences against (returns aggregated terms)." }, { "name": "limit", "value": "", "type": "query", "description": "Maximum number of records to return (max 1000)." }, { "name": "skip", "value": "", "type": "query", "description": "Number of records to skip for pagination (max 25,000)." } ] }, "docs": "Device product classifications" }, { "info": { "name": "510(k) clearances", "type": "http" }, "http": { "method": "GET", "url": "https://api.fda.gov/device/510k.json", "params": [ { "name": "search", "value": "receivedate:[2024-01-01+TO+2024-12-31]", "type": "query", "description": "Lucene-style search expression scoped to the dataset's fields." }, { "name": "sort", "value": "", "type": "query", "description": "Field to sort by, with optional direction (e.g. `receivedate:desc`)." }, { "name": "count", "value": "", "type": "query", "description": "Field to count occurrences against (returns aggregated terms)." }, { "name": "limit", "value": "", "type": "query", "description": "Maximum number of records to return (max 1000)." }, { "name": "skip", "value": "", "type": "query", "description": "Number of records to skip for pagination (max 25,000)." } ] }, "docs": "510(k) clearances" }, { "info": { "name": "Premarket Approval (PMA) records", "type": "http" }, "http": { "method": "GET", "url": "https://api.fda.gov/device/pma.json", "params": [ { "name": "search", "value": "receivedate:[2024-01-01+TO+2024-12-31]", "type": "query", "description": "Lucene-style search expression scoped to the dataset's fields." }, { "name": "sort", "value": "", "type": "query", "description": "Field to sort by, with optional direction (e.g. `receivedate:desc`)." }, { "name": "count", "value": "", "type": "query", "description": "Field to count occurrences against (returns aggregated terms)." }, { "name": "limit", "value": "", "type": "query", "description": "Maximum number of records to return (max 1000)." }, { "name": "skip", "value": "", "type": "query", "description": "Number of records to skip for pagination (max 25,000)." } ] }, "docs": "Premarket Approval (PMA) records" }, { "info": { "name": "Device registrations and listings", "type": "http" }, "http": { "method": "GET", "url": "https://api.fda.gov/device/registrationlisting.json", "params": [ { "name": "search", "value": "receivedate:[2024-01-01+TO+2024-12-31]", "type": "query", "description": "Lucene-style search expression scoped to the dataset's fields." }, { "name": "sort", "value": "", "type": "query", "description": "Field to sort by, with optional direction (e.g. `receivedate:desc`)." }, { "name": "count", "value": "", "type": "query", "description": "Field to count occurrences against (returns aggregated terms)." }, { "name": "limit", "value": "", "type": "query", "description": "Maximum number of records to return (max 1000)." }, { "name": "skip", "value": "", "type": "query", "description": "Number of records to skip for pagination (max 25,000)." } ] }, "docs": "Device registrations and listings" }, { "info": { "name": "Unique Device Identifier (UDI) database", "type": "http" }, "http": { "method": "GET", "url": "https://api.fda.gov/device/udi.json", "params": [ { "name": "search", "value": "receivedate:[2024-01-01+TO+2024-12-31]", "type": "query", "description": "Lucene-style search expression scoped to the dataset's fields." }, { "name": "sort", "value": "", "type": "query", "description": "Field to sort by, with optional direction (e.g. `receivedate:desc`)." }, { "name": "count", "value": "", "type": "query", "description": "Field to count occurrences against (returns aggregated terms)." }, { "name": "limit", "value": "", "type": "query", "description": "Maximum number of records to return (max 1000)." }, { "name": "skip", "value": "", "type": "query", "description": "Number of records to skip for pagination (max 25,000)." } ] }, "docs": "Unique Device Identifier (UDI) database" }, { "info": { "name": "COVID-19 serology testing data", "type": "http" }, "http": { "method": "GET", "url": "https://api.fda.gov/device/covid19serology.json", "params": [ { "name": "search", "value": "receivedate:[2024-01-01+TO+2024-12-31]", "type": "query", "description": "Lucene-style search expression scoped to the dataset's fields." }, { "name": "sort", "value": "", "type": "query", "description": "Field to sort by, with optional direction (e.g. `receivedate:desc`)." }, { "name": "count", "value": "", "type": "query", "description": "Field to count occurrences against (returns aggregated terms)." }, { "name": "limit", "value": "", "type": "query", "description": "Maximum number of records to return (max 1000)." }, { "name": "skip", "value": "", "type": "query", "description": "Number of records to skip for pagination (max 25,000)." } ] }, "docs": "COVID-19 serology testing data" } ] } ], "bundled": true }