OUR SERVICES
API DOCUMENTATION
This is a JSON based API which provides World statistics of COVID-19 cases. The data for this API is sourced from WORLDOMETER'S sources which updates every TEN minutes. This lightweight API is ideal for use in any of your API based projects and is developed to work efficiently with Java, Python and JavaScript.
BASE URL FOR THE API: https://covidimpact.live/api/v1/stats/
| S.no | Endpoints | Sample Response |
|---|---|---|
| 1. | /stats/all
|
Fetches all countries stats. |
| 2. | /stats/world
|
{
"Cases": 4358218,
"NewCases": "+20,616",
"Critical": 46274,
"Deaths": 293235,
"NewDeaths": 784,
"ActiveCases": 2453254,
"Recoveries": 1611729,
"TotalTests": null,
"code3": ""
}
|
| 3. | /stats/:CountryName
|
{
"Cases": 74925,
"NewCases": "+633",
"Critical": 0,
"Deaths": 2436,
"NewDeaths": 21,
"ActiveCases": 47602,
"Recoveries": 24887,
"TotalTests": 1854250,
"code3": "IND"
}
|
GET CHROME EXTENSION
A working example of the API is our extension on the chrome web store.