CSSEGISandData / COVID-19

Novel Coronavirus (COVID-19) Cases, provided by JHU CSSE
https://systems.jhu.edu/research/public-health/ncov/
29.15k stars 18.46k forks source link

Created a JSON-based API. #8

Closed ExpDev07 closed 4 years ago

ExpDev07 commented 4 years ago

Hello and thank you so much for maintaining this! I have created an API that reads your data and returns it in a way that's more friendly to use in programs. It also supports history. It's still a W.I.P and I would love contributions! It is open-sourced here: https://github.com/ExpDev07/coronavirus-tracker-api. Feel free to use it in your projects!

It is very fast due to caching.

The current endpoints are (more will be added): https://coronavirus-tracker-api.herokuapp.com/confirmed https://coronavirus-tracker-api.herokuapp.com/deaths https://coronavirus-tracker-api.herokuapp.com/recovered

For all of them combined: https://coronavirus-tracker-api.herokuapp.com/all

rolson21 commented 4 years ago

Hey All, I am trying to set up a Power BI map for US Counties, but literally have no clue what I am doing. Can anyone give me a quick tutorial to connect this? I was able to get a Shape Map with US Counties, but how to connect the confirmed coronavirus cases to it??

joefrey commented 4 years ago

@ExpDev07 Is there any way to update the json files same as the worldometer. I checked the json https://coronavirus-tracker-api.herokuapp.com/confirmed but it's a bit delayed compared to worldometer.

RafiqCR7 commented 4 years ago

@ExpDev07 appreciate this but it doesn't look like there is a report available for the 8th yet, however the api is reporting the last updated date on the figures provided as the 8th? Surely it should be reporting these with the last updated date set to the 7th as this is when the figures are from?

orestis-z commented 4 years ago

The endpoint https://coronavirus-tracker-api.herokuapp.com/all seems to be down at the moment (Status 503 Service Unavailable) image

CSSEGISandData commented 4 years ago

Hello! We are also providing JSON query of the feature layer, such as this one. Thanks!

orestis-z commented 3 years ago

Is the API still maintained?

wobsoriano commented 3 years ago

Is the API still maintained?

Nope, looks dead. I am using a csv based daily data https://github.com/bumbeishvili/covid19-daily-data

Using it here https://github.com/wobsoriano/covid3d