bell notificationshomepageloginNewPostedit profiledmBox

Hoots : Is there any COVID-19 LIVE web-api available? Is there a public (free) Web-API providing live COVID-19 cases evolution per country ? By live, I mean the more recent data are available for the current day, not for the yesterday. - freshhoot.com

10% popularity   0 Reactions

Is there any COVID-19 LIVE web-api available?
Is there a public (free) Web-API providing live COVID-19 cases evolution per country ?

By live, I mean the more recent data are available for the current day, not for the yesterday.

By Web Api I mean any web service providing JSON or other data format output with cases per country.

Feel free to contribute to the project: github.com/sdudnic/covid-19


Load Full (1)

Login to follow hoots

1 Comments

Sorted by latest first Latest Oldest Best

10% popularity   0 Reactions

List from github.com/Bost/corona_cases/blob/master/web-services.sh:
#!/usr/bin/env bash

# A list of web services providing JSON data
# see also github.com/soroushchehresa/awesome-coronavirus webServices = (

# corona-api-landingpage.netlify.com/ # github.com/CoronaAPI # github.com/CSSEGISandData/COVID-19/issues/1250 # corona.ndo.dev/api/timespan?country=deu&time=year corona.ndo.dev

# github.com/ExpDev07/coronavirus-tracker-api coronavirus-tracker-api.herokuapp.com

# github.com/nat236919/Covid2019API covid2019-api.herokuapp.com

# github.com/open-covid19/covid19-api api.opencovid19.com

# bachbauer.eu/projects/corona/create_csv_de.php # provides downloadable csv files; not a proper web service
bachbauer.eu

# github.com/axisbits/covid-api covid-api.com

# github.com/Laeyoung/COVID-19-API wuhan-coronavirus-api.laeyoung.endpoint.ainize.ai

# www.micro-work.net/covid/ - as of now - work in progress
micro-work.net
# github.com/Omaroid/Covid-19-API covid19api.herokuapp.com

# github.com/mathdroid/covid-19-api covid19.mathdro.id

# github.com/NovelCOVID/API corona.lmao.ninja

# github.com/amodm/api-covid19-in api.rootnet.in

# github.com/rlindskog/covid19-graphql # GraphQL
covid19-graphql.now.sh

# github.com/isjeffcom/coronvirusFigureUK coronauk.isjeff.com

# github.com/COVID19Tracking/website covidtracking.com

# github.com/andreagrandi/covid-api # localhosting

# micro-work.net/covid/jhutsconfirmedjson4.php/Swi/d:15 # micro-work.net/covid/jhutsconfirmedjson4.php/US/d:15 # TODO repo not found; see
# github.com/CSSEGISandData/COVID-19/issues/492#issuecomment-601827214 # wget --no-verbose github.com/matjung/covid # github.com/matjung/covid: # 2020-03-20 18:36:59 ERROR 404: Not Found.
micro-work.net

# coronavirus-19-api.herokuapp.com
)

for srvc in "${webServices[@]}"; do
# mtr - a network diagnostic tool; speed tests and such
mtr --report $srvc
done

For example, covid2019-api.herokuapp.com is currently up-to-date:

covidtracking.com/api/ claims to be updated daily. covidtracking.com/about-tracker/:

We update the full dataset each day between 4pm and 5pm EDT, with limited updates as new information arrives.


Back to top Use Dark theme