Influenza and Covid-19 (Independent Publisher) (Preview)

Influenza and Covid-19 Tracker provides real-time disease-related statistics accumulated worldwide

This connector is available in the following products and regions:

Service Class Regions
Logic Apps Standard All Logic Apps regions except the following:
     -   Azure Government regions
     -   Azure China regions
     -   US Department of Defense (DoD)
Power Automate Premium All Power Automate regions except the following:
     -   US Government (GCC)
     -   US Government (GCC High)
     -   China Cloud operated by 21Vianet
     -   US Department of Defense (DoD)
Power Apps Premium All Power Apps regions except the following:
     -   US Government (GCC)
     -   US Government (GCC High)
     -   China Cloud operated by 21Vianet
     -   US Department of Defense (DoD)
Contact
Name Kevin Comba Gatimu
URL https://linktr.ee/kevincomba
Email kelchospenseworks247@gmail.com
Connector Metadata
Publisher Kevin Comba Gatimu, Denis Wachira Kathuri

Throttling Limits

Name Calls Renewal Period
API calls per connection 100 60 seconds

Actions

Get a list of supported countries for ECDC specific data

Get a list of supported countries for ECDC specific data

Get a list of supported countries for government specific data

Get a list of supported countries for government specific data

Get COVID-19 government reported data for a specific country

Get COVID-19 government reported data for a specific country

Get COVID-19 time series data for a county

Get COVID-19 time series data for a county or set of counties, with an entry for each day

Get COVID-19 time series data for a specific country

Get COVID-19 time series data for a specific country

Get COVID-19 time series data for all available US counties

Get COVID-19 time series data for all available US counties with an entry for each day

Get COVID-19 time series data for all counties in a specified US state

Get COVID-19 time series data for all counties in a specified US state

Get COVID-19 time series data for all countries and their provinces

Get COVID-19 time series data for all countries and their provinces

Get COVID-19 time series data for the entire USA

Get COVID-19 time series data for the entire USA since the pandemic began

Get COVID-19 totals for a specific continent

Get COVID-19 totals for a specific continent

Get COVID-19 totals for a specific country

Get COVID-19 totals for a specific country

Get COVID-19 totals for a specific county

Get COVID-19 totals for a specific county

Get COVID-19 totals for all continents

Get COVID-19 totals for all continents

Get COVID-19 totals for all countries

Get COVID-19 totals for all countries

Get COVID-19 totals for all countries and their provinces

Get COVID-19 totals for all countries and their provinces

Get COVID-19 totals for all US counties

Get COVID-19 totals for all US counties

Get COVID-19 totals for all US States

Get COVID-19 totals for all US States

Get COVID-19 totals for specific US State(s)

Get COVID-19 totals for specific US State(s)

Get COVID-19 vaccine doses administered for a country

Get COVID-19 vaccine doses administered for a country that has reported vaccination rollout. Sourced from covid.ourworldindata.org

Get COVID-19 vaccine doses administered for a state

Get COVID-19 vaccine doses administered for a state that has reported vaccination rollout. Sourced from covid.ourworldindata.org

Get COVID-19 vaccine doses administered for all countries

Get COVID-19 vaccine doses administered for all countries that have reported rolling out vaccination Sourced from covid.ourworldindata.org

Get COVID-19 vaccine doses administered for all states

Get COVID-19 vaccine doses administered for all states that have reported rolling out vaccination. Sourced from covid.ourworldindata.org

Get global accumulated COVID-19 time series data

Get global accumulated COVID-19 time series data

Get global COVID-19 totals for today, yesterday and two days ago

Get global COVID-19 totals for today, yesterday and two days ago

Get Influenza like illness data for the 2019 and 2020 outbreaks

Get Influenza-like-illness data for the 2019 and 2020 outbreaks from the US Center for Disease Control

Get Influenza report data for the 2019 and 2020 reported by US clinical labs

Get Influenza report data for the 2019 and 2020 outbreaks from the US Center for Disease Control, reported by US clinical labs

Get Influenza report data for the 2019 and 2020 sourced from US public health labs

Get Influenza report data for the 2019 and 2020 outbreaks from the US Center for Disease Control, reported by US public health labs

