COVID-19 JHU CSSE (Independent Publisher)

Simply FAST API for COVID-19 cases exploration. This API provides the information regarding '2019 Novel Coronavirus (covid-19)'. It contains a number of confirmed, death, and recovered cases based on the data provided by the Johns Hopkins University Center for Systems Science and Engineering (JHU CSSE).

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 Woong Choi
Email Woong.Choi@sevensigma.com.au
Connector Metadata
Publisher Woong Choi
Website https://nuttaphat.com/covid19-api/
Privacy policy https://github.com/CSSEGISandData/COVID-19
Categories Data

Throttling Limits

Name Calls Renewal Period
API calls per connection 100 60 seconds

Actions

Get Active

Get the total numbers of active cases

Get Confirmed

Get the total numbers of confirmed cases

Get Country

Get the data based on a county's name or its ISO code

Get Current

Get the current situation data from all reported countries

Get Current Us

Get all data from USA's current situation

Get Deaths

Get the total numbers of death cases

Get Recovered

Get the total numbers of recovered cases

Get Time Series

Get the time series based on a given case: global, confirmed, deaths, recovered

Get Total

Get the total numbers of all cases

Get Active

Get the total numbers of active cases

Returns

Name Path Type Description
active
data.active integer

Active case

dt
dt string

DateTime

ts
ts integer

Timestamp

Get Confirmed

Get the total numbers of confirmed cases

Returns

Name Path Type Description
confirmed
data.confirmed integer

Confirmed cases

dt
dt string

DateTime

ts
ts integer

Timestamp

Get Country

Get the data based on a county's name or its ISO code

Parameters

Name Key Required Type Description
Country Name
country_name True string

Country Name in ISO 3166-1 alpha-2 format. E.g. AU for Australia or KR for Korea

Returns

Name Path Type Description
location
data.location string

A country's name

confirmed
data.confirmed integer

Confirmed cases

deaths
data.deaths integer

Death cases

recovered
data.recovered integer

Recovered cases

active
data.active integer

Active case

dt
dt string

DateTime

ts
ts integer

Timestamp

Get Current

Get the current situation data from all reported countries

Returns

Name Path Type Description
data
data array of object

Records

location
data.location string

A country's name

confirmed
data.confirmed integer

Confirmed cases

deaths
data.deaths integer

Death cases

recovered
data.recovered integer

Recovered cases

active
data.active integer

Active cases

dt
dt string

DateTime

ts
ts integer

Timestamp

Get Current Us

Get all data from USA's current situation

Returns

Name Path Type Description
data
data array of object

Records

Province_State
data.Province_State string

State's name

Confirmed
data.Confirmed integer

Confirmed cases

Deaths
data.Deaths integer

Death cases

Recovered
data.Recovered integer

Recovered cases

Active
data.Active integer

Active cases

dt
dt string

DateTime

ts
ts integer

Timestamp

Get Deaths

Get the total numbers of death cases

Returns

Name Path Type Description
deaths
data.deaths integer

Death cases

dt
dt string

DateTime

ts
ts integer

Timestamp

Get Recovered

Get the total numbers of recovered cases

Returns

Name Path Type Description
recovered
data.recovered integer

Recovered cases

dt
dt string

DateTime

ts
ts integer

Timestamp

Get Time Series

Get the time series based on a given case: global, confirmed, deaths, recovered

Parameters

Name Key Required Type Description
Case Type
case True string

Type of case. Available options: global, confirmed, deaths, recovered

Returns

Name Path Type Description
data
data array of object

Records

dt
dt string

DateTime

ts
ts integer

Timestamp

Get Total

Get the total numbers of all cases

Returns

Name Path Type Description
confirmed
data.confirmed integer

Confirmed cases

deaths
data.deaths integer

Death cases

recovered
data.recovered integer

Recovered cases

active
data.active integer

Active case

dt
dt string

DateTime

ts
ts integer

Timestamp