-
-
Notifications
You must be signed in to change notification settings - Fork 312
Add population data #71
Description
Great Job
It would be nice if there is an endpoint to get the population data of all provinces. So It's easy to show the infection rate (cases/population). I use your API for my dashboard -> https://corona-data.netlify.com/
I found a CSV file, maybe you can include it in your API ( I think the last year with a population greater than 0.0 would be good enough -> maybe merge it with the JHU CCSE)?
{ "locations": [ { "id": 0, "country": "Thailand", "population": 1037238,
gist:
https://gist.github.com/pascalwhoop/a38a70f1fc60711856ca2e6fea79e4e3
data source
https://data.worldbank.org/indicator/SP.POP.TOTL?end=2016&start=2016&view=bar
link to CSV
http://api.worldbank.org/v2/en/indicator/SP.POP.TOTL?downloadformat=csv
Btw: there is a GitHub organization "OpenCovid19
" which tries to provide an API -> https://github.com/open-covid19