Covid-19 World Data by ZT

FREEMIUM
Por ZermeloTechnologies | Atualizado 4 days ago | Health and Fitness
Popularidade

0.2 / 10

Latência

14ms

Nível de serviço

0%

Health Check

N/A

LEIA-ME

GetAllCountryCodesAndNames
Country codes(2 letter  ISO 3166-1 Alpha-2 Code) and corresponding country names are returned. No additional parameters are required in the input. In case the response is successful statusMsg will be “OK” . Below is the response structure.
{
    “statusMsg”: “OK”,
    “data”: [
        {
            “code”: “AD”,
            “name”: “Andorra”
        },
        {
            “code”: “AE”,
            “name”: “United Arab Emirates”
        },

        {
            “code”: “ZM”,
            “name”: “Zambia”
        },
        {
            “code”: “ZW”,
            “name”: “Zimbabwe”
        }
    ]
}
GetTotalCounts
World Covid-19 total confirmed cases count, new confirmed cases count, recovered cases count, total death count, new death count and active cases count are provided. The data update frequency is every 7 minutes. No additional parameters are required in the input. In case the response is successful statusMsg will be “OK” . Below is the response structure.
{
    “statusMsg”: “OK”,
    “data”: [
        {
            “active”: “2780300”,
            “deaths”: “334689”,
            “confirmed”: “5198307”,
            “newdeaths”: “516”,
            “recovered”: “2083318”,
            “newconfirmed”: “7811”
        }
    ]
}
GetContinentWiseCounts
Continent wise Covid-19 total confirmed cases count, new confirmed cases count, recovered cases count, total death count, new death count and active cases count are provided. The data update frequency is every 7 minutes. No additional parameters are required in the input. In case the response is successful statusMsg will be “OK” . Below is the response structure.
{
    “statusMsg”: “OK”,
    “data”: [
        {
            “active”: “1205537”,
            “deaths”: “110226”,
            “confirmed”: “1798600”,
            “continent”: “North America”,
            “newdeaths”: “431”,
            “recovered”: “482837”,
            “newconfirmed”: “3400”
        },
        {
            “active”: “854901”,
            “deaths”: “166822”,
            “confirmed”: “1848842”,
            “continent”: “Europe”,
            “newdeaths”: “17”,
            “recovered”: “827119”,
            “newconfirmed”: “520”
        },
        {
            “active”: “314350”,
            “deaths”: “28094”,
            “confirmed”: “548892”,
            “continent”: “South America”,
            “newdeaths”: “16”,
            “recovered”: “206448”,
            “newconfirmed”: “268”
        },
        {
            “active”: “346765”,
            “deaths”: “26295”,
            “confirmed”: “890648”,
            “continent”: “Asia”,
            “newdeaths”: “51”,
            “recovered”: “517588”,
            “newconfirmed”: “3391”
        },
        {
            “active”: “58145”,
            “deaths”: “3115”,
            “confirmed”: “101901”,
            “continent”: “Africa”,
            “newdeaths”: “0”,
            “recovered”: “40641”,
            “newconfirmed”: “217”
        },
        {
            “active”: “547”,
            “deaths”: “122”,
            “confirmed”: “8703”,
            “continent”: “Oceania”,
            “newdeaths”: “1”,
            “recovered”: “8034”,
            “newconfirmed”: “15”
        }
    ]
}
GetWorldAllHistoricalData
Datewise dailydeceased, totaldeceased, dailyconfirmed, dailyrecovered, totalconfirmed, totalrecovered counts for historical Covid-19 data for world is provided. This data is updated on a daily basis with an update frequency of 7 mins. No additional parameters are required in the input. In case the response is successful statusMsg will be “OK” . Below is the response structure.
{
    “statusMsg”: “OK”,
    “records”: [
        {
            “dateofrecord”: “2020-01-22”,
            “cases”: {
                “dailydeceased”: “”,
                “totaldeceased”: “17”,
                “dailyconfirmed”: “”,
                “dailyrecovered”: “”,
                “totalconfirmed”: “555”,
                “totalrecovered”: “28”
            }
        },

        {
            “dateofrecord”: “2020-05-21”,
            “cases”: {
                “dailydeceased”: “4809”,
                “totaldeceased”: “332924”,
                “dailyconfirmed”: “105952”,
                “dailyrecovered”: “51273”,
                “totalconfirmed”: “5102424”,
                “totalrecovered”: “1948739”
            }
        }
    ]
}
GetWorldHistoricalDataBetweenDates
Dailydeceased, totaldeceased, dailyconfirmed, dailyrecovered, totalconfirmed, totalrecovered counts for historical Covid-19 data for world for a given start till end date (including both start and end dates) is provided. This data is updated on a daily basis with an update frequency of 7 mins. It is mandatory to provide start_date and end_date as input parameters. If data is required for only one date then start_date can be kept same as end_date. The date format of both the input parameters are yyyy-MM-dd. In case the response is successful statusMsg will be “OK” . Below is the response structure.
{
    “statusMsg”: “OK”,
    “records”: [
        {
            “dateofrecord”: “2020-03-27”,
            “cases”: {
                “dailydeceased”: “3504”,
                “totaldeceased”: “28292”,
                “dailyconfirmed”: “64042”,
                “dailyrecovered”: “8765”,
                “totalconfirmed”: “593764”,
                “totalrecovered”: “130915”
            }
        },

        {
            “dateofrecord”: “2020-05-21”,
            “cases”: {
                “dailydeceased”: “4809”,
                “totaldeceased”: “332924”,
                “dailyconfirmed”: “105952”,
                “dailyrecovered”: “51273”,
                “totalconfirmed”: “5102424”,
                “totalrecovered”: “1948739”
            }
        }
    ]
}
GetCountryWiseCounts
Country wise Covid-19 total confirmed cases count, new confirmed cases count, recovered cases count, total death count, new death count, active cases count, country code and corresponding country name are provided. The data update frequency is every 7 minutes. No additional parameters are required in the input. In case the response is successful statusMsg will be “OK” . Below is the response structure.
{
    “statusMsg”: “OK”,
    “data”: [
        {
            “active”: “72”,
            “deaths”: “51”,
            “tested”: “3750”,
            “confirmed”: “762”,
            “newdeaths”: “0”,
            “recovered”: “639”,
            “country_code”: “AD”,
            “country_name”: “Andorra”,
            “newconfirmed”: “0”
        },

       {
            “active”: “29”,
            “deaths”: “4”,
            “tested”: “28019”,
            “confirmed”: “51”,
            “newdeaths”: “0”,
            “recovered”: “18”,
            “country_code”: “ZW”,
            “country_name”: “Zimbabwe”,
            “newconfirmed”: “0”
        }
    ]
}
GetAllHistoricalDataForCountry
Datewise dailydeceased, totaldeceased, dailyconfirmed, dailyrecovered, totalconfirmed, totalrecovered counts for historical Covid-19 data for country is provided. This data is updated on a daily basis with an update frequency of 7 mins. A required input parameter “country_code” needs to be passed in every request. You can get the country code using another endpoint GetAllCountryCodesAndNames.
In case the response is successful statusMsg will be “OK” . Below is the response structure.

