You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 the most recent day's data, even though no latestBy argument is provided.
Additionally, the API errors out (with error 500) when using any filter on areaType, but works when using areaName as a filter e.g. areaName=England is a fine filter, but areaType=nations does not work.
I note that we don't currently need the intersectional data of age+sex which is what the above provides, having the demographics data separately is also fine.
The text was updated successfully, but these errors were encountered:
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 the most recent day's data, even though no
latestBy
argument is provided.Additionally, the API errors out (with error 500) when using any filter on
areaType
, but works when usingareaName
as a filter e.g.areaName=England
is a fine filter, butareaType=nations
does not work.I note that we don't currently need the intersectional data of age+sex which is what the above provides, having the demographics data separately is also fine.
The text was updated successfully, but these errors were encountered: