Covid-19-data: REST API for CSV

Created on 28 Mar 2020  路  4Comments  路  Source: nytimes/covid-19-data

Thanks nytimes for gathering the data 鉂わ笍

I've created a simple REST API which loads the raw CSV files directly from this repo. The usage guide, hosted public API links and code is available here: https://github.com/desholmes/covid-19-us-api.

I've also been helping out with the automation of tomwhite's UK data gathering efforts, let me know if I can help nytimes out too.

examples

Most helpful comment

Just created a GraphQL API for the data as well, and joins with US Census data for county and state population estimates: https://github.com/Li357/covid-nyt-api

All 4 comments

Thanks nytimes for gathering the data heart

I've created a simple REST API which loads the raw CSV files directly from this repo. The usage guide, hosted public API links and code is available here: https://github.com/desholmes/covid-19-us-api.

I've also been helping out with the automation of tomwhite's UK data gathering efforts, let me know if I can help nytimes out too.

Sir what your api will return?

Thanks nytimes for gathering the data heart
I've created a simple REST API which loads the raw CSV files directly from this repo. The usage guide, hosted public API links and code is available here: https://github.com/desholmes/covid-19-us-api.
I've also been helping out with the automation of tomwhite's UK data gathering efforts, let me know if I can help nytimes out too.

Sir what your api will return?

Currently, the REST API returns the CSV files in this repo in JSON format with an optional date query string filter. There are links to the hosted API in the README.md of the desholmes/covid-19-us-api repo.

Just created a GraphQL API for the data as well, and joins with US Census data for county and state population estimates: https://github.com/Li357/covid-nyt-api

Was this page helpful?
0 / 5 - 0 ratings

Related issues

bsaunders23 picture bsaunders23  路  4Comments

wescrockett picture wescrockett  路  5Comments

cradaydg picture cradaydg  路  4Comments

threebrooks picture threebrooks  路  3Comments

bcunning picture bcunning  路  5Comments