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

U.S. Counties

Every U.S. county and county-equivalent, grouped under its state, the District of Columbia or Puerto Rico: 3,274 entries by FIPS code, searchable by code or by name. Published by the U.S. Census Bureau.

Provenance

Effective version
Vintage 2025
Retrieved
2026-09-23
Refresh cadence
Annually, each May
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, Population Division, Vintage 2025 FIPS codes

Field schema

3,274 items, across 2 hierarchy levels: state, county.

  • state: 52
  • county: 3,222
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": "01001",
  "displayValue": "Autauga County",
  "description": "Alabama",
  "aliases": [
    "01001",
    "Autauga County"
  ],
  "metadata": {
    "fips": "01001",
    "stateFips": "01",
    "usps": "AL"
  },
  "ancestors": [
    {
      "value": "AL",
      "displayValue": "Alabama"
    }
  ]
}

Query it

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

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. Counties as JSON.