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
471 stars 130 forks source link

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

Closed Abhishek0786 closed 3 years ago

Abhishek0786 commented 3 years ago

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

owahltinez commented 3 years ago

The name of the file is: https://storage.googleapis.com/covid19-open-data/v2/vaccinations.json

Abhishek0786 commented 3 years ago

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.

dugwood commented 3 years ago

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