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
- string
- null
string
geo_typeGeo Type (string)required
Geography type, e.g. 'county', 'state'
fips_state object
anyOf
- string
- null
string
fips_county object
anyOf
- string
- null
string
geoid_full object
Full Census GEOID, e.g. '0500000US48201'
- string
- null
string
parent_geo_key object
geo_key of the parent geography
- string
- null
string
geo_level_code object
Census summary level code, e.g. 50 for county
- integer
- string
- null
integer
is_activeIs Active (boolean)
Default value:
trueGeographyDetail
{
"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
}