Skip to content
This repository has been archived by the owner on Dec 30, 2020. It is now read-only.

api/us/daily #34

Open
curlyheads opened this issue Apr 4, 2020 · 1 comment
Open

api/us/daily #34

curlyheads opened this issue Apr 4, 2020 · 1 comment

Comments

@curlyheads
Copy link

inIcuCumulative decreases from 4270 on 20200401 to 541 on 20200402.

@mtoothman
Copy link

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
}
[ . . . ]

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants