You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
1. Total cases in the world from starting of covid-19
/total_covid_cases_world/get_data -: Request type(GET) will give you all the data in json format.
2. Total cases in the india from starting of covid-19
/total_covid_cases_india/get_data -: Request type(GET) will give you all the data in json format.
3. Data of all the country
/covid_data_world/get_data -: Request type(GET) will give you the data in json format.
/covid_data_world/get_data_table -: Request type(GET) will give you the data in json format for world table
/covid_data_world/get_data_map -: Request type(GET) will give you the data in json format for world map.
/covid_data_world/get_data/Countryname -: Request type(GET), type the country name is capitalize format will give you the data of specific country in json format.
4. Data of all the India states
/covid_data_india/get_data -: Request type(GET) will give you the data in json format.
/covid_data_india/get_data_table -: Request type(GET) will give you the data in json format.
/covid_data_india/get_data/Statename -: Request type(GET), type the state name is capitalize format will give you the data of specific state in json format.
5. 7 days predicted data
/predictedData/india -: Request type(GET) will give you the data in json format for India.
/predictedData/world -: Request type(GET) will give you the data in json format for World.
About
Live coronavirus tracker with Rest-API exposed for other developers.