COVID-19 data
We collect information from several reliable sources, like Johns Hopkins CSSE, CDC, WHO and a few others. All our sources are verified, and we avoid collecting information that is not confirmed by official authorities. Every country sends official reports differently. From once per day to every hour. That depends on the scale of the pandemic and the time zone. Nevertheless, we are trying to…
COVID-19 data endpoints
| Method | Endpoint | Description |
|---|---|---|
| Country | ||
| GET |
getLatestCountryDataByCode /country/code |
Get the latest data for a specific country. Parameter `code` is mandatory. Country code is in [ISO 3166-1](https://en.wikipedia.org/wiki/List_of_ISO_3166_country_codes) standard.… |
| GET |
getLatestCountryDataByName /country |
Get latest data for specific country. Country Name And Format Are In Query. |
| GET |
getLatestAllCountries /country/all |
Get latest data for all countries. |
| Totals | ||
| GET |
getLatestTotals /totals |
Get latest data for whole world. |
| Help | ||
| GET |
getListOfCountries /help/countries |
Get a Name, [Alpha-2 code](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2), [Alpha-3 code](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-3), Latitude and Longitude for every… |