COVID-19 DATA API

This API provides information about Coronavirus disease, from several reliable sources, like Johns Hopkins CSSE, CDC, WHO and a few others. All sources are trusted, and there is no information that is not confirmed by official authorities. Every country sends official reports differently. From once per day to every hour. That depends on the scale of pandemic and timezone.

Prerequisites

  1. Account on RapidAPI
  2. The subscription on COVID-19 Data API on RapidAPI. You can subscribe on API here.

Usage

Request

Method

All endpoints use GET method.

Header

In the header there are two mandatory parameters:

  • x-rapidapi-host host location of the API, value is the same for all users covid-19-data.p.rapidapi.com
  • x-rapidapi-key your application key. It can be found in My Apps -> YOUR APP -> Security. More information about application keys, you can find here.

Links

  1. Official website
  2. COVID-19 Data API on RapidAPI