Get therapeutics trial data from Regulatory Affairs Professional Society

Get therapeutics trial data from RAPS (Regulatory Affairs Professional Society). Specifically published by Jeff Craven at www.raps.org/news-and-articles/news-articles/2020/3/covid-19-therapeutics-tracker

Get total global COVID-19 vaccine doses administered

Get total global COVID-19 vaccine doses administered. Sourced from covid.ourworldindata.org

Get vaccine trial data from RAPS (Regulatory Affairs Professional Society)

Get vaccine trial data from RAPS (Regulatory Affairs Professional Society). Specifically published by Jeff Craven at www.raps.org/news-and-articles/news-articles/2020/3/covid-19-vaccine-tracker

Get a list of supported countries for ECDC specific data

Get a list of supported countries for ECDC specific data

Returns

Name Path Type Description
array of string

Get a list of supported countries for government specific data

Get a list of supported countries for government specific data

Returns

Name Path Type Description
array of string

Get COVID-19 government reported data for a specific country

Get COVID-19 government reported data for a specific country

Parameters

Name Key Required Type Description
country
country True string
allowNull
allowNull string

Returns

Name Path Type Description
array of object
updated
updated integer

updated

province
province string

province

date
date string

date

todayCases
todayCases integer

todayCases

todayTests
todayTests integer

todayTests

todayRecovered
todayRecovered integer

todayRecovered

todayDeaths
todayDeaths integer

todayDeaths

cases
cases integer

cases

active
active integer

active

tests
tests integer

tests

recovered
recovered integer

recovered

deaths
deaths integer

deaths

Get COVID-19 time series data for a county

Get COVID-19 time series data for a county or set of counties, with an entry for each day

Parameters

Name Key Required Type Description
county
county True string
lastdays
lastdays string

Returns

Name Path Type Description
array of object
date
date string

date

county
county string

county

state
state string

state

fips
fips string

fips

cases
cases integer

cases

deaths
deaths integer

deaths

updated
updated integer

updated

Get COVID-19 time series data for a specific country

Get COVID-19 time series data for a specific country

Parameters

Name Key Required Type Description
country
country True string
lastdays
lastdays string

Returns

Name Path Type Description
country
country string

country

province
province array of string

province

day-month-year
timeline.cases.day-month-year integer

day-month-year

day-month-year
timeline.deaths.day-month-year integer

day-month-year

day-month-year
timeline.recovered.day-month-year integer

day-month-year

Get COVID-19 time series data for all available US counties

Get COVID-19 time series data for all available US counties with an entry for each day

Parameters

Name Key Required Type Description
lastdays
lastdays integer

Returns

Name Path Type Description
array of object
date
date string

date

county
county string

county

state
state string

state

fips
fips string

fips

cases
cases integer

cases

deaths
deaths integer

deaths

updated
updated integer

updated

Get COVID-19 time series data for all counties in a specified US state

Get COVID-19 time series data for all counties in a specified US state

Parameters

Name Key Required Type Description
state
state True string
lastdays
lastdays string

Returns

Name Path Type Description
array of object
province
province string

province

county
county string

county

day-month-year
timeline.cases.day-month-year integer

day-month-year

day-month-year
timeline.deaths.day-month-year integer

day-month-year

Get COVID-19 time series data for all countries and their provinces

Get COVID-19 time series data for all countries and their provinces

Parameters

Name Key Required Type Description
lastdays
lastdays string

Returns

Name Path Type Description
array of object
country
country string

country

province
province string

province

day-month-year
timeline.day-month-year integer

day-month-year

Get COVID-19 time series data for the entire USA

Get COVID-19 time series data for the entire USA since the pandemic began

Returns

Name Path Type Description
array of object
date
date string

date

cases
cases integer

cases

deaths
deaths integer

deaths

updated
updated integer

updated

Get COVID-19 totals for a specific continent

Get COVID-19 totals for a specific continent

Parameters

Name Key Required Type Description
continent
continent True string
yesterday
yesterday string
twoDaysAgo
twoDaysAgo string
strict
strict string
allowNull
allowNull string

