Covid-19 Get Global Count by Date


Stuff You Need to Know

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


How to Configure It

  • Date: Select the date for which you would like to see the details from the date picker calendar.


What Happens Next

The response from Covid-19 will look like this:

{
  "count": 1,
  "date": "2020-03-24",
  "result": {
     "confirmed": 418045,
     "deaths": 18625,
     "recovered": 107658
  }
}

Original Documentation

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