Covid-19 Get Country Timeseries by Date Range


Stuff You Need to Know

Covid-19 has created a way for you to see cumulative Covid-19 timeseries information for a specific country in a specific date range, including confirmed cases, number of deaths and number of recovered.  All data is from John Hopkins University


How to Configure It

  • CountrySelect a country from the drop down.
  • Start Date: Select the start date for which you would like to see the details from the date picker calendar or enter date in field.
  • End Date: Select the end date for which you would like to see the details from the date picker calendar or enter date in field.


What Happens Next

The response will look like this:

{
  "count": 1,
  "result": {
    "2020-03-25": {
      "confirmed": 65778,
      "deaths": 942,
      "recovered": 0
    }
  }
}


Original Documentation

https://github.com/backtrackbaba/covid-api