Skip to content

Instantly share code, notes, and snippets.

@Raouf25
Created August 8, 2020 09:56
Show Gist options
  • Save Raouf25/19c3a8b5a25bea6c65fe0c6e3a46d3e1 to your computer and use it in GitHub Desktop.
Save Raouf25/19c3a8b5a25bea6c65fe0c6e3a46d3e1 to your computer and use it in GitHub Desktop.
{
"Global": {
"NewConfirmed": 257886,
"TotalConfirmed": 17849120,
"NewDeaths": 5615,
"TotalDeaths": 685038,
"NewRecovered": 222627,
"TotalRecovered": 10552934
},
"Countries": [
{
"Country": "Afghanistan",
"CountryCode": "AF",
"Slug": "afghanistan",
"NewConfirmed": 35,
"TotalConfirmed": 36710,
"NewDeaths": 11,
"TotalDeaths": 1283,
"NewRecovered": 0,
"TotalRecovered": 25509,
"Date": "2020-08-02T07:46:58Z",
"Premium": {}
},
{
"Country": "Albania",
"CountryCode": "AL",
"Slug": "albania",
"NewConfirmed": 120,
"TotalConfirmed": 5396,
"NewDeaths": 4,
"TotalDeaths": 161,
"NewRecovered": 9,
"TotalRecovered": 2961,
"Date": "2020-08-02T07:46:58Z",
"Premium": {}
},
.....
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment