---
title: "Geocode single address"
method: GET
path: "/geocode"
tags: ["geocode"]
---

# Geocode single address

`GET /geocode`

## Query parameters

- `q` string
- `street` string
- `street2` string
- `city` string
- `county` string
- `state_province` string
- `postal_code` string
- `country` string
- `limit` integer
- `format` 'simple'
- `fields` string[]
- `destinations[]` string[]
- `distance_mode` 'driving' | 'straightline'
- `distance_units` 'miles' | 'km'
- `distance_max_results` integer
- `distance_max_distance` number
- `distance_max_duration` integer
- `distance_min_distance` number
- `distance_min_duration` integer
- `distance_order_by` 'distance' | 'duration'
- `distance_sort_order` 'asc' | 'desc'

## Response `200`

Successful response

- GeocodeResponse
  - `results` GeocodingResult[]
    - `stable_address_key` string, nullable
    - `address_components` AddressComponents
      - `number` string
      - `predirectional` string
      - `street` string
      - `suffix` string
      - `formatted_street` string
      - `city` string
      - `county` string
      - `state_province` string
      - `postal_code` string
      - `country` string
      - `building_name` string
      - `nation` string
      - `postdirectional` string
    - `address_lines` string[]
    - `formatted_address` string
    - `location` Location
      - `lat` number, float
      - `lng` number, float
    - `accuracy` number, float
    - `accuracy_type` string
    - `match_type` string, nullable
    - `source` string
    - `fields` FieldAppends
      - `congressional_districts` CongressionalDistricts[]
        - `name` string
        - `district_number` integer
        - `ocd_id` string
        - `congress_number` string
        - `congress_years` string
        - `proportion` integer
        - `current_legislators` CurrentLegislator[]
          - `type` string
          - `seniority` string, nullable
          - `bio` Bio
            - `last_name` string
            - `first_name` string
            - `birthday` string, nullable
            - `gender` string
            - `party` string
            - `photo_url` string
            - `photo_attribution` string
          - `contact` Contact
            - `url` string
            - `address` string
            - `phone` string
            - `contact_form` string, nullable
            - `email` string
          - `social` LegislatorSocial
            - `rss_url` string, nullable
            - `twitter` string, nullable
            - `facebook` string, nullable
            - `youtube` string, nullable
            - `youtube_id` string, nullable
          - `references` References
            - `bioguide_id` string
            - `thomas_id` string
            - `opensecrets_id` string
            - `lis_id` string, nullable
            - `cspan_id` string
            - `govtrack_id` string
            - `votesmart_id` string
            - `ballotpedia_id` string
            - `washington_post_id` string, nullable
            - `icpsr_id` string, nullable
            - `wikipedia_id` string
            - `openstates_id` string
          - `source` string
      - `timezone` Timezone
        - `name` string
        - `utc_offset` integer
        - `observes_dst` boolean
        - `abbreviation` string
        - `source` string
      - `census` Census
        - `2024` CensusGeography
          - `census_year` integer
          - `state_fips` string
          - `county_fips` string
          - `tract_code` string
          - `block_code` string
          - `block_group` string
          - `full_fips` string
          - `place` Place
            - `name` string
            - `fips` string
          - `metro_micro_statistical_area` MetroMicroStatisticalArea
            - `name` string
            - `area_code` string
            - `type` string
          - `combined_statistical_area` CombinedStatisticalArea
            - `name` string
            - `area_code` string
          - `metropolitan_division` CombinedStatisticalArea
            - `name` string
            - `area_code` string
          - `county_subdivision` CountySubdivision
            - `name` string
            - `fips` string
            - `fips_class` FipsClass
              - …
          - `source` string
        - `2025` CensusGeography
          - `census_year` integer
          - `state_fips` string
          - `county_fips` string
          - `tract_code` string
          - `block_code` string
          - `block_group` string
          - `full_fips` string
          - `place` Place
            - `name` string
            - `fips` string
          - `metro_micro_statistical_area` MetroMicroStatisticalArea
            - `name` string
            - `area_code` string
            - `type` string
          - `combined_statistical_area` CombinedStatisticalArea
            - `name` string
            - `area_code` string
          - `metropolitan_division` CombinedStatisticalArea
            - `name` string
            - `area_code` string
          - `county_subdivision` CountySubdivision
            - `name` string
            - `fips` string
            - `fips_class` FipsClass
              - …
          - `source` string
      - `acs` Acs
        - `meta` AcsAppendMeta
          - `source` string
          - `survey_years` string
          - `survey_duration_years` string
        - `demographics` Demographics
          - `Median age` GenderBreakdown
            - `meta` AcsTableMeta
              - …
            - `Total` AcsStatisticSimple
              - …
            - `Male` AcsStatistic
              - …
            - `Female` AcsStatistic
              - …
          - `Population by age range` PopulationByAgeRange
            - `meta` AcsTableMeta
              - …
            - `Total` AcsStatisticSimple
              - …
            - `Male` AcsStatistic
              - …
            - `Male: Under 5 years` AcsStatistic
              - …
            - `Male: 5 to 9 years` AcsStatistic
              - …
            - `Male: 10 to 14 years` AcsStatistic
              - …
            - `Male: 15 to 17 years` AcsStatistic
              - …
            - `Male: 18 and 19 years` AcsStatistic
              - …
            - `Male: 20 years` AcsStatistic
              - …
            - `Male: 21 years` AcsStatistic
              - …
            - `Male: 22 to 24 years` AcsStatistic
              - …
            - `Male: 25 to 29 years` AcsStatistic
              - …
            - `Male: 30 to 34 years` AcsStatistic
              - …
            - `Male: 35 to 39 years` AcsStatistic
              - …
            - `Male: 40 to 44 years` AcsStatistic
              - …
            - `Male: 45 to 49 years` AcsStatistic
              - …
            - `Male: 50 to 54 years` AcsStatistic
              - …
            - `Male: 55 to 59 years` AcsStatistic
              - …
            - `Male: 60 and 61 years` AcsStatistic
              - …
            - `Male: 62 to 64 years` AcsStatistic
              - …
            - `Male: 65 and 66 years` AcsStatistic
              - …
            - `Male: 67 to 69 years` AcsStatistic
              - …
            - `Male: 70 to 74 years` AcsStatistic
              - …
            - `Male: 75 to 79 years` AcsStatistic
              - …
            - `Male: 80 to 84 years` AcsStatistic
              - …
            - `Male: 85 years and over` AcsStatistic
              - …
            - `Female` AcsStatistic
              - …
            - `Female: Under 5 years` AcsStatistic
              - …
            - `Female: 5 to 9 years` AcsStatistic
              - …
            - `Female: 10 to 14 years` AcsStatistic
              - …
            - `Female: 15 to 17 years` AcsStatistic
              - …
            - `Female: 18 and 19 years` AcsStatistic
              - …
            - `Female: 20 years` AcsStatistic
              - …
            - `Female: 21 years` AcsStatistic
              - …
            - `Female: 22 to 24 years` AcsStatistic
              - …
            - `Female: 25 to 29 years` AcsStatistic
              - …
            - `Female: 30 to 34 years` AcsStatistic
              - …
            - `Female: 35 to 39 years` AcsStatistic
              - …
            - `Female: 40 to 44 years` AcsStatistic
              - …
            - `Female: 45 to 49 years` AcsStatistic
              - …
            - `Female: 50 to 54 years` AcsStatistic
              - …
            - `Female: 55 to 59 years` AcsStatistic
              - …
            - `Female: 60 and 61 years` AcsStatistic
              - …
            - `Female: 62 to 64 years` AcsStatistic
              - …
            - `Female: 65 and 66 years` AcsStatistic
              - …
            - `Female: 67 to 69 years` AcsStatistic
              - …
            - `Female: 70 to 74 years` AcsStatistic
              - …
            - `Female: 75 to 79 years` AcsStatistic
              - …
            - `Female: 80 to 84 years` AcsStatistic
              - …
            - `Female: 85 years and over` AcsStatistic
              - …
          - `Sex` GenderBreakdown
            - `meta` AcsTableMeta
              - …
            - `Total` AcsStatisticSimple
              - …
            - `Male` AcsStatistic
              - …
            - `Female` AcsStatistic
              - …
          - `Race and ethnicity` RaceAndEthnicity
            - `meta` AcsTableMeta
              - …
            - `Total` AcsStatisticSimple
              - …
            - `Not Hispanic or Latino` AcsStatistic
              - …
            - `Not Hispanic or Latino: White alone` AcsStatistic
              - …
            - `Not Hispanic or Latino: Black or African American alone` AcsStatistic
              - …
            - `Not Hispanic or Latino: American Indian and Alaska Native alone` AcsStatistic
              - …
            - `Not Hispanic or Latino: Asian alone` AcsStatistic
              - …
            - `Not Hispanic or Latino: Native Hawaiian and Other Pacific Islander alone` AcsStatistic
              - …
            - `Not Hispanic or Latino: Some other race alone` AcsStatistic
              - …
            - `Not Hispanic or Latino: Two or more races` AcsStatistic
              - …
            - `Not Hispanic or Latino: Two or more races: Two races including Some other race` AcsStatistic
              - …
            - `Not Hispanic or Latino: Two or more races: Two races excluding Some other race, and three or more races` AcsStatistic
              - …
            - `Hispanic or Latino` AcsStatistic
              - …
            - `Hispanic or Latino: White alone` AcsStatistic
              - …
            - `Hispanic or Latino: Black or African American alone` AcsStatistic
              - …
            - `Hispanic or Latino: American Indian and Alaska Native alone` AcsStatistic
              - …
            - `Hispanic or Latino: Asian alone` AcsStatistic
              - …
            - `Hispanic or Latino: Native Hawaiian and Other Pacific Islander alone` AcsStatistic
              - …
            - `Hispanic or Latino: Some other race alone` AcsStatistic
              - …
            - `Hispanic or Latino: Two or more races` AcsStatistic
              - …
            - `Hispanic or Latino: Two or more races: Two races including Some other race` AcsStatistic
              - …
            - `Hispanic or Latino: Two or more races: Two races excluding Some other race, and three or more races` AcsStatistic
              - …
          - `meta` AcsCategoryMeta
            - `geography` string
        - `economics` Economics
          - `Number of households` GenderBreakdown
            - `meta` AcsTableMeta
              - …
            - `Total` AcsStatisticSimple
              - …
            - `Male` AcsStatistic
              - …
            - `Female` AcsStatistic
              - …
          - `Median household income` GenderBreakdown
            - `meta` AcsTableMeta
              - …
            - `Total` AcsStatisticSimple
              - …
            - `Male` AcsStatistic
              - …
            - `Female` AcsStatistic
              - …
          - `Household income` HouseholdIncome
            - `meta` AcsTableMeta
              - …
            - `Less than $10,000` AcsStatistic
              - …
            - `$10,000 to $14,999` AcsStatistic
              - …
            - `$15,000 to $19,999` AcsStatistic
              - …
            - `$20,000 to $24,999` AcsStatistic
              - …
            - `$25,000 to $29,999` AcsStatistic
              - …
            - `$30,000 to $34,999` AcsStatistic
              - …
            - `$35,000 to $39,999` AcsStatistic
              - …
            - `$40,000 to $44,999` AcsStatistic
              - …
            - `$45,000 to $49,999` AcsStatistic
              - …
            - `$50,000 to $59,999` AcsStatistic
              - …
            - `$60,000 to $74,999` AcsStatistic
              - …
            - `$75,000 to $99,999` AcsStatistic
              - …
            - `$100,000 to $124,999` AcsStatistic
              - …
            - `$125,000 to $149,999` AcsStatistic
              - …
            - `$150,000 to $199,999` AcsStatistic
              - …
            - `$200,000 or more` AcsStatistic
              - …
          - `Per capita income` GenderBreakdown
            - `meta` AcsTableMeta
              - …
            - `Total` AcsStatisticSimple
              - …
            - `Male` AcsStatistic
              - …
            - `Female` AcsStatistic
              - …
          - `meta` AcsCategoryMeta
            - `geography` string
        - `families` Families
          - `Household type by household` HouseholdTypeByHousehold
            - `meta` AcsTableMeta
              - …
            - `Total` AcsStatisticSimple
              - …
            - `Family households` AcsStatistic
              - …
            - `Family households: Married-couple family` AcsStatistic
              - …
            - `Family households: Other family` AcsStatistic
              - …
            - `Family households: Other family: Male householder, no spouse present` AcsStatistic
              - …
            - `Family households: Other family: Female householder, no spouse present` AcsStatistic
              - …
            - `Nonfamily households` AcsStatistic
              - …
            - `Nonfamily households: Householder living alone` AcsStatistic
              - …
            - `Nonfamily households: Householder not living alone` AcsStatistic
              - …
          - `Household type by population` HouseholdTypeByPopulation
            - `meta` AcsTableMeta
              - …
            - `Total` AcsStatisticSimple
              - …
            - `In family households` AcsStatistic
              - …
            - `In family households: In married-couple family` AcsStatistic
              - …
            - `In family households: In married-couple family: Relatives` AcsStatistic
              - …
            - `In family households: In married-couple family: Nonrelatives` AcsStatistic
              - …
            - `In family households: In male householder, no spouse present, family` AcsStatistic
              - …
            - `In family households: In male householder, no spouse present, family: Relatives` AcsStatistic
              - …
            - `In family households: In male householder, no spouse present, family: Nonrelatives` AcsStatistic
              - …
            - `In family households: In female householder, no spouse present, family` AcsStatistic
              - …
            - `In family households: In female householder, no spouse present, family: Relatives` AcsStatistic
              - …
            - `In family households: In female householder, no spouse present, family: Nonrelatives` AcsStatistic
              - …
            - `In nonfamily households` AcsStatistic
              - …
          - `Marital status` MaritalStatus
            - `meta` AcsTableMeta
              - …
            - `Male` AcsStatistic
              - …
            - `Male: Never married` AcsStatistic
              - …
            - `Male: Now married` AcsStatistic
              - …
            - `Male: Now married: Married, spouse present` AcsStatistic
              - …
            - `Male: Now married: Married, spouse absent` AcsStatistic
              - …
            - `Male: Now married: Married, spouse absent: Separated` AcsStatistic
              - …
            - `Male: Now married: Married, spouse absent: Other` AcsStatistic
              - …
            - `Male: Widowed` AcsStatistic
              - …
            - `Male: Divorced` AcsStatistic
              - …
            - `Female` AcsStatistic
              - …
            - `Female: Never married` AcsStatistic
              - …
            - `Female: Now married` AcsStatistic
              - …
            - `Female: Now married: Married, spouse present` AcsStatistic
              - …
            - `Female: Now married: Married, spouse absent` AcsStatistic
              - …
            - `Female: Now married: Married, spouse absent: Separated` AcsStatistic
              - …
            - `Female: Now married: Married, spouse absent: Other` AcsStatistic
              - …
            - `Female: Widowed` AcsStatistic
              - …
            - `Female: Divorced` AcsStatistic
              - …
          - `Family Type by Presence and Age of Own Children Under 18 Years` FamilyTypeByPresenceAndAgeOfOwnChildrenUnder18Years
            - `meta` AcsTableMeta
              - …
            - `Total` AcsStatisticSimple
              - …
            - `Married-couple family` AcsStatistic
              - …
            - `Married-couple family: With own children of the householder under 18 years` AcsStatistic
              - …
            - `Married-couple family: With own children of the householder under 18 years: Under 6 years only` AcsStatistic
              - …
            - `Married-couple family: With own children of the householder under 18 years: Under 6 years and 6 to 17 years` AcsStatistic
              - …
            - `Married-couple family: With own children of the householder under 18 years: 6 to 17 years only` AcsStatistic
              - …
            - `Married-couple family: No own children of the householder under 18 years` AcsStatistic
              - …
            - `Other family` AcsStatistic
              - …
            - `Other family: Male householder, no spouse present` AcsStatistic
              - …
            - `Other family: Male householder, no spouse present: With own children of the householder under 18 years` AcsStatistic
              - …
            - `Other family: Male householder, no spouse present: With own children of the householder under 18 years: Under 6 years only` AcsStatistic
              - …
            - `Other family: Male householder, no spouse present: With own children of the householder under 18 years: Under 6 years and 6 to 17 years` AcsStatistic
              - …
            - `Other family: Male householder, no spouse present: With own children of the householder under 18 years: 6 to 17 years only` AcsStatistic
              - …
            - `Other family: Male householder, no spouse present: No own children of the householder under 18 years` AcsStatistic
              - …
            - `Other family: Female householder, no spouse present` AcsStatistic
              - …
            - `Other family: Female householder, no spouse present: With own children of the householder under 18 years` AcsStatistic
              - …
            - `Other family: Female householder, no spouse present: With own children of the householder under 18 years: Under 6 years only` AcsStatistic
              - …
            - `Other family: Female householder, no spouse present: With own children of the householder under 18 years: Under 6 years and 6 to 17 years` AcsStatistic
              - …
            - `Other family: Female householder, no spouse present: With own children of the householder under 18 years: 6 to 17 years only` AcsStatistic
              - …
            - `Other family: Female householder, no spouse present: No own children of the householder under 18 years` AcsStatistic
              - …
          - `Average Household Size of Occupied Housing Units by Tenure` AverageHouseholdSizeOfOccupiedHousingUnitsByTenure
            - `meta` AcsTableMeta
              - …
            - `Total` AcsStatistic
              - …
            - `Owner occupied` AcsStatistic
              - …
            - `Renter occupied` AcsStatistic
              - …
          - `Own Children Under 18 Years by Family Type and Age` OwnChildrenUnder18YearsByFamilyTypeAndAge
            - `meta` AcsTableMeta
              - …
            - `Total` AcsStatisticSimple
              - …
            - `In married-couple families` AcsStatistic
              - …
            - `In married-couple families: Under 3 years` AcsStatistic
              - …
            - `In married-couple families: 3 and 4 years` AcsStatistic
              - …
            - `In married-couple families: 5 years` AcsStatistic
              - …
            - `In married-couple families: 6 to 11 years` AcsStatistic
              - …
            - `In married-couple families: 12 to 17 years` AcsStatistic
              - …
            - `In other families` AcsStatistic
              - …
            - `In other families: Male householder, no spouse present` AcsStatistic
              - …
            - `In other families: Male householder, no spouse present: Under 3 years` AcsStatistic
              - …
            - `In other families: Male householder, no spouse present: 3 and 4 years` AcsStatistic
              - …
            - `In other families: Male householder, no spouse present: 5 years` AcsStatistic
              - …
            - `In other families: Male householder, no spouse present: 6 to 11 years` AcsStatistic
              - …
            - `In other families: Male householder, no spouse present: 12 to 17 years` AcsStatistic
              - …
            - `In other families: Female householder, no spouse present` AcsStatistic
              - …
            - `In other families: Female householder, no spouse present: Under 3 years` AcsStatistic
              - …
            - `In other families: Female householder, no spouse present: 3 and 4 years` AcsStatistic
              - …
            - `In other families: Female householder, no spouse present: 5 years` AcsStatistic
              - …
            - `In other families: Female householder, no spouse present: 6 to 11 years` AcsStatistic
              - …
            - `In other families: Female householder, no spouse present: 12 to 17 years` AcsStatistic
              - …
          - `meta` AcsCategoryMeta
            - `geography` string
        - `housing` Housing
          - `Number of housing units` GenderBreakdown
            - `meta` AcsTableMeta
              - …
            - `Total` AcsStatisticSimple
              - …
            - `Male` AcsStatistic
              - …
            - `Female` AcsStatistic
              - …
          - `Occupancy status` OccupancyStatus
            - `meta` AcsTableMeta
              - …
            - `Occupied` AcsStatistic
              - …
            - `Vacant` AcsStatistic
              - …
          - `Ownership of occupied units` OwnershipOfOccupiedUnits
            - `meta` AcsTableMeta
              - …
            - `Owner occupied` AcsStatistic
              - …
            - `Renter occupied` AcsStatistic
              - …
          - `Units in structure` UnitsInStructure
            - `meta` AcsTableMeta
              - …
            - `1, detached unit` AcsStatistic
              - …
            - `1, attached unit` AcsStatistic
              - …
            - `2 units` AcsStatistic
              - …
            - `3 or 4 units` AcsStatistic
              - …
            - `5 to 9 units` AcsStatistic
              - …
            - `10 to 19 unit` AcsStatistic
              - …
            - `20 to 49 units` AcsStatistic
              - …
            - `50 or more units` AcsStatistic
              - …
            - `Mobile home units` AcsStatistic
              - …
            - `Boat, RV, van, etc. units` AcsStatistic
              - …
          - `Median value of owner-occupied housing units` GenderBreakdown
            - `meta` AcsTableMeta
              - …
            - `Total` AcsStatisticSimple
              - …
            - `Male` AcsStatistic
              - …
            - `Female` AcsStatistic
              - …
          - `Value of owner-occupied housing units` ValueOfOwnerOccupiedHousingUnits
            - `meta` AcsTableMeta
              - …
            - `Less than $10,000` AcsStatistic
              - …
            - `$10,000 to $14,999` AcsStatistic
              - …
            - `$15,000 to $19,999` AcsStatistic
              - …
            - `$20,000 to $24,999` AcsStatistic
              - …
            - `$25,000 to $29,999` AcsStatistic
              - …
            - `$30,000 to $34,999` AcsStatistic
              - …
            - `$35,000 to $39,999` AcsStatistic
              - …
            - `$40,000 to $49,999` AcsStatistic
              - …
            - `$50,000 to $59,999` AcsStatistic
              - …
            - `$60,000 to $69,999` AcsStatistic
              - …
            - `$70,000 to $79,999` AcsStatistic
              - …
            - `$80,000 to $89,999` AcsStatistic
              - …
            - `$90,000 to $99,999` AcsStatistic
              - …
            - `$100,000 to $124,999` AcsStatistic
              - …
            - `$125,000 to $149,999` AcsStatistic
              - …
            - `$150,000 to $174,999` AcsStatistic
              - …
            - `$175,000 to $199,999` AcsStatistic
              - …
            - `$200,000 to $249,999` AcsStatistic
              - …
            - `$250,000 to $299,999` AcsStatistic
              - …
            - `$300,000 to $399,999` AcsStatistic
              - …
            - `$400,000 to $499,999` AcsStatistic
              - …
            - `$500,000 to $749,999` AcsStatistic
              - …
            - `$750,000 to $999,999` AcsStatistic
              - …
            - `$1,000,000 to $1,499,999` AcsStatistic
              - …
            - `$1,500,000 to $1,999,999` AcsStatistic
              - …
            - `$2,000,000 or more` AcsStatistic
              - …
          - `meta` AcsCategoryMeta
            - `geography` string
        - `social` AcsSocialData
          - `Population by minimum level of education` PopulationByMinimumLevelOfEducation
            - `meta` AcsTableMeta
              - …
            - `Total` AcsStatisticSimple
              - …
            - `Male` AcsStatistic
              - …
            - `Male: No schooling completed` AcsStatistic
              - …
            - `Male: Nursery to 4th grade` AcsStatistic
              - …
            - `Male: 5th and 6th grade` AcsStatistic
              - …
            - `Male: 7th and 8th grade` AcsStatistic
              - …
            - `Male: 9th grade` AcsStatistic
              - …
            - `Male: 10th grade` AcsStatistic
              - …
            - `Male: 11th grade` AcsStatistic
              - …
            - `Male: 12th grade, no diploma` AcsStatistic
              - …
            - `Male: High school graduate (includes equivalency)` AcsStatistic
              - …
            - `Male: Some college, less than 1 year` AcsStatistic
              - …
            - `Male: Some college, 1 or more years, no degree` AcsStatistic
              - …
            - `Male: Associate's degree` AcsStatistic
              - …
            - `Male: Bachelor's degree` AcsStatistic
              - …
            - `Male: Master's degree` AcsStatistic
              - …
            - `Male: Professional school degree` AcsStatistic
              - …
            - `Male: Doctorate degree` AcsStatistic
              - …
            - `Female` AcsStatistic
              - …
            - `Female: No schooling completed` AcsStatistic
              - …
            - `Female: Nursery to 4th grade` AcsStatistic
              - …
            - `Female: 5th and 6th grade` AcsStatistic
              - …
            - `Female: 7th and 8th grade` AcsStatistic
              - …
            - `Female: 9th grade` AcsStatistic
              - …
            - `Female: 10th grade` AcsStatistic
              - …
            - `Female: 11th grade` AcsStatistic
              - …
            - `Female: 12th grade, no diploma` AcsStatistic
              - …
            - `Female: High school graduate (includes equivalency)` AcsStatistic
              - …
            - `Female: Some college, less than 1 year` AcsStatistic
              - …
            - `Female: Some college, 1 or more years, no degree` AcsStatistic
              - …
            - `Female: Associate's degree` AcsStatistic
              - …
            - `Female: Bachelor's degree` AcsStatistic
              - …
            - `Female: Master's degree` AcsStatistic
              - …
            - `Female: Professional school degree` AcsStatistic
              - …
            - `Female: Doctorate degree` AcsStatistic
              - …
          - `Population with veteran status` PopulationWithVeteranStatus
            - `meta` AcsTableMeta
              - …
            - `Total` AcsStatisticSimple
              - …
            - `Veteran` AcsStatistic
              - …
            - `Nonveteran` AcsStatistic
              - …
            - `Male` AcsStatistic
              - …
            - `Male: Veteran` AcsStatistic
              - …
            - `Male: Nonveteran` AcsStatistic
              - …
            - `Male: 18 to 34 years` AcsStatistic
              - …
            - `Male: 18 to 34 years: Veteran` AcsStatistic
              - …
            - `Male: 18 to 34 years: Nonveteran` AcsStatistic
              - …
            - `Male: 35 to 54 years` AcsStatistic
              - …
            - `Male: 35 to 54 years: Veteran` AcsStatistic
              - …
            - `Male: 35 to 54 years: Nonveteran` AcsStatistic
              - …
            - `Male: 55 to 64 years` AcsStatistic
              - …
            - `Male: 55 to 64 years: Veteran` AcsStatistic
              - …
            - `Male: 55 to 64 years: Nonveteran` AcsStatistic
              - …
            - `Male: 65 to 74 years` AcsStatistic
              - …
            - `Male: 65 to 74 years: Veteran` AcsStatistic
              - …
            - `Male: 65 to 74 years: Nonveteran` AcsStatistic
              - …
            - `Male: 75 years and over` AcsStatistic
              - …
            - `Male: 75 years and over: Veteran` AcsStatistic
              - …
            - `Male: 75 years and over: Nonveteran` AcsStatistic
              - …
            - `Female` AcsStatistic
              - …
            - `Female: Veteran` AcsStatistic
              - …
            - `Female: Nonveteran` AcsStatistic
              - …
            - `Female: 18 to 34 years` AcsStatistic
              - …
            - `Female: 18 to 34 years: Veteran` AcsStatistic
              - …
            - `Female: 18 to 34 years: Nonveteran` AcsStatistic
              - …
            - `Female: 35 to 54 years` AcsStatistic
              - …
            - `Female: 35 to 54 years: Veteran` AcsStatistic
              - …
            - `Female: 35 to 54 years: Nonveteran` AcsStatistic
              - …
            - `Female: 55 to 64 years` AcsStatistic
              - …
            - `Female: 55 to 64 years: Veteran` AcsStatistic
              - …
            - `Female: 55 to 64 years: Nonveteran` AcsStatistic
              - …
            - `Female: 65 to 74 years` AcsStatistic
              - …
            - `Female: 65 to 74 years: Veteran` AcsStatistic
              - …
            - `Female: 65 to 74 years: Nonveteran` AcsStatistic
              - …
            - `Female: 75 years and over` AcsStatistic
              - …
            - `Female: 75 years and over: Veteran` AcsStatistic
              - …
            - `Female: 75 years and over: Nonveteran` AcsStatistic
              - …
          - `Period of military service for veterans` PeriodOfMilitaryServiceForVeterans
            - `meta` AcsTableMeta
              - …
            - `Total` AcsStatisticSimple
              - …
            - `Gulf War (9/2001 or later), no Gulf War (8/1990 to 8/2001), no Vietnam War` AcsStatistic
              - …
            - `Gulf War (9/2001 or later) and Gulf War (8/1990 to 8/2001), no Vietnam War` AcsStatistic
              - …
            - `Gulf War (9/2001 or later), and Gulf War (8/1990 to 8/2001), and Vietnam War` AcsStatistic
              - …
            - `Gulf War (8/1990 to 8/2001), no Vietnam War` AcsStatistic
              - …
            - `Gulf War (8/1990 to 8/2001) and Vietnam War` AcsStatistic
              - …
            - `Vietnam War, no Korean War, no World War II` AcsStatistic
              - …
            - `Vietnam War and Korean War, no World War II` AcsStatistic
              - …
            - `Vietnam War and Korean War and World War II` AcsStatistic
              - …
            - `Korean War, no Vietnam War, no World War II` AcsStatistic
              - …
            - `Korean War and World War II, no Vietnam War` AcsStatistic
              - …
            - `World War II, no Korean War, no Vietnam War` AcsStatistic
              - …
            - `Between Gulf War and Vietnam War only` AcsStatistic
              - …
            - `Between Vietnam War and Korean War only` AcsStatistic
              - …
            - `Between Korean War and World War II only` AcsStatistic
              - …
            - `Pre-World War II only` AcsStatistic
              - …
          - `meta` AcsCategoryMeta
            - `geography` string
      - `ffiec` Ffiec
        - `collection_year` integer
        - `msa_md_code` string
        - `fips_state_code` string
        - `fips_county_code` string
        - `census_tract` string
        - `principal_city` boolean
        - `small_county` SmallCounty
          - `flag` string
          - `description` string
        - `split_tract` SmallCounty
          - `flag` string
          - `description` string
        - `demographic_data` SmallCounty
          - `flag` string
          - `description` string
        - `urban_rural_flag` SmallCounty
          - `flag` string
          - `description` string
        - `msa_md_median_family_income` integer
        - `msa_md_median_household_income` integer
        - `tract_median_family_income_percentage` number, float
        - `ffiec_estimated_msa_md_median_family_income` integer
        - `income_indicator` string
        - `cra_poverty_criteria` boolean
        - `cra_unemployment_criteria` boolean
        - `cra_distressed_criteria` boolean
        - `cra_remote_rural_low_density_criteria` boolean
        - `previous_year_cra_distressed_criteria` boolean
        - `previous_year_cra_underserved_criterion` boolean
        - `meets_current_previous_criteria` boolean
        - `tract_minority_population_percentage` number, float
      - `school_districts` object
        - `unified` Unified
          - `name` string
          - `lea_code` string
          - `grade_low` string
          - `grade_high` string
      - `state_legislative_districts` StateLegislativeDistricts
        - `house` House[]
          - `name` string
          - `district_number` string
          - `ocd_id` string
          - `is_upcoming_state_legislative_district` boolean
          - `proportion` integer
          - `current_legislators` CurrentLegislator[]
            - `type` string
            - `seniority` string, nullable
            - `bio` Bio
              - …
            - `contact` Contact
              - …
            - `social` LegislatorSocial
              - …
            - `references` References
              - …
            - `source` string
        - `senate` House[]
          - `name` string
          - `district_number` string
          - `ocd_id` string
          - `is_upcoming_state_legislative_district` boolean
          - `proportion` integer
          - `current_legislators` CurrentLegislator[]
            - `type` string
            - `seniority` string, nullable
            - `bio` Bio
              - …
            - `contact` Contact
              - …
            - `social` LegislatorSocial
              - …
            - `references` References
              - …
            - `source` string
      - `uk_devolved` UKLegislativeDistrict[]
        - `district_type` string
        - `gss_code` string
        - `ocd_id` string
        - `name` string
        - `is_upcoming_district` boolean
        - `source` string
      - `uk_local` UKLegislativeDistrict[]
        - `district_type` string
        - `gss_code` string
        - `ocd_id` string
        - `name` string
        - `is_upcoming_district` boolean
        - `source` string
      - `uk_westminster` UKLegislativeDistrict[]
        - `district_type` string
        - `gss_code` string
        - `ocd_id` string
        - `name` string
        - `is_upcoming_district` boolean
        - `source` string
      - `zip4` Zip4
        - `record_type` RecordType
          - `code` string
          - `description` string
        - `residential` boolean
        - `carrier_route` CarrierRoute
          - `id` string
          - `description` string
        - `building_or_firm_name` string, nullable
        - `plus4` string[]
        - `zip9` string[]
        - `government_building` string, nullable
        - `facility_code` RecordType
          - `code` string
          - `description` string
        - `city_delivery` boolean
        - `valid_delivery_area` boolean
        - `exact_match` boolean
    - `destinations` DistanceDestination[]
      - `query` string
      - `location` number[]
      - `distance_miles` number
      - `distance_km` number, float
      - `duration_seconds` integer, nullable
      - `id` string, nullable
      - `geocode` GeocodingResult — recursive

## Other responses

- `403` — Invalid API key, or feature not available.
- `422` — Validation error.

---

[API](https://skmtc.net/geocod/apis/geocodio.md) · [All operations](https://skmtc.net/geocod/apis/geocodio/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/geocod/geocodio/revisions/cfb0f76c8af3/schema)