Returns

Name Path Type Description
updated
updated integer

updated

cases
cases integer

cases

todayCases
todayCases integer

todayCases

deaths
deaths integer

deaths

todayDeaths
todayDeaths integer

todayDeaths

recovered
recovered integer

recovered

todayRecovered
todayRecovered integer

todayRecovered

active
active integer

active

critical
critical integer

critical

casesPerOneMillion
casesPerOneMillion float

casesPerOneMillion

deathsPerOneMillion
deathsPerOneMillion float

deathsPerOneMillion

tests
tests integer

tests

testsPerOneMillion
testsPerOneMillion float

testsPerOneMillion

population
population integer

population

continent
continent string

continent

activePerOneMillion
activePerOneMillion float

activePerOneMillion

recoveredPerOneMillion
recoveredPerOneMillion float

recoveredPerOneMillion

criticalPerOneMillion
criticalPerOneMillion float

criticalPerOneMillion

lat
continentInfo.lat float

lat

long
continentInfo.long float

long

countries
countries array of string

countries

Get COVID-19 totals for a specific country

Get COVID-19 totals for a specific country

Parameters

Name Key Required Type Description
country
country True string
yesterday
yesterday string
twoDaysAgo
twoDaysAgo string
strict
strict string
allowNull
allowNull string

Returns

Name Path Type Description
updated
updated integer

updated

country
country string

country

_id
countryInfo._id integer

_id

iso2
countryInfo.iso2 string

iso2

iso3
countryInfo.iso3 string

iso3

lat
countryInfo.lat integer

lat

long
countryInfo.long integer

long

flag
countryInfo.flag string

flag

cases
cases integer

cases

todayCases
todayCases integer

todayCases

deaths
deaths integer

deaths

todayDeaths
todayDeaths integer

todayDeaths

recovered
recovered integer

recovered

todayRecovered
todayRecovered integer

todayRecovered

active
active integer

active

critical
critical integer

critical

casesPerOneMillion
casesPerOneMillion integer

casesPerOneMillion

deathsPerOneMillion
deathsPerOneMillion integer

deathsPerOneMillion

tests
tests integer

tests

testsPerOneMillion
testsPerOneMillion integer

testsPerOneMillion

population
population integer

population

continent
continent string

continent

oneCasePerPeople
oneCasePerPeople integer

oneCasePerPeople

oneDeathPerPeople
oneDeathPerPeople integer

oneDeathPerPeople

oneTestPerPeople
oneTestPerPeople integer

oneTestPerPeople

activePerOneMillion
activePerOneMillion float

activePerOneMillion

recoveredPerOneMillion
recoveredPerOneMillion float

recoveredPerOneMillion

criticalPerOneMillion
criticalPerOneMillion integer

criticalPerOneMillion

Get COVID-19 totals for a specific county

Get COVID-19 totals for a specific county

Parameters

Name Key Required Type Description
county
county True string

Returns

Name Path Type Description
array of object
country
country string

country

province
province string

province

county
county string

county

updatedAt
updatedAt string

updatedAt

confirmed
stats.confirmed integer

confirmed

deaths
stats.deaths integer

deaths

recovered
stats.recovered string

recovered

latitude
coordinates.latitude string

latitude

longitude
coordinates.longitude string

longitude

Get COVID-19 totals for all continents

Get COVID-19 totals for all continents

Parameters

Name Key Required Type Description
yesterday
yesterday boolean
twoDaysAgo
twoDaysAgo boolean
sort
sort string
allowNull
allowNull boolean

Returns

Name Path Type Description
array of object
updated
updated integer

updated

cases
cases integer

cases

todayCases
todayCases integer

todayCases

deaths
deaths integer

deaths

todayDeaths
todayDeaths integer

todayDeaths

recovered
recovered integer

recovered

todayRecovered
todayRecovered integer

todayRecovered

active
active integer

active

critical
critical integer

critical

casesPerOneMillion
casesPerOneMillion float

casesPerOneMillion

deathsPerOneMillion
deathsPerOneMillion float

deathsPerOneMillion

tests
tests integer

tests

testsPerOneMillion
testsPerOneMillion float

