latestOpenAPI 3.0.02026-08-0811452.3 KB
d8c8699063a9
US Current and Historical Data
US historic values for a date
All COVID data for the US on a specific date.
get/v1/us/{date}.{format}
Path parameters
formatstring required
Example:json
Use 'json' to return JSON arrays or object. Use 'csv' to return a CSV file.
datestring required
Example:20200501
Use the ISO-formatted date, without hyphens, to select just the data for a specific date.
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"
}
]