Skip to main content

GeocodedGeography

A single geography containing the queried point.

geo_keyGeo Key (string)required

Geography key, e.g. 'county:48453'

nameName (string)required

Full official name

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

anyOf
string
GeocodedGeography
{
"geo_key": "string",
"name": "string",
"geo_type": "string",
"fips_state": "string",
"fips_county": "string",
"geoid_full": "string"
}