-
Notifications
You must be signed in to change notification settings - Fork 25
Description
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?