---
title: "Current values for all states"
method: GET
path: "/v1/states/current.{format}"
tags: ["States Current and Historical Data"]
---

# Current values for all states

`GET /v1/states/current.{format}`

The most recent COVID data for every state. The current value may be different than today.

## Path parameters

- `format` string, required

## Response `200`

OK

- States[]
  - `date` integer — Date on which data was collected by The COVID Tracking Project.
  - `state` string — Two-letter abbreviation for the state or territory.
  - `fips` string, nullable — Federal Information Processing Standards (FIPS) code for the state or territory.
  - `positive` integer, nullable — Individuals with confirmed or probable COVID-19 per the expanded [CSTE case definition](https://cdn.ymaws.com/www.cste.org/resource/resmgr/2020ps/Interim-20-ID-01_COVID-19.pdf) of April 5th, 2020 [approved by the CDC](https://wwwn.cdc.gov/nndss/conditions/coronavirus-disease-2019-covid-19/case-definition/2020/).
  - `probableCases` integer, nullable — Probable cases
  - `positiveIncrease` integer, nullable — Increase in *positive* computed by subtracting the value of *positive* from the previous day from the value of *positive* for the current day.
  - `negative` integer, nullable — Individuals with a completed viral test that returned a negative result. For states / territories that do not report this number directly, we compute it using one of several methods, depending on which data points the state provides.
  - `negativeIncrease` integer, nullable — Deprecated
  - `pending` integer, nullable — Tests whose results have not yet been reported.
  - `total` integer, nullable — Deprecated
  - `totalTestResultsSource` string, nullable — Indicates which field is being used for total test results. If it is posNeg, then it is calculated by adding all positive and negative values.
  - `totalTestResults` integer, nullable — Where possible, we report total tests in units of people tested, rather than units of specimens tested. Currently computed by adding _positive_ and _negative_ values because some states do not report totals and to work around different reporting cadences for cases and tests.
  - `totalTestResultsIncrease` integer, nullable — Daily Difference in totalTestResults
  - `posNeg` integer, nullable — Deprecated
  - `hospitalizedCurrently` integer, nullable — Individuals who are currently hospitalized with COVID-19. Definitions vary by state / territory. Where possible, we report hospitalizations with confirmed or probable COVID-19 cases per the expanded [CSTE case definition](https://cdn.ymaws.com/www.cste.org/resource/resmgr/2020ps/Interim-20-ID-01_COVID-19.pdf) of April 5th, 2020 [approved by the CDC](https://wwwn.cdc.gov/nndss/conditions/coronavirus-disease-2019-covid-19/case-definition/2020/).
  - `hospitalizedCumulative` integer, nullable — Total number of individuals who have ever been hospitalized with COVID-19. Definitions vary by state / territory. Where possible, we report hospitalizations with confirmed or probable COVID-19 cases per the expanded [CSTE case definition](https://cdn.ymaws.com/www.cste.org/resource/resmgr/2020ps/Interim-20-ID-01_COVID-19.pdf) of April 5th, 2020 [approved by the CDC](https://wwwn.cdc.gov/nndss/conditions/coronavirus-disease-2019-covid-19/case-definition/2020/).
  - `inIcuCurrently` integer, nullable — Individuals who are currently hospitalized in the Intensive Care Unit with COVID-19. Definitions vary by state / territory. Where possible, we report patients in the ICU with confirmed or probable COVID-19 cases per the expanded [CSTE case definition](https://cdn.ymaws.com/www.cste.org/resource/resmgr/2020ps/Interim-20-ID-01_COVID-19.pdf) of April 5th, 2020 [approved by the CDC](https://wwwn.cdc.gov/nndss/conditions/coronavirus-disease-2019-covid-19/case-definition/2020/).
  - `inIcuCumulative` integer, nullable — Total number of individuals who have ever been hospitalized in the Intensive Care Unit with COVID-19. Definitions vary by state / territory. Where possible, we report patients in the ICU with confirmed or probable COVID-19 cases per the expanded [CSTE case definition](https://cdn.ymaws.com/www.cste.org/resource/resmgr/2020ps/Interim-20-ID-01_COVID-19.pdf) of April 5th, 2020 [approved by the CDC](https://wwwn.cdc.gov/nndss/conditions/coronavirus-disease-2019-covid-19/case-definition/2020/).
  - `onVentilatorCurrently` integer, nullable — Individuals who are currently hospitalized under advanced ventilation with COVID-19. Definitions vary by state / territory. Where possible, we report patients on ventilation with confirmed or probable COVID-19 cases per the expanded [CSTE case definition](https://cdn.ymaws.com/www.cste.org/resource/resmgr/2020ps/Interim-20-ID-01_COVID-19.pdf) of April 5th, 2020 [approved by the CDC](https://wwwn.cdc.gov/nndss/conditions/coronavirus-disease-2019-covid-19/case-definition/2020/).
  - `onVentilatorCumulative` integer, nullable — Total number of individuals who have ever been hospitalized under advanced ventilation with COVID-19. Definitions vary by state / territory. Where possible, we report patients on ventilation with confirmed or probable COVID-19 cases per the expanded [CSTE case definition](https://cdn.ymaws.com/www.cste.org/resource/resmgr/2020ps/Interim-20-ID-01_COVID-19.pdf) of April 5th, 2020 [approved by the CDC](https://wwwn.cdc.gov/nndss/conditions/coronavirus-disease-2019-covid-19/case-definition/2020/).
  - `recovered` integer, nullable — Individuals who have recovered from COVID-19. Definitions vary by state / territory.
  - `dataQualityGrade` string, nullable — The COVID Tracking Project grade of the completeness of the data reporting by a state.
  - `lastUpdateEt` string, nullable — Date and time in Eastern time the state or territory last updated the data.
  - `dateModified` string, nullable — Deprecated, use lastUpdateEt instead
  - `checkTimeEt` string, nullable — Deprecated
  - `death` integer, nullable — Total fatalities with confirmed OR probable COVID-19 case diagnosis (per the expanded [CSTE case definition](https://cdn.ymaws.com/www.cste.org/resource/resmgr/2020ps/Interim-20-ID-01_COVID-19.pdf) of April 5th, 2020 [approved by the CDC](https://wwwn.cdc.gov/nndss/conditions/coronavirus-disease-2019-covid-19/case-definition/2020/)). In states where the information is available, it only tracks fatalities with confirmed OR probable COVID-19 case diagnosis where COVID-19 is an underlying cause of death according to the death certificate based on [WHO guidelines](https://www.who.int/classifications/icd/Guidelines_Cause_of_Death_COVID-19.pdf?ua=1).
  - `deathIncrease` integer, nullable — Daily difference in death
  - `hospitalized` integer, nullable — Deprecated
  - `hospitalizedDischarged` integer, nullable — Total number of discharged hospitalizations
  - `hospitalizedIncrease` integer, nullable — Daily difference in hospitalized
  - `dateChecked` string, nullable — Deprecated
  - `hash` string, nullable — Deprecated - A hash of the current record.
  - `commercialScore` integer, nullable — Deprecated
  - `negativeRegularScore` integer, nullable — Deprecated
  - `negativeScore` integer, nullable — Deprecated
  - `positiveScore` integer, nullable — Deprecated
  - `score` integer, nullable — Deprecated
  - `grade` string, nullable — Deprecated
  - `totalTestsViral` integer, nullable — Completed viral tests.
  - `positiveTestsViral` integer, nullable — Completed viral tests that returned positive results.
  - `negativeTestsViral` integer, nullable — Completed viral tests that returned negative results.
  - `positiveCasesViral` integer, nullable — Individuals with a completed viral test that returned a positive result.
  - `deathConfirmed` integer, nullable — Total fatalities with confirmed COVID-19 case diagnosis (per the expanded [CSTE case definition](https://cdn.ymaws.com/www.cste.org/resource/resmgr/2020ps/Interim-20-ID-01_COVID-19.pdf) of April 5th, 2020 [approved by the CDC](https://wwwn.cdc.gov/nndss/conditions/coronavirus-disease-2019-covid-19/case-definition/2020/)). In states where the information is available, it only tracks fatalities with confirmed COVID-19 case diagnosis where COVID-19 is an underlying cause of death according to the death certificate based on [WHO guidelines](https://www.who.int/classifications/icd/Guidelines_Cause_of_Death_COVID-19.pdf?ua=1).
  - `deathProbable` integer, nullable — Total fatalities with probable COVID-19 case diagnosis (per the expanded [CSTE case definition](https://cdn.ymaws.com/www.cste.org/resource/resmgr/2020ps/Interim-20-ID-01_COVID-19.pdf) of April 5th, 2020 [approved by the CDC](https://wwwn.cdc.gov/nndss/conditions/coronavirus-disease-2019-covid-19/case-definition/2020/). In states where the information is available, it only tracks fatalities with probable COVID-19 case diagnosis where COVID-19 is an underlying cause of death according to the death certificate based on [WHO guidelines](https://www.who.int/classifications/icd/Guidelines_Cause_of_Death_COVID-19.pdf?ua=1).
  - `totalTestEncountersViral` integer, nullable
  - `totalTestsPeopleViral` integer, nullable
  - `totalTestsAntibody` integer, nullable
  - `positiveTestsAntibody` integer, nullable
  - `negativeTestsAntibody` integer, nullable
  - `totalTestsPeopleAntibody` integer, nullable
  - `positiveTestsPeopleAntibody` integer, nullable
  - `negativeTestsPeopleAntibody` integer, nullable
  - `totalTestsPeopleAntigen` integer, nullable
  - `positiveTestsPeopleAntigen` integer, nullable
  - `totalTestsAntigen` integer, nullable
  - `positiveTestsAntigen` integer, nullable

---

[API](https://skmtc.net/covidtracking/apis/covid-tracking-project-api.md) · [All operations](https://skmtc.net/covidtracking/apis/covid-tracking-project-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/covidtracking/covid-tracking-project-api/revisions/d8c8699063a9/schema)
