New York State COVID-19 Data

Real-time COVID-19 statistics for New York State

NYS COVID-19 Statistics

Current COVID-19 data from disease.sh API

-
Total Cases
-
Active Cases
-
Recovered
-
Deaths
Cases per Million: -
Deaths per Million: -
State Population: -
Last Updated: -

API Usage

Get NYS COVID data:

curl -q -LSsf http://api.casjay.coffee/api/v1/world/nys

Response format:

{
  "nys": {
    "state": "New York",
    "cases": 6234567,
    "deaths": 78432,
    "recovered": 5923456,
    "active": 232679,
    "casesPerOneMillion": 320456,
    "deathsPerOneMillion": 4032,
    "population": 19453561,
    "updated": 1634567890123
  }
}