Covid-19 Get Latest Country Timeseries Data


Stuff You Need to Know

Covid-19 has created a way for you to see historical Coronavirus-19 timeseries information on a per-country basis, including confirmed cases, 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.


What Happens Next

The response from Covid-19 will look like this:

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


Original Documentation

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