Covid-19 UK Data by ZT

फ्रीमियम
द्वारा ZermeloTechnologies | अपडेट किया गया 4 days ago | Health and Fitness
Health Check

N/A

रीडमी

GetUKTotalCounts
This end point provides UK total confirmed cases count, new confirmed cases count, total death count and new death count. 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”: [
        {
            “deaths”: “”,
            “confirmed”: “”,
            “newdeaths”: “”,
            “newconfirmed”: “”
        }
    ]
}

GetUKCountryWiseData
This end point provides UK Country wise total confirmed cases count, total death count . 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”: [
        {
            “name”: “England”,
            “deaths”: “”,
            “confirmed”: “”
        },
        {
            “name”: “Northern Ireland”,
            “deaths”: “”,
            “confirmed”: “”
        },
        {
            “name”: “Scotland”,
            “deaths”: “”,
            “confirmed”: “”
        },
        {
            “name”: “Wales”,
            “deaths”: “”,
            “confirmed”: “”
        }
    ]
}
GetUKRegionWiseData
This end point provides UK Region wise total confirmed cases count . No additional parameters are required in the input. In case the response is successful statusMsg will be “OK” . Below is the response structure. There are many more regions in the actual response and that will be provided when the actual request is sent.
{
    “statusMsg”: “OK”,
    “data”: [
        {
            “name”: “East Midlands”,
            “confirmed”: “”
        },
        {
            “name”: “East of England”,
            “confirmed”: “”
        },
        {
            “name”: “London”,
            “confirmed”: “”
        },
        {
            “name”: “North East”,
            “confirmed”: “”
        },
        {
            “name”: “North West”,
            “confirmed”: “”
        }
  ]
}
GetUKUTLAWiseData
This end point provides UK UTLA(Upper Tier Local Authority) wise total confirmed cases count . No additional parameters are required in the input. In case the response is successful statusMsg will be “OK” . Below is the response structure. There are many more UTLA data in the actual response and that will be provided when the actual request is sent.
{
    “statusMsg”: “OK”,
    “data”: [
        {
            “name”: “Barking and Dagenham”,
            “confirmed”: “”
        },
        {
            “name”: “Barnet”,
            “confirmed”: “”
        },
        {
            “name”: “Barnsley”,
            “confirmed”: “”
        }
    ]
}
GetUKLTLAWiseData
This end point provides UK LTLA(Lower Tier Local Authority) wise total confirmed cases count . No additional parameters are required in the input. In case the response is successful statusMsg will be “OK” . Below is the response structure. There are many more LTLA data in the actual response and that will be provided when the actual request is sent.
{
    “statusMsg”: “OK”,
    “data”: [
        {
            “name”: “Adur”,
            “confirmed”: “”
        },
        {
            “name”: “Allerdale”,
            “confirmed”: “”
        },
        {
            “name”: “Amber Valley”,
            “confirmed”: “”
        },
 …
        {
            “name”: “Wyre”,
            “confirmed”: “”
        },
        {
            “name”: “Wyre Forest”,
            “confirmed”: “”
        },
        {
            “name”: “York”,
            “confirmed”: “”
        }
    ]
}
GetAllHistoricalDataForEngland
This end point provides date wise dailydeceased, totaldeceased, dailyconfirmed, totalconfirmed counts for historical covid-19 data for England. 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-04-01”,
            “cases”: {
                “dailydeceased”: “”,
                “totaldeceased”: “”,
                “dailyconfirmed”: “”,
                “totalconfirmed”: “”
            }
       },
        …
        {
            “dateofrecord”: “2020-04-19”,
            “cases”: {
                “dailydeceased”: “”,
                “totaldeceased”: “”,
                “dailyconfirmed”: “”,
                “totalconfirmed”: “”
            }
        }
    ]
}
GetHistoricalDataForEnglandBetweenDates
This end point provides date wise dailydeceased, totaldeceased, dailyconfirmed, totalconfirmed counts for historical covid-19 data for England. 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-04-01”,
            “cases”: {
                “dailydeceased”: “”,
                “totaldeceased”: “”,
                “dailyconfirmed”: “”,
                “totalconfirmed”: “”
            }
       },
        …
        {
            “dateofrecord”: “2020-04-19”,
            “cases”: {
                “dailydeceased”: “”,
                “totaldeceased”: “”,
                “dailyconfirmed”: “”,
                “totalconfirmed”: “”
            }
        }
    ]
}

फॉलोवर: 4
संसाधन:
उत्पाद वेबसाइट
API निर्माता:
Rapid account: Zermelo Technologies
ZermeloTechnologies
ZermeloTechnologies
API को रेट करने के लिए लॉग इन करें
रेटिंग: 5 - वोट: 1