M-Media-Group / Covid-19-API

This is the code running in AWS Lambda powering covid-api.mmediagroup.fr/v1. The API provides realtime and historical data on Coronavirus COVID-19 confirmed cases, deaths, and recovered cases. This API has now been called over 40 million times, thank you!
https://covid-api.mmediagroup.fr/v1/cases
GNU Affero General Public License v3.0
399 stars 30 forks source link

Testing data #5

Closed leandroparedes closed 4 years ago

leandroparedes commented 4 years ago

Will testing data be available as history data?

Something like /history?status=testing

mwargan commented 4 years ago

Hey @leandroparedes! I took a look again at the original dataset source https://github.com/CSSEGISandData/COVID-19 but it looks like they don't provide the count of tests yet.

I currently don't know of any datasource that has reliable testing metrics for the whole world, though I agree it is important data.

mwargan commented 4 years ago

Closing due to lack of data source.