Real-time COVID-19 statistics for New York State
Current COVID-19 data from disease.sh API
curl -q -LSsf http://api.casjay.coffee/api/v1/world/nys
{
"nys": {
"state": "New York",
"cases": 6234567,
"deaths": 78432,
"recovered": 5923456,
"active": 232679,
"casesPerOneMillion": 320456,
"deathsPerOneMillion": 4032,
"population": 19453561,
"updated": 1634567890123
}
}