For search
queries (such as: https://api.fda.gov/device/covid19serology.json?search=group:Negatives&limit=1), the results
section includes matching Serological Test Evaluations reports returned by the API.
For count
queries (such as: https://api.fda.gov/device/covid19serology.json?count=antibody_agree), 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": "2020-05-08"
},
"results": [
{
"term": "TN",
"count": 80
},
{
"term": "TP",
"count": 27
},
{
"term": "FN",
"count": 3
}
]
}