covid-19-api
covid-19-api copied to clipboard
COVID-19 global data (from JHU CSSE for now) as-a-service
Hi, Would it be possible to add a global summary to the daily single date endpoint as well? Thanks.
Suggested form: `/api/countries/[country]/daily/[date]` Alternatively: `/api/daily/[date]/countries/[country]`
Is it possible to get just the new confirmed cases in the last 24 hours in each country? It will help in tracking which country is successfully flattening the spread...
Is it possible to get today's data back to the general /daily endpoint?
Are the data from these fields (example, https://covid19.mathdro.id/api/countries/usa -> confirmed, recovered) always increasing or can decreasing? These data (deaths), I am sure that they are not decreasing.
API sending 8 confirmed cases. Actually there is 9 and 1 recovered https://covid19.mathdro.id/api/countries/GN
In countries we have: -Korea, South -China In daily results up until 2020-03-10 for the two countries there are different name like: - Mainland China - South Korea - Republic...
Check this link https://covid19.mathdro.id/api/countries There are countries that do not have an iso2 and iso3 Countries : **Cote d'ivoire, Diamond Princess, Congo (Brazzaville) and Congo (Kinshasa)** **ERROR** : "message": "Country...
seems that starting March 23rd the structure of the json has changed (E.g. on /daily and /daily/[date]), as well as the date format (2020-03-22T09:43:06 vs. 2020-03-23 23:19:34) and some fields...
In the latest changes I can only get data for 8 countries with `/confirmed` API. Main API is returning all values as 0. ``` { "confirmed":{ "value":0," detail":"https://covid19.mathdro.id/api/confirmed" }, "recovered":{...