integrations.sh
← all integrations

COVID-19 data API

OpenAPI apis-guru open_data
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.getDailyReportAllCountries

    Get 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.getDailyReportByCountryCode

    Get 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.getDailyReportByCountryName

    Get 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.getLatestAllCountries

    Get latest data from all countries.

  • country.getLatestCountryDataByCode

    Get 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.getLatestCountryDataByName

    Get latest data for specific country. Country name and format are in parametars.

  • help.getListOfCountries

    Get name name, alpha-2, alpha-3 code, latitude and longitude for every country.

  • totals.getDailyReportTotals

    Get daily report data for whole world.

  • totals.getLatestTotals

    Get latest data for whole world.

  • openapi.previewSpec

    Preview an OpenAPI document before adding it as a source

  • openapi.addSource

    Add an OpenAPI source and register its operations as tools