For search
queries (such as: https://api.fda.gov/device/pma.json?search=decision_code:APPR&limit=1), the results
section includes matching Device Pre-Market Approval reports returned by the API.
For count
queries (such as: https://api.fda.gov/device/pma.json?count=advisory_committee), the results section will look something like the following:
{
"meta": {
"disclaimer": "Do not rely on openFDA to make decisions regarding medical care. While we make every effort to ensure that data is accurate, you should assume all results are unvalidated. We may limit or otherwise restrict your access to the API in line with our Terms of Service.",
"terms": "https://open.fda.gov/terms/",
"license": "https://open.fda.gov/license/",
"last_updated": "2017-12-02"
},
"results": [
{
"term": "",
"count": 622
},
{
"term": "3005747797",
"count": 541
},
{
"term": "3010041511",
"count": 475
}
]
}