COVID-19 stats server
Novel Coronavirus COVID-19 API
This is an API for the Novel Coronavirus (COVID-19) Statistics.
Source of data for this API is Johns Hopkins University Center for Systems Science and Engineering (JHU CSSE) Github Repository.
Using API, you can search COVID-19 confirmed, death and recovered cases all around the world.
Code repo is available as Bitbucket Repository..
cases
GETReturns total count for all types of cases
https://covid19-stats-api.herokuapp.com/api/v1/cases?country=India
PARAMS
country
Example Request
Number of total cases grouped by case types
200 OK
Example Response
Content-Type
GETReturns total count for given case type with country
https://covid19-stats-api.herokuapp.com/api/v1/cases/country/:type
PATH VARIABLES
type
Example Request
Unexpected error
500 Internal Server Error
Example Response
Content-Type
GETReturns total count for given case type with state
https://covid19-stats-api.herokuapp.com/api/v1/cases/state/:type?country=China
PARAMS
country
country
PATH VARIABLES
type
Example Request
Unexpected error
500 Internal Server Error
Example Response
Content-Type