Covid-19 Get Global Count by Date Range


Stuff You Need to Know

Covid-19 has created a way for you to see cumulative Coronavirus-19 information for 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

  • 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 from Covid-19 will look like this:

{
  "count": 1,
  "from_date": "2020-03-01",
  "result": {
     "confirmed": 88369,
     "deaths": 2996,
     "recovered": 42706
  },
  "to_date": "2020-03-26"
}

Original Documentation

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