Skip to content
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

List of web services - JSON, API etc. #492

Open
Bost opened this issue Mar 11, 2020 · 10 comments
Open

List of web services - JSON, API etc. #492

Bost opened this issue Mar 11, 2020 · 10 comments

Comments

@Bost
Copy link

@Bost Bost commented Mar 11, 2020

Is there any collection of available web services providing (JSON) data from this or any other sources?

See this collection of mine https://github.com/Bost/corona_cases/blob/master/web-services.sh and please help me extend it.

@Bost
Copy link
Author

@Bost Bost commented Mar 13, 2020

@matjung
Copy link

@matjung matjung commented Mar 14, 2020

I uploaded a WS for JSON data - based on this repositories data
html readme https://www.micro-work.net/covid/
curl https://www.micro-work.net/covid/csv.php
curl https://www.micro-work.net/covid/json1.php
work in progress

@Bost
Copy link
Author

@Bost Bost commented Mar 14, 2020

@matjung I've added you in c797854 Who knows who will find our effort useful :) Thanks

@matjung
Copy link

@matjung matjung commented Mar 18, 2020

Thanks
In the meantime I wrote a converter for German RKI html -> csv
https://micro-work.net/covid/rkicsv.php
Three sources covered JHU (this here), ecdc, rki
readme html updated at https://www.micro-work.net/covid/
If I have time I write a service that compiles predictions.
The next 3 days will be predicted based on data of the last 5 days.
With JHU as source

@matjung
Copy link

@matjung matjung commented Mar 19, 2020

I am now hosting a json webservice based on JHU Time Series Data
https://micro-work.net/covid/jhutsconfirmedjson4.php/Swi/d:15
For US it looks like statistics started on 10th March
https://micro-work.net/covid/jhutsconfirmedjson4.php/US/d:15
The first parameter is a kind of country code the second one states how many days you wanna get
I am planning to add additional fields like delta between today and yesterday and a forecast for tomorrow
And China stopped reporting numbers to JHU

@Bost
Copy link
Author

@Bost Bost commented Mar 19, 2020

@matjung is the source code your services open?

@redcap3000
Copy link

@redcap3000 redcap3000 commented Mar 20, 2020

Hi, I wrote this bit of nodejs code to convert the CSV files to JSON. This repo is included as a sub module:
https://github.com/redcap3000/covid19-csv-to-json

Basic usage :
npm install && node index.js

@Bost
Copy link
Author

@Bost Bost commented Mar 20, 2020

@matjung

wget --no-verbose https://github.com/matjung/covid
https://github.com/matjung/covid:
2020-03-20 18:36:59 ERROR 404: Not Found.
@winwiz1
Copy link

@winwiz1 winwiz1 commented Jul 9, 2020

Google made COVID-19 data available as a BigQuery public dataset. You can query the dataset using BigQuery API. Alternatively use software that calls the API under the hood: either BigQuery Console which allows you to write queries in SQL or COVID-19 Query Tool I wrote, no SQL needed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Linked pull requests

Successfully merging a pull request may close this issue.

None yet
4 participants