Skip to content

aniketdgp/covidapi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

covidapi(Deprecated)

Sample JSON Data

{
countrycount: {
lastupdated: "13 April 2020, 17:00 GMT+5:30 ",
activecases: "8048",
discharged: "979",
deaths: "324",
migrated: "1"
},
statecount: {
lastupdated: "13 April 2020, 17:00 GMT+5:30",
states: [
{
state: "AndhraPradesh",
confirmedcases: "432",
recovered: "11",
death: "7"
},
{
state: "AndamanNicobar",
confirmedcases: "11",
recovered: "10",
death: "0"
}
]
}
}

Releases

No releases published

Packages

No packages published

Languages