---
title: "Metadata about a specific state"
method: GET
path: "/v1/states/{state}/info.{format}"
tags: ["States Current and Historical Data"]
---

# Metadata about a specific state

`GET /v1/states/{state}/info.{format}`

Metadata about a specific state

## Path parameters

- `format` string, required
- `state` string, required

## Response `200`

OK

- StatesInfo[]
  - `state` string — The state postal code
  - `notes` string, nullable — Notes about the state
  - `covid19Site` string, nullable — URL to the state's COVID website
  - `covid19SiteSecondary` string, nullable — URL to the state's secondary COVID website
  - `covid19SiteTertiary` string, nullable — URL to the state's third COVID website
  - `covid19SiteQuaternary` string, nullable — URL to the state's fourth COVID website
  - `covid19SiteQuinary` string, nullable — URL to the state's fifth COVID website
  - `twitter` string, nullable — The state's COVID-related Twitter handle
  - `covid19SiteOld` string, nullable — URL to the state's old COVID website
  - `covidTrackingProjectPreferredTotalTestUnits` string, nullable — Preferred units to use for total test results.
  - `covidTrackingProjectPreferredTotalTestField` string, nullable — Preferred field to use for total test results.
  - `totalTestResultsField` string, nullable — Source field for total test results.
  - `name` string — The name of the state
  - `fips` string — The census FIPS code
  - `pui` string, nullable — Deprecated
  - `pum` boolean, nullable — Deprecated

---

[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)
