GoogleCloudPlatform/covid-19-open-data

Vaccinations .csv or .json data is not coming based on the date

Abhishek0786 opened this issue · 3 comments

Date format given on website: (YYYY-MM-DD)

This is the URL I am using to fetch the vaccinations data: https://storage.googleapis.com/covid19-open-data/v2/2021-02-07/vaccinations.json

Could you help is there something wrong above the url?. I have attached the error image for your reference.

image

Hi @owahltinez
I want to get the vaccination based on key defined in vaccinations.json file.
E.G: I want to get the data of vaccination of "BR" key in the vaccinations.json file.

E.G: I want to get the data of vaccination of "BR" key in the vaccinations.json file.

@Abhishek0786
You should just read the main page: https://github.com/GoogleCloudPlatform/covid-19-open-data#use-the-data

Data for key in CSV format: https://storage.googleapis.com/covid19-open-data/v3/location/${key}.csv
Data for key in JSON format: https://storage.googleapis.com/covid19-open-data/v3/location/${key}.json