Covid-19 Data NYT
An API which Pulls US Covid-19 data directly from The New York Times, based on reports from state and local health agencies. This API is free to use and must only be used for non-commercial purposes. Any project/research that uses this API must credit the NYT. Data Pulled From: https://github.com/nytimes/covid-19-data NYT U.S. Tracking Page:…
Covid-19 Data NYT endpoints
| Method | Endpoint | Description |
|---|---|---|
| GET |
Get Total US Data By Date /total/{YYYY-MM-DD} |
Get the total amount of covid-19 cases and deaths in the US from 2020-01-21 up to a specified date. |
| GET |
Get Total State Data By Date /total/{YYYY-MM-DD}/{stateAbbrev} |
Get the total amount of covid-19 cases and deaths in a specified state from 2020-01-21 up to a specified date (if the data is available). States must be specified by their… |
| GET |
Get Specific US Data By Date /specific/{YYYY-MM-DD} |
Get the amount of new covid-19 cases and deaths in the US on a specified date. |
| GET |
Get Specific State Data By Date /specific/{YYYY-MM-DD}/{stateAbbrev} |
Get the amount of new covid-19 cases and deaths on a specified date in a specified state. States must be specified by their Two-Letter State Abbreviations:… |
Covid-19 Data NYT pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|