Skip to content
AutoSuggesAutoSugges home
Start free
Menu
Appearance
Appearance: System.

U.S. states and territories

The 50 U.S. states, the District of Columbia and the six island areas, searchable by name, USPS abbreviation or FIPS code. Published by the U.S. Census Bureau.

Provenance

Effective version
2020
Retrieved
2026-09-23
Refresh cadence
Decennial; rarely changes
Licence
U.S. Government work. Not subject to copyright protection in the United States (17 U.S.C. §105). The Census Bureau requests citation rather than imposing licence terms. Read the licence
Attribution
Source: U.S. Census Bureau, 2020 Census FIPS codes

Field schema

57 items.

Every field this dataset’s items carry
FieldTypeMeaning
valuestringThe canonical, unique value — what a query resolves to.
displayValuestringThe locale-resolved label a suggestion renders.
descriptionstring, optionalFree-text detail shown beside the item. NAICS uses it for the ancestor breadcrumb; not every dataset sets it.
parentSourceIdstring, optionalThe parent item in the source’s own key space, for a hierarchical dataset.
hierarchyLevelstring, optionalWhich level of the hierarchy this item sits at.
displayOrderintegerCurated display order, distinct from relevance rank (`DEC-LIST-004`).
aliasesstring[]Alternate spellings that resolve to this item at no extra runtime KV read (`DEC-ALIAS-001`).
metadataobjectDataset-specific fields — e.g. NAICS’s `code`/`level`/`trilateral`, or a country’s `alpha2`/`alpha3`/`numeric`.

A worked item

{
  "value": "NV",
  "displayValue": "Nevada",
  "aliases": [
    "NV",
    "32",
    "Nevada"
  ],
  "metadata": {
    "usps": "NV",
    "fips": "32",
    "kind": "state"
  }
}

Query it

/v1/query?key=YOUR_PUBLISHABLE_KEY&q=nevada

The publishable key above is a public, browser-safe identifier — never a secret.

Download

The licence above permits redistributing the compiled list as a file. Download U.S. states and territories as JSON.