Skip to content

anzharip/covid19-id

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

covid19-id

Scraper and API for Indonesia COVID-19 Data from https://www.covid19.go.id

Live API

You can use the live API by accessing this URL: http://covid19-id-api.anzhari.my.id/. It will return the data in JSON format. Example:

{
    "Indonesia": {
        "Positif": 3293,
        "Sembuh": 252,
        "Meninggal": 280
    },
    "Global": {
        "Negara/Kawasan": 212,
        "Kasus Terkonfirmasi": 1356780,
        "Kematian": 79385
    },
    "Timestamp": "2020-04-09 19:02:56.495703",
    "Source": "https://www.covid19.go.id"
}

About

Scraper and API for Indonesia COVID-19 Data from https://www.covid19.go.id

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages