Home

Awesome

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"
}