{
    “statusMsg”: “OK”,
    “records”: [
        {
            “dateofrecord”: “2020-01-22”,
            “cases”: {
                “country_code”: “DE”,
                “country_name”: “Germany”,
                “dailydeceased”: “0”,
                “totaldeceased”: “0”,
                “dailyconfirmed”: “0”,
                “dailyrecovered”: “0”,
                “totalconfirmed”: “0”,
                “totalrecovered”: “0”
            }
        },

        {
            “dateofrecord”: “2020-05-21”,
            “cases”: {
                “country_code”: “DE”,
                “country_name”: “Germany”,
                “dailydeceased”: “59”,
                “totaldeceased”: “8203”,
                “dailyconfirmed”: “548”,
                “dailyrecovered”: “1121”,
                “totalconfirmed”: “179021”,
                “totalrecovered”: “158087”
            }
        }
    ]
}
GetHistoricalDataForCountryBetweenDates
Datewise dailydeceased, totaldeceased, dailyconfirmed, dailyrecovered, totalconfirmed, totalrecovered counts for historical Covid-19 data for a given start till end date (including both start and end dates) for a particular country is provided. This data is updated on a daily basis with an update frequency of 7 mins. It is mandatory to provide start_date and end_date as input parameters. If data is required for only one date then start_date can be kept same as end_date. The date format of both the input parameters are yyyy-MM-dd. A required input parameter “country_code” also needs to be passed in every request. In case the response is successful statusMsg will be “OK” . Below is the response structure:
Input params - 
country=FR
start_date=2020-03-27
end_date=2020-05-21

Output - 
{
    “statusMsg”: “OK”,
    “records”: [
        {
            “dateofrecord”: “2020-03-27”,
            “cases”: {
                “country_code”: “FR”,
                “country_name”: “France”,
                “dailydeceased”: “299”,
                “totaldeceased”: “1995”,
                “dailyconfirmed”: “3809”,
                “dailyrecovered”: “752”,
                “totalconfirmed”: “32964”,
                “totalrecovered”: “5700”
            }
        },
   …
        {
            “dateofrecord”: “2020-05-21”,
            “cases”: {
                “country_code”: “FR”,
                “country_name”: “France”,
                “dailydeceased”: “83”,
                “totaldeceased”: “28167”,
                “dailyconfirmed”: “237”,
                “dailyrecovered”: “503”,
                “totalconfirmed”: “179306”,
                “totalrecovered”: “62216”
            }
        }
    ]
}

Seguidores: 1
Recursos:
Site do produto
API Creator:
Rapid account: Zermelo Technologies
ZermeloTechnologies
ZermeloTechnologies
Efetuar login para classificar API
Avaliação: 5 - Votos: 1