Covid API
Based on public data provided by Johns Hopkins CSSE. Github Link. Please read the Terms of Use in the Readme file of the repository by above link before using this API.
GETList of region names.
https://covid-api.com/api/regions
Example Request
HTTP 200 OK
200 OK
Example Response
Content-Type
GETList of provinces by iso code.
https://covid-api.com/api/provinces/:iso
PATH VARIABLES
iso
Example Request
HTTP 422 Unprocessable Entity
422 Unprocessable Entity (WebDAV) (RFC 4918)
Example Response
Content-Type
GETList of reports.
https://covid-api.com/api/reports?date=&q=&iso=®ion_name=®ion_province=
PARAMS
date
q
iso
region_name
region_province
Example Request
HTTP 200 OK
200 OK
Example Response
Server
Content-Type
Transfer-Encoding
Connection
Cache-Control
Date
X-RateLimit-Limit
X-RateLimit-Remaining
GETTotal data by date.
https://covid-api.com/api/reports/total?date=
The date of report in the format Y-m-d
PARAMS
date
Example Request
https://covid-api.com/api/reports/total?date=2020-04-15
200 OK
Example Response
Server
Content-Type
Transfer-Encoding
Connection
Cache-Control
Date
X-RateLimit-Limit
X-RateLimit-Remaining