testsPerOneMillion

population
population integer

population

continent
continent string

continent

activePerOneMillion
activePerOneMillion float

activePerOneMillion

recoveredPerOneMillion
recoveredPerOneMillion float

recoveredPerOneMillion

criticalPerOneMillion
criticalPerOneMillion float

criticalPerOneMillion

lat
continentInfo.lat float

lat

long
continentInfo.long float

long

countries
countries array of string

countries

Get COVID-19 totals for all countries

Get COVID-19 totals for all countries

Parameters

Name Key Required Type Description
yesterday
yesterday string
twoDaysAgo
twoDaysAgo string
sort
sort string
allowNull
allowNull string

Returns

Name Path Type Description
array of object
updated
updated integer

updated

country
country string

country

_id
countryInfo._id integer

_id

iso2
countryInfo.iso2 string

iso2

iso3
countryInfo.iso3 string

iso3

lat
countryInfo.lat float

lat

long
countryInfo.long float

long

flag
countryInfo.flag string

flag

cases
cases integer

cases

todayCases
todayCases integer

todayCases

deaths
deaths integer

deaths

todayDeaths
todayDeaths integer

todayDeaths

recovered
recovered integer

recovered

todayRecovered
todayRecovered integer

todayRecovered

active
active integer

active

critical
critical integer

critical

casesPerOneMillion
casesPerOneMillion integer

casesPerOneMillion

deathsPerOneMillion
deathsPerOneMillion integer

deathsPerOneMillion

tests
tests integer

tests

testsPerOneMillion
testsPerOneMillion integer

testsPerOneMillion

population
population integer

population

continent
continent string

continent

oneCasePerPeople
oneCasePerPeople integer

oneCasePerPeople

oneDeathPerPeople
oneDeathPerPeople integer

oneDeathPerPeople

oneTestPerPeople
oneTestPerPeople integer

oneTestPerPeople

activePerOneMillion
activePerOneMillion float

activePerOneMillion

recoveredPerOneMillion
recoveredPerOneMillion float

recoveredPerOneMillion

criticalPerOneMillion
criticalPerOneMillion float

criticalPerOneMillion

Get COVID-19 totals for all countries and their provinces

Get COVID-19 totals for all countries and their provinces

Returns

Name Path Type Description
array of object
country
country string

country

county
county string

county

updatedAt
updatedAt string

updatedAt

confirmed
stats.confirmed integer

confirmed

deaths
stats.deaths integer

deaths

recovered
stats.recovered integer

recovered

latitude
coordinates.latitude string

latitude

longitude
coordinates.longitude string

longitude

province
province string

province

Get COVID-19 totals for all US counties

Get COVID-19 totals for all US counties

Returns

Name Path Type Description
array of object
country
country string

country

province
province string

province

county
county string

county

updatedAt
updatedAt string

updatedAt

confirmed
stats.confirmed integer

confirmed

deaths
stats.deaths integer

deaths

recovered
stats.recovered string

recovered

latitude
coordinates.latitude string

latitude

longitude
coordinates.longitude string

longitude

Get COVID-19 totals for all US States

Get COVID-19 totals for all US States

Parameters

Name Key Required Type Description
sort
sort string
yesterday
yesterday boolean
allowNull
allowNull boolean

Returns

Name Path Type Description
array of object
state
state string

state

updated
updated integer

updated

cases
cases integer

cases

todayCases
todayCases integer

todayCases

deaths
deaths integer

deaths

todayDeaths
todayDeaths integer

todayDeaths

recovered
recovered integer

recovered

active
active integer

active

casesPerOneMillion
casesPerOneMillion integer

casesPerOneMillion

deathsPerOneMillion
deathsPerOneMillion integer

deathsPerOneMillion

tests
tests integer

tests

testsPerOneMillion
testsPerOneMillion integer

testsPerOneMillion

population
population integer

population

Get COVID-19 totals for specific US State(s)

Get COVID-19 totals for specific US State(s)

Parameters

Name Key Required Type Description
states
states True string
yesterday
yesterday string
allowNull
allowNull string

Returns

Name Path Type Description
state
state string

