- Each .csv file in https://github.com/nychealth/coronavirus-data exists as the same name in a route.
- ie. boro.csv exists as /boro
- If the value is 0, it might be because it was a NaN/Null
/boro
- https://nyc-health-api.herokuapp.com/boro
/by-age
- https://nyc-health-api.herokuapp.com/by-age
/by-sex
- https://nyc-health-api.herokuapp.com/by-sex
/case-hosp-death
- https://nyc-health-api.herokuapp.com/case-hosp-death
/probable-confirmed-dod
- https://nyc-health-api.herokuapp.com/probable-confirmed-dod
/summary
- https://nyc-health-api.herokuapp.com/summary
/tests-by-zcta
- https://nyc-health-api.herokuapp.com/tests-by-zcta
GET /boro
[
{
BOROUGH_GROUP: "The Bronx",
COVID_CASE_COUNT: 31130,
COVID_CASE_RATE: 2115.28
},
{
BOROUGH_GROUP: "Brooklyn",
COVID_CASE_COUNT: 36699,
COVID_CASE_RATE: 1352.06
},
{
BOROUGH_GROUP: "Manhattan",
COVID_CASE_COUNT: 17495,
COVID_CASE_RATE: 927
},
{
BOROUGH_GROUP: "Queens",
COVID_CASE_COUNT: 42637,
COVID_CASE_RATE: 1700.58
},
{
BOROUGH_GROUP: "Staten Island",
COVID_CASE_COUNT: 10405,
COVID_CASE_RATE: 2075.01
},
{
BOROUGH_GROUP: "Citywide",
COVID_CASE_COUNT: 138435,
COVID_CASE_RATE: 0
}
]
This project is licensed under the terms of the MIT license.