UKHSA-Internal / coronavirus-dashboard-api-python-sdk

Coronavirus (COVID-19) in the UK - API Service SDK for Python
https://coronavirus.data.gov.uk/
MIT License
67 stars 18 forks source link

conjunctive conditions and multiple filters #32

Open flanshaw opened 3 years ago

flanshaw commented 3 years ago

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