APIHub
Back to Explore

Covid-19

The Covid‑19 API delivers live COVID‑19 case numbers, historical case/death/recovery data (with a deprecated 'Recovered' status), and vaccination statistics, all of which can be filtered by country name, ISO country abbreviation, or continent.

Health
none
HTTPS
CORS: Yes
Description enriched
Visit official documentation

Latency

592ms p95

Uptime

100.0% 30d

Playground

Verified

live

Endpoints

REST · JSON
GET

/cases

Live cases data

  • country (query) — Any country name (case sensitive)
  • ab (query) — Any country ISO abbreviation (example: FR) (takes precedence over "country" parameter)
  • continent (query) — Any world continent (example: Europe) (takes precedence over "country" parameter)
GET

/history

Historical cases data

  • status (query, required) — Status of the data to retrieve (Confirmed, Deaths, Recovered (DEPRECIATED))
  • country (query) — Any country name (case sensitive)
  • ab (query) — Any country ISO abbreviation (example: FR) (takes precedence over "country" parameter)
  • continent (query) — Any world continent (example: Europe) (takes precedence over "country" parameter)
GET

/vaccines

Vaccines data

  • country (query) — Any country name (case sensitive)
  • ab (query) — Any country ISO abbreviation (example: FR) (takes precedence over "country" parameter)
  • continent (query) — Any world continent (example: Europe) (takes precedence over "country" parameter)

3 endpoints auto-detected

curl -X GET \
  "https://github.com/M-Media-Group/Covid-19-API/cases"

github.com · HTTPS only