Covid-19 Get Country Data for Date


Stuff You Need to Know

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


How to Configure It

  • Country: Select a country from the drop down or type a date into the field.
  • 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,
  "result": {
    "2020-03-25": {
       "confirmed": 387,
       "deaths": 8,
       "recovered": 0
    }
  }
}

Original Documentation

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