-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
curl requests for getting data #2
Comments
is this a user of |
Oops sorry I wasn't clear, I suggest use these data as source. they seem to be kind of official as these data are visualized in a frame at https://covid19.gov.gr/covid19-live-analytics/ |
looks like they took the service down, curl requests return 500 for a few days now oh well, yet another reason we need openly accessible data :) |
:) I fully agree with the need of openly accessible data, it's a shame that you need to scrap them from pdfs. By the way the service is still up, they've just added one extra check for the referrer so adding
Just to be clear I suggest these as an alternative (semi-official) source for confirmation of the official data. |
curl 'https://covidapi.ismood.com/regions/?country_name=greece' -H 'Authorization: Basic ZmFkaWw6aXNjb3Y0NTZA'
curl 'https://covidapi.ismood.com/total-info/?country_name=greece' -H 'Authorization: Basic ZmFkaWw6aXNjb3Y0NTZA'
curl 'https://covidapi.ismood.com/daily-info/?country_name=greece' -H 'Authorization: Basic ZmFkaWw6aXNjb3Y0NTZA'
The text was updated successfully, but these errors were encountered: