ec-jrc / COVID-19

Other
43 stars 23 forks source link

Searching for the raw data used to build the Dashboard measures #12

Closed Abdelkrim closed 4 years ago

Abdelkrim commented 4 years ago

the question

to whom it may concern, where can I find the raw data used to build the page displaying the measures applied in each EU MS [1].

I would like to build a mobile app that displays the information for everyone

[1] https://covid-statistics.jrc.ec.europa.eu/Measure/DashboardMeasures?view=1

Kind regards, Abdelkrim

screenshot

jrc-dashboard-measure-covid

IndefiniteBen commented 4 years ago

You can download historical data with a link of the format: https://covid-statistics.jrc.ec.europa.eu/api/Measure/GetHistory/<ISO3 code>/true The latest update can be downloaded with a link of the format: https://covid-statistics.jrc.ec.europa.eu/api/Measure/GetLast/<ISO3 code>

Abdelkrim commented 4 years ago

thank you @IndefiniteBen

IndefiniteBen commented 4 years ago

You can also download similar data for the entire world from https://www.acaps.org/covid19-government-measures-dataset as mentioned in #5 and #6.

Edit: also came across this link with more links to other related datasets: https://lukaslehner.github.io/covid19policytrackers/

Abdelkrim commented 4 years ago

@IndefiniteBen thank you