latestOpenAPI 3.0.02026-08-0811452.3 KB
d8c8699063a9
US Current and Historical Data
Current US values
The most recent COVID data for the US. The most recent data may not be from today.
get/v1/us/current.{format}
Path parameters
formatstring required
Example:json
Use 'json' to return JSON arrays or object. Use 'csv' to return a CSV file.
Response
OK
Example response
[
{
"date": 20200501,
"states": 50,
"positive": 50,
"negative": 50,
"pending": 50,
"hospitalizedCurrently": 50,
"hospitalizedCumulative": 50,
"inIcuCurrently": 50,
"inIcuCumulative": 50,
"onVentilatorCurrently": 50,
"onVentilatorCumulative": 50,
"recovered": 50,
"death": 50,
"hospitalized": 50,
"total": 50,
"totalTestResults": 50,
"posNeg": 50,
"deathIncrease": 50,
"hospitalizedIncrease": 50,
"negativeIncrease": 50,
"positiveIncrease": 50,
"totalTestResultsIncrease": 50,
"lastModified": "2020-05-27T12:18:23.392Z"
}
]