Skip to main content

GeographySummary

Compact geography representation used in list responses.

geo_keyGeo Key (string)required

Stable API identifier, e.g. 'county:48201'

nameName (string)required

Full official name

name_short object

Abbreviated name

anyOf
string
geo_typeGeo Type (string)required

Geography type, e.g. 'county', 'state'

fips_state object
anyOf
string
fips_county object
anyOf
string
geoid_full object

Full Census GEOID, e.g. '0500000US48201'

anyOf
string
parent_geo_key object

geo_key of the parent geography

anyOf
string
GeographySummary
{
"geo_key": "string",
"name": "string",
"name_short": "string",
"geo_type": "string",
"fips_state": "string",
"fips_county": "string",
"geoid_full": "string",
"parent_geo_key": "string"
}