Skip to main content

GeographyDetail

Full geography record.

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
geo_level_code object

Census summary level code, e.g. 50 for county

anyOf
integer
is_activeIs Active (boolean)
Default value: true
GeographyDetail
{
"geo_key": "string",
"name": "string",
"name_short": "string",
"geo_type": "string",
"fips_state": "string",
"fips_county": "string",
"geoid_full": "string",
"parent_geo_key": "string",
"geo_level_code": 0,
"is_active": true
}