covid-tracking-api
covid-tracking-api copied to clipboard
api/us/daily
inIcuCumulative decreases from 4270 on 20200401 to 541 on 20200402.
seems ok now:
curl https://covidtracking.com/api/us/daily | jq 'to_entries[] | {"date": .value.date, "inIcuCumulative": .value.inIcuCumulative}'
[ . . . ]
{
"date": 20200403,
"inIcuCumulative": 486
}
{
"date": 20200402,
"inIcuCumulative": 456
}
{
"date": 20200401,
"inIcuCumulative": 407
}
{
"date": 20200331,
"inIcuCumulative": 236
}
{
"date": 20200330,
"inIcuCumulative": 187
}
[ . . . ]