state

updated
updated integer

updated

cases
cases integer

cases

todayCases
todayCases integer

todayCases

deaths
deaths integer

deaths

todayDeaths
todayDeaths integer

todayDeaths

recovered
recovered integer

recovered

active
active integer

active

casesPerOneMillion
casesPerOneMillion integer

casesPerOneMillion

deathsPerOneMillion
deathsPerOneMillion integer

deathsPerOneMillion

tests
tests integer

tests

testsPerOneMillion
testsPerOneMillion integer

testsPerOneMillion

population
population integer

population

Get COVID-19 vaccine doses administered for a country

Get COVID-19 vaccine doses administered for a country that has reported vaccination rollout. Sourced from covid.ourworldindata.org

Parameters

Name Key Required Type Description
country
country True string
lastdays
lastdays string
fullData
fullData string

Returns

Name Path Type Description
country
country string

country

day-month-year
timeline.day-month-year integer

day-month-year

Get COVID-19 vaccine doses administered for a state

Get COVID-19 vaccine doses administered for a state that has reported vaccination rollout. Sourced from covid.ourworldindata.org

Parameters

Name Key Required Type Description
state
state True string
lastdays
lastdays string
fullData
fullData string

Returns

Name Path Type Description
state
state string

state

day-month-year
timeline.day-month-year integer

day-month-year

Get COVID-19 vaccine doses administered for all countries

Get COVID-19 vaccine doses administered for all countries that have reported rolling out vaccination Sourced from covid.ourworldindata.org

Parameters

Name Key Required Type Description
lastdays
lastdays string
fullData
fullData string

Returns

Name Path Type Description
array of object
country
country string

country

day-month-year
timeline.day-month-year integer

day-month-year

Get COVID-19 vaccine doses administered for all states

Get COVID-19 vaccine doses administered for all states that have reported rolling out vaccination. Sourced from covid.ourworldindata.org

Parameters

Name Key Required Type Description
lastdays
lastdays string
fullData
fullData string

Returns

Name Path Type Description
array of object
state
state string

state

day-month-year
timeline.day-month-year integer

day-month-year

Get global accumulated COVID-19 time series data

Get global accumulated COVID-19 time series data

Parameters

Name Key Required Type Description
lastdays
lastdays string

Returns

Name Path Type Description
day-month-year
cases.day-month-year integer

day-month-year

day-month-year
deaths.day-month-year integer

day-month-year

day-month-year
recovered.day-month-year integer

day-month-year

Get global COVID-19 totals for today, yesterday and two days ago

Get global COVID-19 totals for today, yesterday and two days ago

Parameters

Name Key Required Type Description
yesterday
yesterday string
twoDaysAgo
twoDaysAgo string
allowNull
allowNull string

Returns

Name Path Type Description
updated
updated integer

updated

cases
cases integer

cases

todayCases
todayCases integer

todayCases

deaths
deaths integer

deaths

todayDeaths
todayDeaths integer

todayDeaths

recovered
recovered integer

recovered

todayRecovered
todayRecovered integer

todayRecovered

active
active integer

active

critical
critical integer

critical

casesPerOneMillion
casesPerOneMillion integer

casesPerOneMillion

deathsPerOneMillion
deathsPerOneMillion float

deathsPerOneMillion

tests
tests integer

tests

testsPerOneMillion
testsPerOneMillion float

testsPerOneMillion

population
population integer

population

oneCasePerPeople
oneCasePerPeople integer

oneCasePerPeople

oneDeathPerPeople
oneDeathPerPeople integer

oneDeathPerPeople

oneTestPerPeople
oneTestPerPeople integer

oneTestPerPeople

activePerOneMillion
activePerOneMillion float

activePerOneMillion

recoveredPerOneMillion
recoveredPerOneMillion float

recoveredPerOneMillion

criticalPerOneMillion
criticalPerOneMillion float

criticalPerOneMillion

affectedCountries
affectedCountries integer

affectedCountries

Get Influenza like illness data for the 2019 and 2020 outbreaks

Get Influenza-like-illness data for the 2019 and 2020 outbreaks from the US Center for Disease Control

