项目作者: LilySu

项目描述 :
API converting NYC Department of Health: https://github.com/nychealth/coronavirus-data
高级语言: Python
项目地址: git://github.com/LilySu/nyc-health-API.git
创建时间: 2020-04-21T20:08:59Z
项目社区:https://github.com/LilySu/nyc-health-API

开源协议:Other

下载


API for accessing Covid-19 Data from NYC Health



Usage

Routes

Example of boro

Definition

GET /boro

Response
  1. [
  2. {
  3. BOROUGH_GROUP: "The Bronx",
  4. COVID_CASE_COUNT: 31130,
  5. COVID_CASE_RATE: 2115.28
  6. },
  7. {
  8. BOROUGH_GROUP: "Brooklyn",
  9. COVID_CASE_COUNT: 36699,
  10. COVID_CASE_RATE: 1352.06
  11. },
  12. {
  13. BOROUGH_GROUP: "Manhattan",
  14. COVID_CASE_COUNT: 17495,
  15. COVID_CASE_RATE: 927
  16. },
  17. {
  18. BOROUGH_GROUP: "Queens",
  19. COVID_CASE_COUNT: 42637,
  20. COVID_CASE_RATE: 1700.58
  21. },
  22. {
  23. BOROUGH_GROUP: "Staten Island",
  24. COVID_CASE_COUNT: 10405,
  25. COVID_CASE_RATE: 2075.01
  26. },
  27. {
  28. BOROUGH_GROUP: "Citywide",
  29. COVID_CASE_COUNT: 138435,
  30. COVID_CASE_RATE: 0
  31. }
  32. ]

This project is licensed under the terms of the MIT license.