Data Definitions
Read more about the data included in the Covid Act Now API.
#
Cases#
CasesCumulative confirmed or suspected cases.
Where to access
- CSV column names:
actuals.cases
- JSON file fields:
actuals.cases
,actualsTimeseries.*.cases
#
New CasesNew confirmed or suspected cases.
New cases are a processed timeseries of cases - summing new cases may not equal the cumulative case count.
Processing steps:
- If a region does not report cases for a period of time, the first day cases start reporting again will not be included. This day likely includes multiple days worth of cases and can be misleading to the overall series.
- Any days with negative new cases are removed.
- An outlier detection filter is applied to the timeseries, removing any data points that seem improbable given recent case numbers. Many times this is due to a backfill of previously unreported cases.
Where to access
- CSV column names:
actuals.newCases
- JSON file fields:
actuals.newCases
,actualsTimeseries.*.newCases
#
Case DensityThe number of cases per 100k population calculated using a 7-day rolling average.
Where to access
- CSV column names:
metrics.caseDensity
- JSON file fields:
metrics.caseDensity
,metricsTimeseries.*.caseDensity
#
Infection RateR_t, or the estimated number of infections arising from a typical case.
Where to access
- CSV column names:
metrics.infectionRate
- JSON file fields:
metrics.infectionRate
,metricsTimeseries.*.infectionRate
#
Infection Rate Ci9090th percentile confidence interval upper endpoint of the infection rate.
Where to access
- CSV column names:
metrics.infectionRateCI90
- JSON file fields:
metrics.infectionRateCI90
,metricsTimeseries.*.infectionRateCI90
#
Tests#
Positive TestsCumulative positive test results to date
Where to access
- CSV column names:
actuals.positiveTests
- JSON file fields:
actuals.positiveTests
,actualsTimeseries.*.positiveTests
#
Negative TestsCumulative negative test results to date
Where to access
- CSV column names:
actuals.negativeTests
- JSON file fields:
actuals.negativeTests
,actualsTimeseries.*.negativeTests
#
Test Positivity RatioRatio of people who test positive calculated using a 7-day rolling average.
Where to access
- CSV column names:
metrics.testPositivityRatio
- JSON file fields:
metrics.testPositivityRatio
,metricsTimeseries.*.testPositivityRatio
#
Test Positivity Ratio DetailsWhere to access
- CSV column names:
metrics.testPositivityRatioDetails
- JSON file fields:
metrics.testPositivityRatioDetails
,metricsTimeseries.*.testPositivityRatioDetails
#
Hospitalizations#
Icu BedsInformation about ICU bed utilization details.
Fields:
- capacity - Current staffed ICU bed capacity.
- currentUsageTotal - Total number of ICU beds currently in use
- currentUsageCovid - Number of ICU beds currently in use by COVID patients.
Where to access
- CSV column names:
actuals.icuBeds
- JSON file fields:
actuals.icuBeds
,actualsTimeseries.*.icuBeds
#
Hospital BedsInformation about acute bed utilization details.
Fields:
- capacity - Current staffed acute bed capacity.
- currentUsageTotal - Total number of acute beds currently in use
- currentUsageCovid - Number of acute beds currently in use by COVID patients.
- typicalUsageRate - Typical acute bed utilization rate.
Where to access
- CSV column names:
actuals.hospitalBeds
- JSON file fields:
actuals.hospitalBeds
,actualsTimeseries.*.hospitalBeds
#
Icu Capacity RatioRatio of staffed intensive care unit (ICU) beds that are currently in use.
Where to access
- CSV column names:
metrics.icuCapacityRatio
- JSON file fields:
metrics.icuCapacityRatio
,metricsTimeseries.*.icuCapacityRatio
#
Vaccinations#
Vaccines DistributedNumber of vaccine doses distributed.
Where to access
- CSV column names:
actuals.vaccinesDistributed
- JSON file fields:
actuals.vaccinesDistributed
,actualsTimeseries.*.vaccinesDistributed
#
Vaccinations InitiatedNumber of vaccinations initiated.
This value may vary by type of vaccine, but for Moderna and Pfizer this indicates number of people vaccinated with the first dose.
Where to access
- CSV column names:
actuals.vaccinationsInitiated
- JSON file fields:
actuals.vaccinationsInitiated
,actualsTimeseries.*.vaccinationsInitiated
#
Vaccinations CompletedNumber of vaccinations completed.
This value may vary by type of vaccine, but for Moderna and Pfizer this indicates number of people vaccinated with both the first and second dose.
Where to access
- CSV column names:
actuals.vaccinationsCompleted
- JSON file fields:
actuals.vaccinationsCompleted
,actualsTimeseries.*.vaccinationsCompleted
#
Vaccinations Initiated RatioRatio of population that has initiated vaccination.
Where to access
- CSV column names:
metrics.vaccinationsInitiatedRatio
- JSON file fields:
metrics.vaccinationsInitiatedRatio
,metricsTimeseries.*.vaccinationsInitiatedRatio
#
Vaccinations Completed RatioRatio of population that has completed vaccination.
Where to access
- CSV column names:
metrics.vaccinationsCompletedRatio
- JSON file fields:
metrics.vaccinationsCompletedRatio
,metricsTimeseries.*.vaccinationsCompletedRatio
#
Deaths#
DeathsCumulative deaths that are suspected or confirmed to have been caused by COVID-19.
Where to access
- CSV column names:
actuals.deaths
- JSON file fields:
actuals.deaths
,actualsTimeseries.*.deaths