Returns

Name Path Type Description
updated
updated integer

updated

source
source string

source

data
data array of object

data

week
data.week string

week

age 0-4
data.age 0-4 integer

age 0-4

age 5-24
data.age 5-24 integer

age 5-24

age 25-49
data.age 25-49 integer

age 25-49

age 50-64
data.age 50-64 integer

age 50-64

age 64+
data.age 64+ integer

age 64+

totalILI
data.totalILI integer

totalILI

totalPatients
data.totalPatients integer

totalPatients

percentUnweightedILI
data.percentUnweightedILI float

percentUnweightedILI

percentWeightedILI
data.percentWeightedILI float

percentWeightedILI

Get Influenza report data for the 2019 and 2020 reported by US clinical labs

Get Influenza report data for the 2019 and 2020 outbreaks from the US Center for Disease Control, reported by US clinical labs

Returns

Name Path Type Description
updated
updated integer

updated

source
source string

source

data
data array of object

data

week
data.week string

week

totalA
data.totalA integer

totalA

totalB
data.totalB integer

totalB

percentPositiveA
data.percentPositiveA float

percentPositiveA

percentPositiveB
data.percentPositiveB float

percentPositiveB

totalTests
data.totalTests integer

totalTests

percentPositive
data.percentPositive float

percentPositive

Get Influenza report data for the 2019 and 2020 sourced from US public health labs

Get Influenza report data for the 2019 and 2020 outbreaks from the US Center for Disease Control, reported by US public health labs

Returns

Name Path Type Description
updated
updated integer

updated

source
source string

source

data
data array of object

data

week
data.week string

week

A(H3N2v)
data.A(H3N2v) integer

A(H3N2v)

A(H1N1)
data.A(H1N1) integer

A(H1N1)

A(H3)
data.A(H3) integer

A(H3)

A(unable to sub-type)
data.A(unable to sub-type) integer

A(unable to sub-type)

A(Subtyping not performed)
data.A(Subtyping not performed) integer

A(Subtyping not performed)

B
data.B integer

B

BVIC
data.BVIC integer

BVIC

BYAM
data.BYAM integer

BYAM

totalTests
data.totalTests integer

totalTests

Get therapeutics trial data from Regulatory Affairs Professional Society

Get therapeutics trial data from RAPS (Regulatory Affairs Professional Society). Specifically published by Jeff Craven at www.raps.org/news-and-articles/news-articles/2020/3/covid-19-therapeutics-tracker

Returns

Name Path Type Description
source
source string

source

totalCandidates
totalCandidates string

totalCandidates

phases
phases array of object

phases

phase
phases.phase string

phase

candidates
phases.candidates string

candidates

data
data array of object

data

medicationClass
data.medicationClass string

medicationClass

tradeName
data.tradeName array of string

tradeName

details
data.details string

details

developerResearcher
data.developerResearcher array of string

developerResearcher

sponsors
data.sponsors array of string

sponsors

trialPhase
data.trialPhase string

trialPhase

lastUpdate
data.lastUpdate string

lastUpdate

Get total global COVID-19 vaccine doses administered

Get total global COVID-19 vaccine doses administered. Sourced from covid.ourworldindata.org

Parameters

Name Key Required Type Description
lastdays
lastdays string
fullData
fullData string

Returns

Name Path Type Description
day-month-year
day-month-year integer

day-month-year

Get vaccine trial data from RAPS (Regulatory Affairs Professional Society)

Get vaccine trial data from RAPS (Regulatory Affairs Professional Society). Specifically published by Jeff Craven at www.raps.org/news-and-articles/news-articles/2020/3/covid-19-vaccine-tracker

Returns

Name Path Type Description
source
source string

source

totalCandidates
totalCandidates string

totalCandidates

phases
phases array of object

phases

phase
phases.phase string

phase

candidates
phases.candidates string

candidates

data
data array of object

data

candidate
data.candidate string

candidate

mechanism
data.mechanism string

mechanism

sponsors
data.sponsors array of string

sponsors

details
data.details string

details

trialPhase
data.trialPhase string

trialPhase

institutions
data.institutions array of string

institutions