COVID-19 data API
- Homepage
- https://api.apis.guru/v2/specs/covid19-api.com/1.2.6.json
- Provider
- covid19-api.com
- OpenAPI version
- 3.0.2
- Spec (JSON)
- https://api.apis.guru/v2/specs/covid19-api.com/1.2.6/openapi.json
- Spec (YAML)
- https://api.apis.guru/v2/specs/covid19-api.com/1.2.6/openapi.yaml
Tools (11)
Extracted live via the executor SDK.
-
country.getDailyReportAllCountriesGet daily report for all countries. Date is mandatory parametar. Date format is by ISO 8601 standard, but you can provide different format with date-format parameter.
-
country.getDailyReportByCountryCodeGet daily report for specific country. Country code and date are mandatory in parametars. Country code is in ISO 3166-1 standard. It can be 2 chars (Alpha-2) or 3 chars (Alpha-3) type. Date format is by ISO 8601 standard, but you can provide different format with date-format parameter
-
country.getDailyReportByCountryNameGet daily report for specific country. Country name and date are mandatory in parametars. Date format is by ISO 8601 standard, but you can provide different format with date-format parameter
-
country.getLatestAllCountriesGet latest data from all countries.
-
country.getLatestCountryDataByCodeGet latest data for specific country. Country code and format are in parametars. Country code is in ISO 3166-1 standard. It can be 2 chars (Alpha-2) or 3 chars (Alpha-3) type.
-
country.getLatestCountryDataByNameGet latest data for specific country. Country name and format are in parametars.
-
help.getListOfCountriesGet name name, alpha-2, alpha-3 code, latitude and longitude for every country.
-
totals.getDailyReportTotalsGet daily report data for whole world.
-
totals.getLatestTotalsGet latest data for whole world.
-
openapi.previewSpecPreview an OpenAPI document before adding it as a source
-
openapi.addSourceAdd an OpenAPI source and register its operations as tools