coronavirus-dashboard-api-python-sdk icon indicating copy to clipboard operation
coronavirus-dashboard-api-python-sdk copied to clipboard

Coronavirus (COVID-19) in the UK - API Service SDK for Python

Results 33 coronavirus-dashboard-api-python-sdk issues
Sort by recently updated
recently updated
newest added

If either of these metrics is included in a request, the string name of the metric is returned instead of the numeric data. The equivalent for 2nd vaccine dose works...

hi, how do i get multiple areas in one response eg https://api.coronavirus.data.gov.uk/v1/data?filters=areaName=barnsley;areaName=rotherham;areaName=sheffield&structure={"date":"date","areaName":"areaName","newCases":"newCasesByPublishDate"} We wanting to make ONE api call, that returns new cases for multiple areas

I know this is the SDK but there is nowhere to comment on the gov.uk docs. Link to the docs: https://coronavirus.data.gov.uk/details/developers-guide#structure-metrics Docs show: `cumCasesBySpecimenDateRate` Rate of cumulative cases by **publish**...

What are the values for filters? Been looking to use this with areaname filter for Lower and Upper tier LA. Some LTLA values from the MSOA list are not supported....

Hello 👋 The API documentation says that data previously published in the dashboard (currently on the archive: https://coronavirus.data.gov.uk/archive ) is available for download through the API as well. But I...

enhancement

Hi, We're (https://github.com/GoogleCloudPlatform/covid-19-open-data) are interested in the time series of Covid positive cases aggregated by age and sex. Using the following structure for the API, I'm only able to get...

You now have to specify the type of deaths that you want in a query. This causes existing examples to fail with an error which impedes new users a bit....

There's a redirect in place meaning that the API does not work ... ... If the API is down, can't the service simply fail the request? ``` curl -si 'https://api.coronavirus.data.gov.uk/v1/data?filters=areaType=nation;areaName=england&structure=%7B%22name%22:%22areaName%22%7D'...

Not able to get data from API. This code was working fine till yesterday. Today getting following error - "ContentDecodingError: ('Received response with content-encoding: gzip, but failed to decode it.',...

The 1.2.0 source tarball on PyPi appears to be incomplete, so that using it to build from source fails like so: $ python3 setup.py build Traceback (most recent call last):...