Coronavirus live statistics API from trusted sources.
Visit the dashboard here: https://api-covid.herokuapp.com/
[GET] - https://api-covid.herokuapp.com/worldwide
Historical data starts from February 2nd, 2020.
[GET] - https://api-covid.herokuapp.com/worldwide/today
[GET] - https://api-covid.herokuapp.com/worldwide/predictions
[GET] - https://api-covid.herokuapp.com/countries
Historical data starts from March 20th, 2020.
[GET] - https://api-covid.herokuapp.com/countries/today
[GET] - https://api-covid.herokuapp.com/countries/historical/{date}
Example: https://api-covid.herokuapp.com/countries/historical/2020-03-20
[GET] - https://api-covid.herokuapp.com/countries/{country_name}
Example: https://api-covid.herokuapp.com/countries/China
[GET] - https://api-covid.herokuapp.com/countries/{country_name}/today
Example: https://api-covid.herokuapp.com/countries/China/today
[GET] - https://api-covid.herokuapp.com/countries/{country_name}/{date}
Example: https://api-covid.herokuapp.com/countries/China/2020-03-20
The web scraping functionality is a fork from https://github.com/javieraviles/covidAPI
This project adds access to historical data saved in a proper database, and a fully working REST API.
Data is updated every 60 seconds.