GoogleCloudPlatform / covid-19-open-data

Datasets of daily time-series data related to COVID-19 for over 20,000 distinct locations around the world.
Apache License 2.0
472 stars 131 forks source link

How to get the vaccination data country wise. #479

Closed Abhishek0786 closed 2 years ago

Abhishek0786 commented 3 years ago

Vaccinations data: https://storage.googleapis.com/covid19-open-data/v2/vaccinations.json

I want to get the vaccination data country wise not all countries. how I can achieve this?. I have tried with "key" but it is not working. @owahltinez

owahltinez commented 2 years ago

Please try https://storage.googleapis.com/covid19-open-data/v3/location/${location_key}.json. For example, Thailand: https://storage.googleapis.com/covid19-open-data/v3/location/TH.json

surijatin commented 2 years ago

@owahltinez I went through the response for this API, the vaccination data doesn't look like it being maintained anymore. Checked for the Thailand and India.

owahltinez commented 2 years ago

Vaccination data is being maintained, but it does not update at the same rate for all locations. It's highly dependent on data availability from the local health authorities.