COVID19 Statistics
An API for returning global statistics for multiple diseases.
2 subscribers
20 endpoints
The in-depth APIMemo review for this API hasn't been published yet —
the data below comes straight from the public marketplace listing.
COVID19 Statistics endpoints
| Method | Endpoint | Description |
|---|---|---|
| Countries / Continents | ||
| GET |
SpecificContinent /v2/continents/{query} |
Get the same data from the /v2/continents endpoint, but filter down to a specific continent. |
| GET |
AllCountries /v2/countries |
Returns a JSON array with an element for each country that has stats available. This includes iso codes, lat/long, a link to the country flag, cases, new cases, deaths, new… |
| GET |
SpecificContry /v2/countries/{query} |
Get the same data from the /countries endpoint, but filter down to a specific country. |
| GET |
AllContinents /v2/continents |
Returns a JSON array with an element for each continent that has stats available. |
| JHUCSSE | ||
| GET |
HistoricalDatabymultipleProvinceNames /v2/historical/{query}/{provinces} |
Get multiple provinces' time series using multiple Country Names && Country Ids && ISOs (ISO 2 | ISO 3) 3166 Country Standards. Data is updated every 10 minutes. |
| GET |
HistoricalDatabyProvinceName /v2/historical/{query}/{province} |
Get a province within a country's time series. Example is /v2/historical/chn/tibet. CHN is China's iso3 code. Data is updated every 10 minutes. |
| GET |
AllUSCountyData /v2/jhucsse/counties |
Get JHU CSSE county specific data. This includes confirmed cases, deaths, recovered, and coordinates. Data is updated every 10 minutes |
| GET |
SingleCountyData /v2/jhucsse/counties/{countyName} |
Get JHU CSSE county specific data. This includes confirmed cases, deaths, recovered, and coordinates. Returns array because there are duplicate names. Data is updated every 10… |
| GET |
HistoricalDataforallCountiesinaSpecifiedState /v2/historical/usacounties/{state} |
Get time series info from the JHU CSSE Data Repository. Every date since 1/22/20 has an entry tracking deaths and cases. Updated each day at 23:59 UTC. Data is updated every 10… |
| GET |
HistoricalTimeSeriesData /v2/historical/all |
Return time series data globally. Data is updated every 10 minutes. |
| GET |
USAstatestoquery/historical/usacounties/{state}endpoint /v2/historical/usacounties |
Returns a list of states that are available for querying the /historical/usacounties/{state} endpoint with. |
| GET |
HistoricalDatabyCountryName /v2/historical/{query} |
Get a country's time series using a country iso code, country ID, or of course, country name. Data is updated every 10 minutes. |
| GET |
HistoricalData /v2/historical |
Get time series info from the JHU CSSE Data Repository. Every date since 1/22/20 has an entry tracking deaths, cases, and recoveries for each country. Updated each day at 23:59… |
| GET |
AllGHICSSE /v2/jhucsse |
|
| NYT | ||
| GET |
All /v2/all |
Get global stats: cases, deaths, recovered, time last updated, and active cases. Data is updated every 10 minutes. |
| GET |
USNationwideData /v2/nyt/usa |
Return all NYT US nationwide data. Each entry returned represents data for a given day. |
| GET |
States /v2/states |
Get stats on United States of America States with COVID-19, including cases, new cases, deaths, new deaths, and active cases. Data is updated every 10 minutes. |
| GET |
State /v2/states/{states} |
|
| GET |
CountyData /v2/nyt/counties |
Return all NYT county data or individual county data if specified. Each entry returned represents data for a given day. |
| GET |
StateData /v2/nyt/states |
Return all NYT state data or individual state data if specified. Each entry returned represents data for a given day. |
COVID19 Statistics pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|
| PRO | $250 / month | — |
|