sfu-db / APIConnectors

A curated list of example code to collect data from Web APIs using DataPrep.Connector.
https://github.com/sfu-db/dataprep#connector
34 stars 25 forks source link

Feature Proposal: Add CovidTracking API #142

Open Lakshay-sethi opened 3 years ago

Lakshay-sethi commented 3 years ago

Website Description Covid Tracking is an Api that provides covid data about US nationally and by separate state.

Reason(s) to Support the Website Developer using Covid data can easily use it to get up to date as well as historical data about Covid's impact

Endpoints

This API supports 6 endpoints https://api.covidtracking.com/v2/states/{state}.json http://api.covidtracking.com/v2/us/daily.json http://api.covidtracking.com/v2/states.json https://api.covidtracking.com/v2/us/daily/{date}.json https://api.covidtracking.com/v2/states/{state}/daily.json https://api.covidtracking.com/v2/states/{state}/{date}.json

Questions

What is the no. of cases in US? What were the no. of cases in US on 2nd March? What were the no. of cases in each state on 2nd March? What is the no. of cases in New York? What were the no. of cases in New York on 2nd March?