APIConnectors icon indicating copy to clipboard operation
APIConnectors copied to clipboard

Feature Proposal: Add CovidTracking API

Open Lakshay-sethi opened this issue 5 years ago • 0 comments

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?

Lakshay-sethi avatar Apr 09 '21 19:04 Lakshay-sethi