openapi: 3.0.1 info: title: Geocodio description: |- Geocodio's RESTful API allows you to perform forward and reverse geocoding lookups. We support both batch requests as well as individual lookups. You can also optionally ask for data appends such as timezone, Congressional districts or similar things of that nature. termsOfService: 'https://www.geocod.io/terms-of-use/' license: name: 'Geocodio Terms of Use' url: 'https://www.geocod.io/terms-of-use/' contact: email: hello@geocod.io version: 1.12.0 externalDocs: description: 'Find out more about Geocodio' url: 'https://www.geocod.io' servers: - url: 'https://api.geocod.io/v1.12' description: 'Self-Serve Geocodio API Endpoint' - url: 'https://api.enterprise.geocod.io/v1.12' description: 'Geocodio API Endpoint for Enterprise Customers' tags: - name: geocode description: 'Geocode addresses to coordinates' - name: reverse description: 'Reverse geocode coordinates to addresses' - name: distance description: 'Calculate distances between one origin and one or more destinations' - name: distance-matrix description: 'Calculate distances between multiple origins and multiple destinations' - name: distance-jobs description: 'Async distance matrix job management' - name: lists description: 'Upload and manage spreadsheets for batch geocoding' paths: /geocode: get: tags: - geocode summary: 'Geocode single address' operationId: geocodeSingle parameters: - name: q in: query schema: type: string description: 'The query (i.e. address) to geocode' - name: street in: query schema: type: string description: 'Street address component (alternative to q)' - name: street2 in: query schema: type: string description: 'Secondary address line (e.g. Apt 204)' - name: city in: query schema: type: string description: 'City component (alternative to q)' - name: county in: query schema: type: string description: 'County component (alternative to q)' - name: state in: query schema: type: string description: 'State component (alternative to q)' - name: postal_code in: query schema: type: string description: 'Postal/ZIP code component (alternative to q)' - name: country in: query schema: type: string description: 'Country code (default: US)' - name: limit in: query schema: type: integer description: 'Maximum number of results to return' - name: format in: query schema: type: string enum: - simple description: 'Output format' - name: fields in: query description: 'Comma-separated list of data append fields. See the enum for valid values.' style: form explode: false schema: type: array items: type: string enum: - cd113 - cd114 - cd115 - cd116 - cd117 - cd118 - cd119 - cd120 - cd - census2000 - census2010 - census2011 - census2012 - census2013 - census2014 - census2015 - census2016 - census2017 - census2018 - census2019 - census2020 - census2021 - census2022 - census2023 - census2024 - census2025 - census - stateleg - stateleg-next - school - ffiec - zip4 - acs-demographics - acs-demographics-block_group - acs-demographics-tract - acs-demographics-place - acs-demographics-msa - acs-demographics-county - acs-demographics-county_subdivision - acs-demographics-state - acs-economics - acs-economics-block_group - acs-economics-tract - acs-economics-place - acs-economics-msa - acs-economics-county - acs-economics-county_subdivision - acs-economics-state - acs-families - acs-families-block_group - acs-families-tract - acs-families-place - acs-families-msa - acs-families-county - acs-families-county_subdivision - acs-families-state - acs-housing - acs-housing-block_group - acs-housing-tract - acs-housing-place - acs-housing-msa - acs-housing-county - acs-housing-county_subdivision - acs-housing-state - acs-social - acs-social-block_group - acs-social-tract - acs-social-place - acs-social-msa - acs-social-county - acs-social-county_subdivision - acs-social-state - riding - riding-next - provriding - provriding-next - statcan - uk-westminster - uk-westminster-next - uk-devolved - uk-devolved-next - uk-local - uk-local-next - timezone - name: 'destinations[]' in: query schema: type: array items: type: string description: 'Array of destination locations for distance calculation' style: form explode: true - name: distance_mode in: query schema: type: string enum: - driving - straightline description: 'Distance calculation mode' - name: distance_units in: query schema: type: string enum: - miles - km description: 'Unit of measurement for distance values' - name: distance_max_results in: query schema: type: integer minimum: 1 description: 'Maximum number of destinations to return per result' - name: distance_max_distance in: query schema: type: number minimum: 0 description: 'Maximum distance filter (in specified units)' - name: distance_max_duration in: query schema: type: integer minimum: 0 description: 'Maximum duration filter in seconds' - name: distance_min_distance in: query schema: type: number minimum: 0 description: 'Minimum distance filter (in specified units)' - name: distance_min_duration in: query schema: type: integer minimum: 0 description: 'Minimum duration filter in seconds' - name: distance_order_by in: query schema: type: string enum: - distance - duration description: 'Field to sort destinations by' - name: distance_sort_order in: query schema: type: string enum: - asc - desc description: 'Sort order for destinations' responses: '200': description: 'Successful response' content: application/json: schema: $ref: '#/components/schemas/GeocodeResponse' examples: basic: summary: 'Basic geocoding response' value: input: address_components: number: '1109' predirectional: 'N' street: Highland suffix: St formatted_street: 'N Highland St' city: Arlington state: VA country: US formatted_address: '1109 N Highland St, Arlington, VA' results: - stable_address_key: gcod_usndjrg9xn28uz888u3fkm6yusrdg address_components: number: '1109' predirectional: 'N' street: Highland suffix: St formatted_street: 'N Highland St' city: Arlington county: 'Arlington County' state: VA zip: '22201' country: US address_lines: - '1109 N Highland St' - '' - 'Arlington, VA 22201' formatted_address: '1109 N Highland St, Arlington, VA 22201' location: lat: 38.886672 lng: -77.094735 accuracy: 1 accuracy_type: rooftop match_type: building_centroid source: Arlington with-distance-and-fields: summary: 'Geocoding combined with inline distance and field appends' value: input: address_components: number: '1109' predirectional: 'N' street: Highland suffix: St formatted_street: 'N Highland St' city: Arlington state: VA country: US formatted_address: '1109 N Highland St, Arlington, VA' results: - stable_address_key: gcod_usndjrg9xn28uz888u3fkm6yusrdg address_components: number: '1109' predirectional: 'N' street: Highland suffix: St formatted_street: 'N Highland St' city: Arlington county: 'Arlington County' state: VA zip: '22201' country: US address_lines: - '1109 N Highland St' - '' - 'Arlington, VA 22201' formatted_address: '1109 N Highland St, Arlington, VA 22201' location: lat: 38.886672 lng: -77.094735 accuracy: 1 accuracy_type: rooftop match_type: building_centroid source: Arlington fields: congressional_districts: - name: 'Congressional District 8' district_number: 8 ocd_id: 'ocd-division/country:us/state:va/cd:8' congress_number: 119th congress_years: 2025-2027 proportion: 1 current_legislators: - type: representative seniority: null bio: last_name: Beyer first_name: Donald birthday: '1950-06-20' gender: M party: Democrat photo_url: 'https://www.congress.gov/img/member/b001292_200.jpg' photo_attribution: 'Image courtesy of the Member' contact: url: 'https://beyer.house.gov' address: '1226 Longworth House Office Building Washington DC 20515-4608' phone: 202-225-4376 contact_form: null social: rss_url: null twitter: RepDonBeyer facebook: RepDonBeyer youtube: null youtube_id: UCPJGVbOVcAVGiBwq8qr_T9w references: bioguide_id: B001292 thomas_id: '02272' opensecrets_id: N00036018 lis_id: null cspan_id: '21141' govtrack_id: '412657' votesmart_id: '1707' ballotpedia_id: 'Don Beyer' washington_post_id: null icpsr_id: '21554' wikipedia_id: 'Don Beyer' source: 'Legislator data collected by the @unitedstates project (https://github.com/unitedstates/)' - type: senator seniority: senior bio: last_name: Warner first_name: Mark birthday: '1954-12-15' gender: M party: Democrat photo_url: 'https://www.congress.gov/img/member/w000805_200.jpg' photo_attribution: 'Courtesy U.S. Senate Historical Office (http://www.senate.gov/artandhistory/history/common/generic/Photo_Collection_of_the_Senate_Historical_Office.htm)' contact: url: 'https://www.warner.senate.gov' address: '703 Hart Senate Office Building Washington DC 20510' phone: 202-224-2023 contact_form: 'https://www.warner.senate.gov/public/index.cfm?p=Contact' social: rss_url: 'http://www.warner.senate.gov/public/?a=rss.feed' twitter: MarkWarner facebook: MarkRWarner youtube: SenatorMarkWarner youtube_id: UCwyivNlEGf4sGd1oDLfY5jw references: bioguide_id: W000805 thomas_id: '01897' opensecrets_id: N00002097 lis_id: S327 cspan_id: '7630' govtrack_id: '412321' votesmart_id: '535' ballotpedia_id: 'Mark Warner' washington_post_id: null icpsr_id: '40909' wikipedia_id: 'Mark Warner' source: 'Legislator data collected by the @unitedstates project (https://github.com/unitedstates/)' - type: senator seniority: junior bio: last_name: Kaine first_name: Timothy birthday: '1958-02-26' gender: M party: Democrat photo_url: 'https://www.congress.gov/img/member/k000384_200.jpg' photo_attribution: 'Courtesy U.S. Senate Historical Office (http://www.senate.gov/artandhistory/history/common/generic/Photo_Collection_of_the_Senate_Historical_Office.htm)' contact: url: 'https://www.kaine.senate.gov' address: '231 Russell Senate Office Building Washington DC 20510' phone: 202-224-4024 contact_form: 'https://www.kaine.senate.gov/contact' social: rss_url: 'http://www.kaine.senate.gov/rss/feeds/?type=all' twitter: null facebook: SenatorKaine youtube: SenatorTimKaine youtube_id: UC27LgTZlUnBQoNEQFZdn9LA references: bioguide_id: K000384 thomas_id: '02176' opensecrets_id: N00033177 lis_id: S362 cspan_id: '49219' govtrack_id: '412582' votesmart_id: '50772' ballotpedia_id: 'Tim Kaine' washington_post_id: null icpsr_id: '41305' wikipedia_id: 'Tim Kaine' source: 'Legislator data collected by the @unitedstates project (https://github.com/unitedstates/)' timezone: name: America/New_York utc_offset: -5 observes_dst: true abbreviation: EST source: '© OpenStreetMap contributors' destinations: - query: '38.8977,-77.0365' location: - 38.8977 - -77.0365 distance_miles: 3.2 distance_km: 5.2 duration_seconds: null with-distance: summary: 'Geocoding with inline distance calculation' value: input: address_components: number: '1109' predirectional: 'N' street: Highland suffix: St formatted_street: 'N Highland St' city: Arlington state: VA country: US formatted_address: '1109 N Highland St, Arlington, VA' results: - stable_address_key: gcod_usndjrg9xn28uz888u3fkm6yusrdg address_components: number: '1109' predirectional: 'N' street: Highland suffix: St formatted_street: 'N Highland St' city: Arlington county: 'Arlington County' state: VA zip: '22201' country: US address_lines: - '1109 N Highland St' - '' - 'Arlington, VA 22201' formatted_address: '1109 N Highland St, Arlington, VA 22201' location: lat: 38.886672 lng: -77.094735 accuracy: 1 accuracy_type: rooftop match_type: building_centroid source: Arlington destinations: - query: '38.8977,-77.0365' location: - 38.8977 - -77.0365 distance_miles: 3.2 distance_km: 5.2 duration_seconds: null with-fields-acs-demographics: summary: 'Geocoding with ACS demographics' value: input: address_components: number: '1109' predirectional: 'N' street: Highland suffix: St formatted_street: 'N Highland St' city: Arlington state: VA country: US formatted_address: '1109 N Highland St, Arlington, VA' results: - stable_address_key: gcod_usndjrg9xn28uz888u3fkm6yusrdg address_components: number: '1109' predirectional: 'N' street: Highland suffix: St formatted_street: 'N Highland St' city: Arlington county: 'Arlington County' state: VA zip: '22201' country: US address_lines: - '1109 N Highland St' - '' - 'Arlington, VA 22201' formatted_address: '1109 N Highland St, Arlington, VA 22201' location: lat: 38.886672 lng: -77.094735 accuracy: 1 accuracy_type: rooftop match_type: building_centroid source: Arlington fields: census: '2024': census_year: 2024 state_fips: '51' county_fips: '51013' tract_code: '101801' block_code: '2004' block_group: '2' full_fips: '510131018012004' place: name: Arlington fips: '5103000' metro_micro_statistical_area: name: 'Washington-Arlington-Alexandria, DC-VA-MD-WV' area_code: '47900' type: metropolitan combined_statistical_area: name: 'Washington-Baltimore-Arlington, DC-MD-VA-WV-PA' area_code: '548' metropolitan_division: name: 'Arlington-Alexandria-Reston, VA-WV' area_code: '11694' county_subdivision: name: Arlington fips: '90072' fips_class: class_code: Z7 description: 'A county subdivision that is coextensive with a county or equivalent feature or all or part of an incorporated place that the Census Bureau recognizes separately' source: 'US Census Bureau' acs: meta: source: 'American Community Survey from the US Census Bureau' survey_years: 2020-2024 survey_duration_years: '5' demographics: 'Median age': meta: table_id: B01002 universe: 'Total population' Total: value: 34 margin_of_error: 2.6 Male: value: 36.2 margin_of_error: 4.3 Female: value: 33.3 margin_of_error: 1.3 'Population by age range': meta: table_id: B01001 universe: 'Total population' Total: value: 1554 margin_of_error: 291 Male: value: 775 margin_of_error: 170 percentage: 0.499 'Male: Under 5 years': value: 35 margin_of_error: 31 percentage: 0.045 'Male: 5 to 9 years': value: 3 margin_of_error: 6 percentage: 0.004 'Male: 10 to 14 years': value: 0 margin_of_error: 13 percentage: 0 'Male: 15 to 17 years': value: 0 margin_of_error: 13 percentage: 0 'Male: 18 and 19 years': value: 0 margin_of_error: 13 percentage: 0 'Male: 20 years': value: 0 margin_of_error: 13 percentage: 0 'Male: 21 years': value: 0 margin_of_error: 13 percentage: 0 'Male: 22 to 24 years': value: 62 margin_of_error: 72 percentage: 0.08 'Male: 25 to 29 years': value: 168 margin_of_error: 86 percentage: 0.217 'Male: 30 to 34 years': value: 106 margin_of_error: 61 percentage: 0.137 'Male: 35 to 39 years': value: 127 margin_of_error: 59 percentage: 0.164 'Male: 40 to 44 years': value: 23 margin_of_error: 22 percentage: 0.03 'Male: 45 to 49 years': value: 87 margin_of_error: 83 percentage: 0.112 'Male: 50 to 54 years': value: 94 margin_of_error: 73 percentage: 0.121 'Male: 55 to 59 years': value: 14 margin_of_error: 23 percentage: 0.018 'Male: 60 and 61 years': value: 13 margin_of_error: 23 percentage: 0.017 'Male: 62 to 64 years': value: 8 margin_of_error: 13 percentage: 0.01 'Male: 65 and 66 years': value: 0 margin_of_error: 13 percentage: 0 'Male: 67 to 69 years': value: 0 margin_of_error: 13 percentage: 0 'Male: 70 to 74 years': value: 16 margin_of_error: 22 percentage: 0.021 'Male: 75 to 79 years': value: 19 margin_of_error: 21 percentage: 0.025 'Male: 80 to 84 years': value: 0 margin_of_error: 13 percentage: 0 'Male: 85 years and over': value: 0 margin_of_error: 13 percentage: 0 Female: value: 779 margin_of_error: 161 percentage: 0.501 'Female: Under 5 years': value: 0 margin_of_error: 13 percentage: 0 'Female: 5 to 9 years': value: 7 margin_of_error: 12 percentage: 0.009 'Female: 10 to 14 years': value: 47 margin_of_error: 59 percentage: 0.06 'Female: 15 to 17 years': value: 0 margin_of_error: 13 percentage: 0 'Female: 18 and 19 years': value: 0 margin_of_error: 13 percentage: 0 'Female: 20 years': value: 0 margin_of_error: 13 percentage: 0 'Female: 21 years': value: 0 margin_of_error: 13 percentage: 0 'Female: 22 to 24 years': value: 85 margin_of_error: 100 percentage: 0.109 'Female: 25 to 29 years': value: 120 margin_of_error: 49 percentage: 0.154 'Female: 30 to 34 years': value: 205 margin_of_error: 82 percentage: 0.263 'Female: 35 to 39 years': value: 72 margin_of_error: 54 percentage: 0.092 'Female: 40 to 44 years': value: 19 margin_of_error: 22 percentage: 0.024 'Female: 45 to 49 years': value: 107 margin_of_error: 70 percentage: 0.137 'Female: 50 to 54 years': value: 47 margin_of_error: 52 percentage: 0.06 'Female: 55 to 59 years': value: 13 margin_of_error: 21 percentage: 0.017 'Female: 60 and 61 years': value: 0 margin_of_error: 13 percentage: 0 'Female: 62 to 64 years': value: 8 margin_of_error: 13 percentage: 0.01 'Female: 65 and 66 years': value: 0 margin_of_error: 13 percentage: 0 'Female: 67 to 69 years': value: 0 margin_of_error: 13 percentage: 0 'Female: 70 to 74 years': value: 33 margin_of_error: 29 percentage: 0.042 'Female: 75 to 79 years': value: 16 margin_of_error: 18 percentage: 0.021 'Female: 80 to 84 years': value: 0 margin_of_error: 13 percentage: 0 'Female: 85 years and over': value: 0 margin_of_error: 13 percentage: 0 Sex: meta: table_id: B01001 universe: 'Total population' Total: value: 1554 margin_of_error: 291 Male: value: 775 margin_of_error: 170 percentage: 0.499 Female: value: 779 margin_of_error: 161 percentage: 0.501 'Race and ethnicity': meta: table_id: B03002 universe: 'Total population' Total: value: 1554 margin_of_error: 291 'Not Hispanic or Latino': value: 1478 margin_of_error: 295 percentage: 0.951 'Not Hispanic or Latino: White alone': value: 1116 margin_of_error: 225 percentage: 0.755 'Not Hispanic or Latino: Black or African American alone': value: 44 margin_of_error: 54 percentage: 0.03 'Not Hispanic or Latino: American Indian and Alaska Native alone': value: 0 margin_of_error: 13 percentage: 0 'Not Hispanic or Latino: Asian alone': value: 130 margin_of_error: 95 percentage: 0.088 'Not Hispanic or Latino: Native Hawaiian and Other Pacific Islander alone': value: 0 margin_of_error: 13 percentage: 0 'Not Hispanic or Latino: Some other race alone': value: 22 margin_of_error: 26 percentage: 0.015 'Not Hispanic or Latino: Two or more races': value: 166 margin_of_error: 74 percentage: 0.112 'Not Hispanic or Latino: Two or more races: Two races including Some other race': value: 5 margin_of_error: 9 percentage: 0.03 'Not Hispanic or Latino: Two or more races: Two races excluding Some other race, and three or more races': value: 161 margin_of_error: 74 percentage: 0.97 'Hispanic or Latino': value: 76 margin_of_error: 45 percentage: 0.049 'Hispanic or Latino: White alone': value: 21 margin_of_error: 23 percentage: 0.276 'Hispanic or Latino: Black or African American alone': value: 0 margin_of_error: 13 percentage: 0 'Hispanic or Latino: American Indian and Alaska Native alone': value: 0 margin_of_error: 13 percentage: 0 'Hispanic or Latino: Asian alone': value: 22 margin_of_error: 30 percentage: 0.289 'Hispanic or Latino: Native Hawaiian and Other Pacific Islander alone': value: 0 margin_of_error: 13 percentage: 0 'Hispanic or Latino: Some other race alone': value: 9 margin_of_error: 13 percentage: 0.118 'Hispanic or Latino: Two or more races': value: 24 margin_of_error: 23 percentage: 0.316 'Hispanic or Latino: Two or more races: Two races including Some other race': value: 24 margin_of_error: 23 percentage: 1 'Hispanic or Latino: Two or more races: Two races excluding Some other race, and three or more races': value: 0 margin_of_error: 13 percentage: 0 meta: geography: block_group with-fields-acs-economics: summary: 'Geocoding with ACS economics' value: input: address_components: number: '1109' predirectional: 'N' street: Highland suffix: St formatted_street: 'N Highland St' city: Arlington state: VA country: US formatted_address: '1109 N Highland St, Arlington, VA' results: - stable_address_key: gcod_usndjrg9xn28uz888u3fkm6yusrdg address_components: number: '1109' predirectional: 'N' street: Highland suffix: St formatted_street: 'N Highland St' city: Arlington county: 'Arlington County' state: VA zip: '22201' country: US address_lines: - '1109 N Highland St' - '' - 'Arlington, VA 22201' formatted_address: '1109 N Highland St, Arlington, VA 22201' location: lat: 38.886672 lng: -77.094735 accuracy: 1 accuracy_type: rooftop match_type: building_centroid source: Arlington fields: census: '2024': census_year: 2024 state_fips: '51' county_fips: '51013' tract_code: '101801' block_code: '2004' block_group: '2' full_fips: '510131018012004' place: name: Arlington fips: '5103000' metro_micro_statistical_area: name: 'Washington-Arlington-Alexandria, DC-VA-MD-WV' area_code: '47900' type: metropolitan combined_statistical_area: name: 'Washington-Baltimore-Arlington, DC-MD-VA-WV-PA' area_code: '548' metropolitan_division: name: 'Arlington-Alexandria-Reston, VA-WV' area_code: '11694' county_subdivision: name: Arlington fips: '90072' fips_class: class_code: Z7 description: 'A county subdivision that is coextensive with a county or equivalent feature or all or part of an incorporated place that the Census Bureau recognizes separately' source: 'US Census Bureau' acs: meta: source: 'American Community Survey from the US Census Bureau' survey_years: 2020-2024 survey_duration_years: '5' economics: 'Number of households': meta: table_id: B19001 universe: Households Total: value: 887 margin_of_error: 124 'Median household income': meta: table_id: B19013 universe: Households Total: value: 202344 margin_of_error: 29891 'Household income': meta: table_id: B19001 universe: Households 'Less than $10,000': value: 0 margin_of_error: 13 percentage: 0 '$10,000 to $14,999': value: 0 margin_of_error: 13 percentage: 0 '$15,000 to $19,999': value: 0 margin_of_error: 13 percentage: 0 '$20,000 to $24,999': value: 7 margin_of_error: 11 percentage: 0.008 '$25,000 to $29,999': value: 0 margin_of_error: 13 percentage: 0 '$30,000 to $34,999': value: 31 margin_of_error: 51 percentage: 0.035 '$35,000 to $39,999': value: 0 margin_of_error: 13 percentage: 0 '$40,000 to $44,999': value: 8 margin_of_error: 13 percentage: 0.009 '$45,000 to $49,999': value: 0 margin_of_error: 13 percentage: 0 '$50,000 to $59,999': value: 0 margin_of_error: 13 percentage: 0 '$60,000 to $74,999': value: 12 margin_of_error: 16 percentage: 0.014 '$75,000 to $99,999': value: 59 margin_of_error: 57 percentage: 0.067 '$100,000 to $124,999': value: 117 margin_of_error: 63 percentage: 0.132 '$125,000 to $149,999': value: 56 margin_of_error: 55 percentage: 0.063 '$150,000 to $199,999': value: 146 margin_of_error: 83 percentage: 0.165 '$200,000 or more': value: 451 margin_of_error: 98 percentage: 0.508 'Per capita income': meta: table_id: B19301 universe: 'Total population' Total: value: 153059 margin_of_error: 34075 meta: geography: block_group with-fields-acs-families: summary: 'Geocoding with ACS families' value: input: address_components: number: '1109' predirectional: 'N' street: Highland suffix: St formatted_street: 'N Highland St' city: Arlington state: VA country: US formatted_address: '1109 N Highland St, Arlington, VA' results: - stable_address_key: gcod_usndjrg9xn28uz888u3fkm6yusrdg address_components: number: '1109' predirectional: 'N' street: Highland suffix: St formatted_street: 'N Highland St' city: Arlington county: 'Arlington County' state: VA zip: '22201' country: US address_lines: - '1109 N Highland St' - '' - 'Arlington, VA 22201' formatted_address: '1109 N Highland St, Arlington, VA 22201' location: lat: 38.886672 lng: -77.094735 accuracy: 1 accuracy_type: rooftop match_type: building_centroid source: Arlington fields: census: '2024': census_year: 2024 state_fips: '51' county_fips: '51013' tract_code: '101801' block_code: '2004' block_group: '2' full_fips: '510131018012004' place: name: Arlington fips: '5103000' metro_micro_statistical_area: name: 'Washington-Arlington-Alexandria, DC-VA-MD-WV' area_code: '47900' type: metropolitan combined_statistical_area: name: 'Washington-Baltimore-Arlington, DC-MD-VA-WV-PA' area_code: '548' metropolitan_division: name: 'Arlington-Alexandria-Reston, VA-WV' area_code: '11694' county_subdivision: name: Arlington fips: '90072' fips_class: class_code: Z7 description: 'A county subdivision that is coextensive with a county or equivalent feature or all or part of an incorporated place that the Census Bureau recognizes separately' source: 'US Census Bureau' acs: meta: source: 'American Community Survey from the US Census Bureau' survey_years: 2020-2024 survey_duration_years: '5' families: 'Household type by household': meta: table_id: B11001 universe: Households Total: value: 887 margin_of_error: 124 'Family households': value: 345 margin_of_error: 100 percentage: 0.389 'Family households: Married-couple family': value: 338 margin_of_error: 101 percentage: 0.98 'Family households: Other family': value: 7 margin_of_error: 13 percentage: 0.02 'Family households: Other family: Male householder, no spouse present': value: 0 margin_of_error: 13 percentage: 0 'Family households: Other family: Female householder, no spouse present': value: 7 margin_of_error: 13 percentage: 1 'Nonfamily households': value: 542 margin_of_error: 127 percentage: 0.611 'Nonfamily households: Householder living alone': value: 349 margin_of_error: 84 percentage: 0.644 'Nonfamily households: Householder not living alone': value: 193 margin_of_error: 96 percentage: 0.356 'Household type by population': meta: table_id: B11002 universe: 'Population in Households' Total: value: 1554 margin_of_error: 291 'In family households': value: 762 margin_of_error: 220 percentage: 0.49 'In family households: In married-couple family': value: 746 margin_of_error: 221 percentage: 0.979 'In family households: In married-couple family: Relatives': value: 746 margin_of_error: 221 percentage: 1 'In family households: In married-couple family: Nonrelatives': value: 0 margin_of_error: 13 percentage: 0 'In family households: In male householder, no spouse present, family': value: 0 margin_of_error: 13 percentage: 0 'In family households: In male householder, no spouse present, family: Relatives': value: 0 margin_of_error: 13 percentage: 0 'In family households: In male householder, no spouse present, family: Nonrelatives': value: 0 margin_of_error: 13 percentage: 0 'In family households: In female householder, no spouse present, family': value: 16 margin_of_error: 27 percentage: 0.021 'In family households: In female householder, no spouse present, family: Relatives': value: 16 margin_of_error: 27 percentage: 1 'In family households: In female householder, no spouse present, family: Nonrelatives': value: 0 margin_of_error: 13 percentage: 0 'In nonfamily households': value: 792 margin_of_error: 270 percentage: 0.51 'Marital status': meta: table_id: B12001 universe: 'Population 15 Years And Older' Male: value: 737 margin_of_error: 165 percentage: 0.504 'Male: Never married': value: 354 margin_of_error: 160 percentage: 0.48 'Male: Now married': value: 375 margin_of_error: 108 percentage: 0.509 'Male: Now married: Married, spouse present': value: 340 margin_of_error: 101 percentage: 0.907 'Male: Now married: Married, spouse absent': value: 35 margin_of_error: 44 percentage: 0.093 'Male: Now married: Married, spouse absent: Separated': value: 0 margin_of_error: 13 percentage: 0 'Male: Now married: Married, spouse absent: Other': value: 35 margin_of_error: 44 percentage: 1 'Male: Widowed': value: 0 margin_of_error: 13 percentage: 0 'Male: Divorced': value: 8 margin_of_error: 9 percentage: 0.011 Female: value: 725 margin_of_error: 143 percentage: 0.496 'Female: Never married': value: 359 margin_of_error: 134 percentage: 0.495 'Female: Now married': value: 317 margin_of_error: 89 percentage: 0.437 'Female: Now married: Married, spouse present': value: 314 margin_of_error: 89 percentage: 0.991 'Female: Now married: Married, spouse absent': value: 3 margin_of_error: 5 percentage: 0.009 'Female: Now married: Married, spouse absent: Separated': value: 0 margin_of_error: 13 percentage: 0 'Female: Now married: Married, spouse absent: Other': value: 3 margin_of_error: 5 percentage: 1 'Female: Widowed': value: 8 margin_of_error: 13 percentage: 0.011 'Female: Divorced': value: 41 margin_of_error: 31 percentage: 0.057 'Family Type by Presence and Age of Own Children Under 18 Years': meta: table_id: B11003 universe: Families Total: value: 345 margin_of_error: 100 'Married-couple family': value: 338 margin_of_error: 101 percentage: 0.98 'Married-couple family: With own children of the householder under 18 years': value: 90 margin_of_error: 60 percentage: 0.266 'Married-couple family: With own children of the householder under 18 years: Under 6 years only': value: 45 margin_of_error: 31 percentage: 0.5 'Married-couple family: With own children of the householder under 18 years: Under 6 years and 6 to 17 years': value: 0 margin_of_error: 13 percentage: 0 'Married-couple family: With own children of the householder under 18 years: 6 to 17 years only': value: 45 margin_of_error: 54 percentage: 0.5 'Married-couple family: No own children of the householder under 18 years': value: 248 margin_of_error: 93 percentage: 0.734 'Other family': value: 7 margin_of_error: 13 percentage: 0.02 'Other family: Male householder, no spouse present': value: 0 margin_of_error: 13 percentage: 0 'Other family: Male householder, no spouse present: With own children of the householder under 18 years': value: 0 margin_of_error: 13 percentage: 0 'Other family: Male householder, no spouse present: With own children of the householder under 18 years: Under 6 years only': value: 0 margin_of_error: 13 percentage: 0 'Other family: Male householder, no spouse present: With own children of the householder under 18 years: Under 6 years and 6 to 17 years': value: 0 margin_of_error: 13 percentage: 0 'Other family: Male householder, no spouse present: With own children of the householder under 18 years: 6 to 17 years only': value: 0 margin_of_error: 13 percentage: 0 'Other family: Male householder, no spouse present: No own children of the householder under 18 years': value: 0 margin_of_error: 13 percentage: 0 'Other family: Female householder, no spouse present': value: 7 margin_of_error: 13 percentage: 1 'Other family: Female householder, no spouse present: With own children of the householder under 18 years': value: 0 margin_of_error: 13 percentage: 0 'Other family: Female householder, no spouse present: With own children of the householder under 18 years: Under 6 years only': value: 0 margin_of_error: 13 percentage: 0 'Other family: Female householder, no spouse present: With own children of the householder under 18 years: Under 6 years and 6 to 17 years': value: 0 margin_of_error: 13 percentage: 0 'Other family: Female householder, no spouse present: With own children of the householder under 18 years: 6 to 17 years only': value: 0 margin_of_error: 13 percentage: 0 'Other family: Female householder, no spouse present: No own children of the householder under 18 years': value: 7 margin_of_error: 13 percentage: 1 'Average Household Size of Occupied Housing Units by Tenure': meta: table_id: B25010 universe: 'Occupied housing units' Total: value: 1.75 margin_of_error: 0.17 'Owner occupied': value: 1.81 margin_of_error: 0.24 'Renter occupied': value: 1.73 margin_of_error: 0.22 'Own Children Under 18 Years by Family Type and Age': meta: table_id: B09002 universe: 'Own children under 18 years' Total: value: 92 margin_of_error: 64 'In married-couple families': value: 92 margin_of_error: 64 percentage: 1 'In married-couple families: Under 3 years': value: 35 margin_of_error: 31 percentage: 0.38 'In married-couple families: 3 and 4 years': value: 0 margin_of_error: 13 percentage: 0 'In married-couple families: 5 years': value: 10 margin_of_error: 14 percentage: 0.109 'In married-couple families: 6 to 11 years': value: 0 margin_of_error: 13 percentage: 0 'In married-couple families: 12 to 17 years': value: 47 margin_of_error: 59 percentage: 0.511 'In other families': value: 0 margin_of_error: 13 percentage: 0 'In other families: Male householder, no spouse present': value: 0 margin_of_error: 13 percentage: 0 'In other families: Male householder, no spouse present: Under 3 years': value: 0 margin_of_error: 13 percentage: 0 'In other families: Male householder, no spouse present: 3 and 4 years': value: 0 margin_of_error: 13 percentage: 0 'In other families: Male householder, no spouse present: 5 years': value: 0 margin_of_error: 13 percentage: 0 'In other families: Male householder, no spouse present: 6 to 11 years': value: 0 margin_of_error: 13 percentage: 0 'In other families: Male householder, no spouse present: 12 to 17 years': value: 0 margin_of_error: 13 percentage: 0 'In other families: Female householder, no spouse present': value: 0 margin_of_error: 13 percentage: 0 'In other families: Female householder, no spouse present: Under 3 years': value: 0 margin_of_error: 13 percentage: 0 'In other families: Female householder, no spouse present: 3 and 4 years': value: 0 margin_of_error: 13 percentage: 0 'In other families: Female householder, no spouse present: 5 years': value: 0 margin_of_error: 13 percentage: 0 'In other families: Female householder, no spouse present: 6 to 11 years': value: 0 margin_of_error: 13 percentage: 0 'In other families: Female householder, no spouse present: 12 to 17 years': value: 0 margin_of_error: 13 percentage: 0 meta: geography: block_group with-fields-acs-housing: summary: 'Geocoding with ACS housing' value: input: address_components: number: '1109' predirectional: 'N' street: Highland suffix: St formatted_street: 'N Highland St' city: Arlington state: VA country: US formatted_address: '1109 N Highland St, Arlington, VA' results: - stable_address_key: gcod_usndjrg9xn28uz888u3fkm6yusrdg address_components: number: '1109' predirectional: 'N' street: Highland suffix: St formatted_street: 'N Highland St' city: Arlington county: 'Arlington County' state: VA zip: '22201' country: US address_lines: - '1109 N Highland St' - '' - 'Arlington, VA 22201' formatted_address: '1109 N Highland St, Arlington, VA 22201' location: lat: 38.886672 lng: -77.094735 accuracy: 1 accuracy_type: rooftop match_type: building_centroid source: Arlington fields: census: '2024': census_year: 2024 state_fips: '51' county_fips: '51013' tract_code: '101801' block_code: '2004' block_group: '2' full_fips: '510131018012004' place: name: Arlington fips: '5103000' metro_micro_statistical_area: name: 'Washington-Arlington-Alexandria, DC-VA-MD-WV' area_code: '47900' type: metropolitan combined_statistical_area: name: 'Washington-Baltimore-Arlington, DC-MD-VA-WV-PA' area_code: '548' metropolitan_division: name: 'Arlington-Alexandria-Reston, VA-WV' area_code: '11694' county_subdivision: name: Arlington fips: '90072' fips_class: class_code: Z7 description: 'A county subdivision that is coextensive with a county or equivalent feature or all or part of an incorporated place that the Census Bureau recognizes separately' source: 'US Census Bureau' acs: meta: source: 'American Community Survey from the US Census Bureau' survey_years: 2020-2024 survey_duration_years: '5' housing: 'Number of housing units': meta: table_id: B25002 universe: 'Housing Units' Total: value: 1000 margin_of_error: 135 'Occupancy status': meta: table_id: B25002 universe: 'Housing Units' Occupied: value: 887 margin_of_error: 124 percentage: 0.887 Vacant: value: 113 margin_of_error: 74 percentage: 0.113 'Ownership of occupied units': meta: table_id: B25003 universe: 'Occupied Housing Units' 'Owner occupied': value: 235 margin_of_error: 79 percentage: 0.265 'Renter occupied': value: 652 margin_of_error: 117 percentage: 0.735 'Units in structure': meta: table_id: B25024 universe: 'Housing Units' '1, detached unit': value: 0 margin_of_error: 13 percentage: 0 '1, attached unit': value: 142 margin_of_error: 59 percentage: 0.142 '2 units': value: 0 margin_of_error: 13 percentage: 0 '3 or 4 units': value: 0 margin_of_error: 13 percentage: 0 '5 to 9 units': value: 0 margin_of_error: 13 percentage: 0 '10 to 19 unit': value: 0 margin_of_error: 13 percentage: 0 '20 to 49 units': value: 10 margin_of_error: 16 percentage: 0.01 '50 or more units': value: 848 margin_of_error: 139 percentage: 0.848 'Mobile home units': value: 0 margin_of_error: 13 percentage: 0 'Boat, RV, van, etc. units': value: 0 margin_of_error: 13 percentage: 0 'Median value of owner-occupied housing units': meta: table_id: B25077 universe: 'Owner-Occupied Housing Units' Total: value: 803600 margin_of_error: 173895 'Value of owner-occupied housing units': meta: table_id: B25075 universe: 'Owner-Occupied Housing Units' 'Less than $10,000': value: 0 margin_of_error: 13 percentage: 0 '$10,000 to $14,999': value: 0 margin_of_error: 13 percentage: 0 '$15,000 to $19,999': value: 0 margin_of_error: 13 percentage: 0 '$20,000 to $24,999': value: 0 margin_of_error: 13 percentage: 0 '$25,000 to $29,999': value: 0 margin_of_error: 13 percentage: 0 '$30,000 to $34,999': value: 0 margin_of_error: 13 percentage: 0 '$35,000 to $39,999': value: 0 margin_of_error: 13 percentage: 0 '$40,000 to $49,999': value: 0 margin_of_error: 13 percentage: 0 '$50,000 to $59,999': value: 0 margin_of_error: 13 percentage: 0 '$60,000 to $69,999': value: 0 margin_of_error: 13 percentage: 0 '$70,000 to $79,999': value: 0 margin_of_error: 13 percentage: 0 '$80,000 to $89,999': value: 0 margin_of_error: 13 percentage: 0 '$90,000 to $99,999': value: 0 margin_of_error: 13 percentage: 0 '$100,000 to $124,999': value: 0 margin_of_error: 13 percentage: 0 '$125,000 to $149,999': value: 0 margin_of_error: 13 percentage: 0 '$150,000 to $174,999': value: 0 margin_of_error: 13 percentage: 0 '$175,000 to $199,999': value: 0 margin_of_error: 13 percentage: 0 '$200,000 to $249,999': value: 0 margin_of_error: 13 percentage: 0 '$250,000 to $299,999': value: 0 margin_of_error: 13 percentage: 0 '$300,000 to $399,999': value: 0 margin_of_error: 13 percentage: 0 '$400,000 to $499,999': value: 0 margin_of_error: 13 percentage: 0 '$500,000 to $749,999': value: 107 margin_of_error: 59 percentage: 0.455 '$750,000 to $999,999': value: 49 margin_of_error: 49 percentage: 0.209 '$1,000,000 to $1,499,999': value: 76 margin_of_error: 43 percentage: 0.323 '$1,500,000 to $1,999,999': value: 3 margin_of_error: 5 percentage: 0.013 '$2,000,000 or more': value: 0 margin_of_error: 13 percentage: 0 meta: geography: block_group with-fields-acs-social: summary: 'Geocoding with ACS social' value: input: address_components: number: '1109' predirectional: 'N' street: Highland suffix: St formatted_street: 'N Highland St' city: Arlington state: VA country: US formatted_address: '1109 N Highland St, Arlington, VA' results: - stable_address_key: gcod_usndjrg9xn28uz888u3fkm6yusrdg address_components: number: '1109' predirectional: 'N' street: Highland suffix: St formatted_street: 'N Highland St' city: Arlington county: 'Arlington County' state: VA zip: '22201' country: US address_lines: - '1109 N Highland St' - '' - 'Arlington, VA 22201' formatted_address: '1109 N Highland St, Arlington, VA 22201' location: lat: 38.886672 lng: -77.094735 accuracy: 1 accuracy_type: rooftop match_type: building_centroid source: Arlington fields: census: '2024': census_year: 2024 state_fips: '51' county_fips: '51013' tract_code: '101801' block_code: '2004' block_group: '2' full_fips: '510131018012004' place: name: Arlington fips: '5103000' metro_micro_statistical_area: name: 'Washington-Arlington-Alexandria, DC-VA-MD-WV' area_code: '47900' type: metropolitan combined_statistical_area: name: 'Washington-Baltimore-Arlington, DC-MD-VA-WV-PA' area_code: '548' metropolitan_division: name: 'Arlington-Alexandria-Reston, VA-WV' area_code: '11694' county_subdivision: name: Arlington fips: '90072' fips_class: class_code: Z7 description: 'A county subdivision that is coextensive with a county or equivalent feature or all or part of an incorporated place that the Census Bureau recognizes separately' source: 'US Census Bureau' acs: meta: source: 'American Community Survey from the US Census Bureau' survey_years: 2020-2024 survey_duration_years: '5' social: 'Population by minimum level of education': meta: table_id: B15002 universe: 'Population 25 Years And Over' Total: value: 1315 margin_of_error: 178 Male: value: 675 margin_of_error: 125 percentage: 0.513 'Male: No schooling completed': value: 0 margin_of_error: 13 percentage: 0 'Male: Nursery to 4th grade': value: 0 margin_of_error: 13 percentage: 0 'Male: 5th and 6th grade': value: 0 margin_of_error: 13 percentage: 0 'Male: 7th and 8th grade': value: 0 margin_of_error: 13 percentage: 0 'Male: 9th grade': value: 0 margin_of_error: 13 percentage: 0 'Male: 10th grade': value: 0 margin_of_error: 13 percentage: 0 'Male: 11th grade': value: 0 margin_of_error: 13 percentage: 0 'Male: 12th grade, no diploma': value: 6 margin_of_error: 10 percentage: 0.009 'Male: High school graduate (includes equivalency)': value: 8 margin_of_error: 15 percentage: 0.012 'Male: Some college, less than 1 year': value: 0 margin_of_error: 13 percentage: 0 'Male: Some college, 1 or more years, no degree': value: 24 margin_of_error: 28 percentage: 0.036 "Male: Associate's degree": value: 0 margin_of_error: 13 percentage: 0 "Male: Bachelor's degree": value: 277 margin_of_error: 87 percentage: 0.41 "Male: Master's degree": value: 254 margin_of_error: 101 percentage: 0.376 'Male: Professional school degree': value: 69 margin_of_error: 55 percentage: 0.102 'Male: Doctorate degree': value: 37 margin_of_error: 46 percentage: 0.055 Female: value: 640 margin_of_error: 102 percentage: 0.487 'Female: No schooling completed': value: 0 margin_of_error: 13 percentage: 0 'Female: Nursery to 4th grade': value: 0 margin_of_error: 13 percentage: 0 'Female: 5th and 6th grade': value: 0 margin_of_error: 13 percentage: 0 'Female: 7th and 8th grade': value: 0 margin_of_error: 13 percentage: 0 'Female: 9th grade': value: 0 margin_of_error: 13 percentage: 0 'Female: 10th grade': value: 0 margin_of_error: 13 percentage: 0 'Female: 11th grade': value: 0 margin_of_error: 13 percentage: 0 'Female: 12th grade, no diploma': value: 0 margin_of_error: 13 percentage: 0 'Female: High school graduate (includes equivalency)': value: 0 margin_of_error: 13 percentage: 0 'Female: Some college, less than 1 year': value: 9 margin_of_error: 14 percentage: 0.014 'Female: Some college, 1 or more years, no degree': value: 17 margin_of_error: 26 percentage: 0.027 "Female: Associate's degree": value: 8 margin_of_error: 12 percentage: 0.013 "Female: Bachelor's degree": value: 230 margin_of_error: 83 percentage: 0.359 "Female: Master's degree": value: 298 margin_of_error: 97 percentage: 0.466 'Female: Professional school degree': value: 59 margin_of_error: 45 percentage: 0.092 'Female: Doctorate degree': value: 19 margin_of_error: 19 percentage: 0.03 'Population with veteran status': meta: table_id: B21001 universe: 'Civilian Population 18 Years And Over' Total: value: 1400 margin_of_error: 288 Veteran: value: 74 margin_of_error: 50 percentage: 0.053 Nonveteran: value: 1326 margin_of_error: 291 percentage: 0.947 Male: value: 682 margin_of_error: 175 percentage: 0.487 'Male: Veteran': value: 74 margin_of_error: 50 percentage: 0.109 'Male: Nonveteran': value: 608 margin_of_error: 179 percentage: 0.891 'Male: 18 to 34 years': value: 303 margin_of_error: 154 percentage: 0.444 'Male: 18 to 34 years: Veteran': value: 26 margin_of_error: 30 percentage: 0.086 'Male: 18 to 34 years: Nonveteran': value: 277 margin_of_error: 157 percentage: 0.914 'Male: 35 to 54 years': value: 309 margin_of_error: 109 percentage: 0.453 'Male: 35 to 54 years: Veteran': value: 34 margin_of_error: 32 percentage: 0.11 'Male: 35 to 54 years: Nonveteran': value: 275 margin_of_error: 104 percentage: 0.89 'Male: 55 to 64 years': value: 35 margin_of_error: 36 percentage: 0.051 'Male: 55 to 64 years: Veteran': value: 14 margin_of_error: 23 percentage: 0.4 'Male: 55 to 64 years: Nonveteran': value: 21 margin_of_error: 26 percentage: 0.6 'Male: 65 to 74 years': value: 16 margin_of_error: 22 percentage: 0.023 'Male: 65 to 74 years: Veteran': value: 0 margin_of_error: 13 percentage: 0 'Male: 65 to 74 years: Nonveteran': value: 16 margin_of_error: 22 percentage: 1 'Male: 75 years and over': value: 19 margin_of_error: 21 percentage: 0.028 'Male: 75 years and over: Veteran': value: 0 margin_of_error: 13 percentage: 0 'Male: 75 years and over: Nonveteran': value: 19 margin_of_error: 21 percentage: 1 Female: value: 718 margin_of_error: 143 percentage: 0.513 'Female: Veteran': value: 0 margin_of_error: 13 percentage: 0 'Female: Nonveteran': value: 718 margin_of_error: 143 percentage: 1 'Female: 18 to 34 years': value: 403 margin_of_error: 137 percentage: 0.561 'Female: 18 to 34 years: Veteran': value: 0 margin_of_error: 13 percentage: 0 'Female: 18 to 34 years: Nonveteran': value: 403 margin_of_error: 137 percentage: 1 'Female: 35 to 54 years': value: 245 margin_of_error: 90 percentage: 0.341 'Female: 35 to 54 years: Veteran': value: 0 margin_of_error: 13 percentage: 0 'Female: 35 to 54 years: Nonveteran': value: 245 margin_of_error: 90 percentage: 1 'Female: 55 to 64 years': value: 21 margin_of_error: 25 percentage: 0.029 'Female: 55 to 64 years: Veteran': value: 0 margin_of_error: 13 percentage: 0 'Female: 55 to 64 years: Nonveteran': value: 21 margin_of_error: 25 percentage: 1 'Female: 65 to 74 years': value: 33 margin_of_error: 29 percentage: 0.046 'Female: 65 to 74 years: Veteran': value: 0 margin_of_error: 13 percentage: 0 'Female: 65 to 74 years: Nonveteran': value: 33 margin_of_error: 29 percentage: 1 'Female: 75 years and over': value: 16 margin_of_error: 18 percentage: 0.022 'Female: 75 years and over: Veteran': value: 0 margin_of_error: 13 percentage: 0 'Female: 75 years and over: Nonveteran': value: 16 margin_of_error: 18 percentage: 1 'Period of military service for veterans': meta: table_id: B21002 universe: 'Civilian Veterans 18 Years And Over' Total: value: 74 margin_of_error: 50 'Gulf War (9/2001 or later), no Gulf War (8/1990 to 8/2001), no Vietnam War': value: 57 margin_of_error: 45 percentage: 0.77 'Gulf War (9/2001 or later) and Gulf War (8/1990 to 8/2001), no Vietnam War': value: 14 margin_of_error: 23 percentage: 0.189 'Gulf War (9/2001 or later), and Gulf War (8/1990 to 8/2001), and Vietnam War': value: 0 margin_of_error: 13 percentage: 0 'Gulf War (8/1990 to 8/2001), no Vietnam War': value: 3 margin_of_error: 5 percentage: 0.041 'Gulf War (8/1990 to 8/2001) and Vietnam War': value: 0 margin_of_error: 13 percentage: 0 'Vietnam War, no Korean War, no World War II': value: 0 margin_of_error: 13 percentage: 0 'Vietnam War and Korean War, no World War II': value: 0 margin_of_error: 13 percentage: 0 'Vietnam War and Korean War and World War II': value: 0 margin_of_error: 13 percentage: 0 'Korean War, no Vietnam War, no World War II': value: 0 margin_of_error: 13 percentage: 0 'Korean War and World War II, no Vietnam War': value: 0 margin_of_error: 13 percentage: 0 'World War II, no Korean War, no Vietnam War': value: 0 margin_of_error: 13 percentage: 0 'Between Gulf War and Vietnam War only': value: 0 margin_of_error: 13 percentage: 0 'Between Vietnam War and Korean War only': value: 0 margin_of_error: 13 percentage: 0 'Between Korean War and World War II only': value: 0 margin_of_error: 13 percentage: 0 'Pre-World War II only': value: 0 margin_of_error: 13 percentage: 0 meta: geography: block_group with-fields-cd: summary: 'Geocoding with congressional district field' value: input: address_components: number: '1109' predirectional: 'N' street: Highland suffix: St formatted_street: 'N Highland St' city: Arlington state: VA country: US formatted_address: '1109 N Highland St, Arlington, VA' results: - stable_address_key: gcod_usndjrg9xn28uz888u3fkm6yusrdg address_components: number: '1109' predirectional: 'N' street: Highland suffix: St formatted_street: 'N Highland St' city: Arlington county: 'Arlington County' state: VA zip: '22201' country: US address_lines: - '1109 N Highland St' - '' - 'Arlington, VA 22201' formatted_address: '1109 N Highland St, Arlington, VA 22201' location: lat: 38.886672 lng: -77.094735 accuracy: 1 accuracy_type: rooftop match_type: building_centroid source: Arlington fields: congressional_districts: - name: 'Congressional District 8' district_number: 8 ocd_id: 'ocd-division/country:us/state:va/cd:8' congress_number: 119th congress_years: 2025-2027 proportion: 1 current_legislators: - type: representative seniority: null bio: last_name: Beyer first_name: Donald birthday: '1950-06-20' gender: M party: Democrat photo_url: 'https://www.congress.gov/img/member/b001292_200.jpg' photo_attribution: 'Image courtesy of the Member' contact: url: 'https://beyer.house.gov' address: '1226 Longworth House Office Building Washington DC 20515-4608' phone: 202-225-4376 contact_form: null social: rss_url: null twitter: RepDonBeyer facebook: RepDonBeyer youtube: null youtube_id: UCPJGVbOVcAVGiBwq8qr_T9w references: bioguide_id: B001292 thomas_id: '02272' opensecrets_id: N00036018 lis_id: null cspan_id: '21141' govtrack_id: '412657' votesmart_id: '1707' ballotpedia_id: 'Don Beyer' washington_post_id: null icpsr_id: '21554' wikipedia_id: 'Don Beyer' source: 'Legislator data collected by the @unitedstates project (https://github.com/unitedstates/)' - type: senator seniority: senior bio: last_name: Warner first_name: Mark birthday: '1954-12-15' gender: M party: Democrat photo_url: 'https://www.congress.gov/img/member/w000805_200.jpg' photo_attribution: 'Courtesy U.S. Senate Historical Office (http://www.senate.gov/artandhistory/history/common/generic/Photo_Collection_of_the_Senate_Historical_Office.htm)' contact: url: 'https://www.warner.senate.gov' address: '703 Hart Senate Office Building Washington DC 20510' phone: 202-224-2023 contact_form: 'https://www.warner.senate.gov/public/index.cfm?p=Contact' social: rss_url: 'http://www.warner.senate.gov/public/?a=rss.feed' twitter: MarkWarner facebook: MarkRWarner youtube: SenatorMarkWarner youtube_id: UCwyivNlEGf4sGd1oDLfY5jw references: bioguide_id: W000805 thomas_id: '01897' opensecrets_id: N00002097 lis_id: S327 cspan_id: '7630' govtrack_id: '412321' votesmart_id: '535' ballotpedia_id: 'Mark Warner' washington_post_id: null icpsr_id: '40909' wikipedia_id: 'Mark Warner' source: 'Legislator data collected by the @unitedstates project (https://github.com/unitedstates/)' - type: senator seniority: junior bio: last_name: Kaine first_name: Timothy birthday: '1958-02-26' gender: M party: Democrat photo_url: 'https://www.congress.gov/img/member/k000384_200.jpg' photo_attribution: 'Courtesy U.S. Senate Historical Office (http://www.senate.gov/artandhistory/history/common/generic/Photo_Collection_of_the_Senate_Historical_Office.htm)' contact: url: 'https://www.kaine.senate.gov' address: '231 Russell Senate Office Building Washington DC 20510' phone: 202-224-4024 contact_form: 'https://www.kaine.senate.gov/contact' social: rss_url: 'http://www.kaine.senate.gov/rss/feeds/?type=all' twitter: null facebook: SenatorKaine youtube: SenatorTimKaine youtube_id: UC27LgTZlUnBQoNEQFZdn9LA references: bioguide_id: K000384 thomas_id: '02176' opensecrets_id: N00033177 lis_id: S362 cspan_id: '49219' govtrack_id: '412582' votesmart_id: '50772' ballotpedia_id: 'Tim Kaine' washington_post_id: null icpsr_id: '41305' wikipedia_id: 'Tim Kaine' source: 'Legislator data collected by the @unitedstates project (https://github.com/unitedstates/)' with-fields-census: summary: 'Geocoding with census data' value: input: address_components: number: '1109' predirectional: 'N' street: Highland suffix: St formatted_street: 'N Highland St' city: Arlington state: VA country: US formatted_address: '1109 N Highland St, Arlington, VA' results: - stable_address_key: gcod_usndjrg9xn28uz888u3fkm6yusrdg address_components: number: '1109' predirectional: 'N' street: Highland suffix: St formatted_street: 'N Highland St' city: Arlington county: 'Arlington County' state: VA zip: '22201' country: US address_lines: - '1109 N Highland St' - '' - 'Arlington, VA 22201' formatted_address: '1109 N Highland St, Arlington, VA 22201' location: lat: 38.886672 lng: -77.094735 accuracy: 1 accuracy_type: rooftop match_type: building_centroid source: Arlington fields: census: '2025': census_year: 2025 state_fips: '51' county_fips: '51013' tract_code: '101801' block_code: '2004' block_group: '2' full_fips: '510131018012004' place: name: Arlington fips: '5103000' metro_micro_statistical_area: name: 'Washington-Arlington-Alexandria, DC-VA-MD-WV' area_code: '47900' type: metropolitan combined_statistical_area: name: 'Washington-Baltimore-Arlington, DC-MD-VA-WV-PA' area_code: '548' metropolitan_division: name: 'Arlington-Alexandria-Reston, VA-WV' area_code: '11694' county_subdivision: name: Arlington fips: '90072' fips_class: class_code: Z7 description: 'A county subdivision that is coextensive with a county or equivalent feature or all or part of an incorporated place that the Census Bureau recognizes separately' source: 'US Census Bureau' with-fields-ffiec: summary: 'Geocoding with FFIEC data' value: input: address_components: number: '1109' predirectional: 'N' street: Highland suffix: St formatted_street: 'N Highland St' city: Arlington state: VA country: US formatted_address: '1109 N Highland St, Arlington, VA' results: - stable_address_key: gcod_usndjrg9xn28uz888u3fkm6yusrdg address_components: number: '1109' predirectional: 'N' street: Highland suffix: St formatted_street: 'N Highland St' city: Arlington county: 'Arlington County' state: VA zip: '22201' country: US address_lines: - '1109 N Highland St' - '' - 'Arlington, VA 22201' formatted_address: '1109 N Highland St, Arlington, VA 22201' location: lat: 38.886672 lng: -77.094735 accuracy: 1 accuracy_type: rooftop match_type: building_centroid source: Arlington fields: ffiec: collection_year: 2025 msa_md_code: '11694' fips_state_code: '51' fips_county_code: '013' census_tract: '101801' principal_city: true small_county: flag: T description: 'Tract record' split_tract: flag: 'N' description: 'Tract number occurs within one MA' demographic_data: flag: D description: 'Total persons/population and median family income are not 0' urban_rural_flag: flag: U description: Urban msa_md_median_family_income: 135790 msa_md_median_household_income: 115805 tract_median_family_income_percentage: 133.95 ffiec_estimated_msa_md_median_family_income: 172700 income_indicator: Upper cra_poverty_criteria: false cra_unemployment_criteria: false cra_distressed_criteria: false cra_remote_rural_low_density_criteria: false previous_year_cra_distressed_criteria: false previous_year_cra_underserved_criterion: false meets_current_previous_criteria: false with-fields-school: summary: 'Geocoding with school districts' value: input: address_components: number: '1109' predirectional: 'N' street: Highland suffix: St formatted_street: 'N Highland St' city: Arlington state: VA country: US formatted_address: '1109 N Highland St, Arlington, VA' results: - stable_address_key: gcod_usndjrg9xn28uz888u3fkm6yusrdg address_components: number: '1109' predirectional: 'N' street: Highland suffix: St formatted_street: 'N Highland St' city: Arlington county: 'Arlington County' state: VA zip: '22201' country: US address_lines: - '1109 N Highland St' - '' - 'Arlington, VA 22201' formatted_address: '1109 N Highland St, Arlington, VA 22201' location: lat: 38.886672 lng: -77.094735 accuracy: 1 accuracy_type: rooftop match_type: building_centroid source: Arlington fields: school_districts: unified: name: 'Arlington County Public Schools' lea_code: '5100270' grade_low: PK grade_high: '12' with-fields-stateleg: summary: 'Geocoding with state legislative districts' value: input: address_components: number: '1109' predirectional: 'N' street: Highland suffix: St formatted_street: 'N Highland St' city: Arlington state: VA country: US formatted_address: '1109 N Highland St, Arlington, VA' results: - stable_address_key: gcod_usndjrg9xn28uz888u3fkm6yusrdg address_components: number: '1109' predirectional: 'N' street: Highland suffix: St formatted_street: 'N Highland St' city: Arlington county: 'Arlington County' state: VA zip: '22201' country: US address_lines: - '1109 N Highland St' - '' - 'Arlington, VA 22201' formatted_address: '1109 N Highland St, Arlington, VA 22201' location: lat: 38.886672 lng: -77.094735 accuracy: 1 accuracy_type: rooftop match_type: building_centroid source: Arlington fields: state_legislative_districts: house: - name: '2nd District' district_number: '2' ocd_id: 'ocd-division/country:us/state:va/sldl:2' is_upcoming_state_legislative_district: false proportion: 1 current_legislators: - type: representative bio: last_name: McClure first_name: Adele birthday: null gender: F party: Democrat photo_url: 'https://memdata.virginiageneralassembly.gov/images/display_image/H0375' contact: url: 'https://house.vga.virginia.gov/members/H0375' address: 'Room 1102, General Assembly Building 201 N. 9th St., Richmond, VA 23219' phone: 804-698-1002 email: delamcclure@house.virginia.gov contact_form: null social: rss_url: null twitter: null facebook: null youtube: null youtube_id: null references: votesmart_id: '212037' ballotpedia_id: Adele_McClure wikipedia_id: Adele_McClure openstates_id: ocd-person/d0de7acb-ce8d-4bb2-b6e5-99cefe5e76a6 source: 'Legislator data collected by Open States (https://github.com/openstates/)' senate: - name: 'District 40' district_number: '40' ocd_id: 'ocd-division/country:us/state:va/sldu:40' is_upcoming_state_legislative_district: false proportion: 1 current_legislators: - type: senator bio: last_name: Favola first_name: Barbara birthday: '1955-06-21' gender: F party: Democrat photo_url: 'https://apps.senate.virginia.gov/Senator/images/member_photos/Favola40' contact: url: 'https://apps.senate.virginia.gov/Senator/memberpage.php?id=S86' address: 'Room 509, General Assembly Building P.O. Box 396, Richmond, VA 23218' phone: 804-698-7540 email: senatorfavola@senate.virginia.gov contact_form: null social: rss_url: null twitter: BarbaraFavola facebook: BarbaraFavola youtube: null youtube_id: null references: votesmart_id: '94043' ballotpedia_id: Barbara_Favola wikipedia_id: Barbara_Favola openstates_id: ocd-person/72ecc30c-7175-4aef-9762-fda3ba5b451e source: 'Legislator data collected by Open States (https://github.com/openstates/)' with-fields-timezone: summary: 'Geocoding with timezone field' value: input: address_components: number: '1109' predirectional: 'N' street: Highland suffix: St formatted_street: 'N Highland St' city: Arlington state: VA country: US formatted_address: '1109 N Highland St, Arlington, VA' results: - stable_address_key: gcod_usndjrg9xn28uz888u3fkm6yusrdg address_components: number: '1109' predirectional: 'N' street: Highland suffix: St formatted_street: 'N Highland St' city: Arlington county: 'Arlington County' state: VA zip: '22201' country: US address_lines: - '1109 N Highland St' - '' - 'Arlington, VA 22201' formatted_address: '1109 N Highland St, Arlington, VA 22201' location: lat: 38.886672 lng: -77.094735 accuracy: 1 accuracy_type: rooftop match_type: building_centroid source: Arlington fields: timezone: name: America/New_York utc_offset: -5 observes_dst: true abbreviation: EST source: '© OpenStreetMap contributors' with-fields-zip4: summary: 'Geocoding with USPS ZIP+4' value: input: address_components: number: '1109' predirectional: 'N' street: Highland suffix: St formatted_street: 'N Highland St' city: Arlington state: VA country: US formatted_address: '1109 N Highland St, Arlington, VA' results: - stable_address_key: gcod_usndjrg9xn28uz888u3fkm6yusrdg address_components: number: '1109' predirectional: 'N' street: Highland suffix: St formatted_street: 'N Highland St' city: Arlington county: 'Arlington County' state: VA zip: '22201' country: US address_lines: - '1109 N Highland St' - '' - 'Arlington, VA 22201' formatted_address: '1109 N Highland St, Arlington, VA 22201' location: lat: 38.886672 lng: -77.094735 accuracy: 1 accuracy_type: rooftop match_type: building_centroid source: Arlington fields: zip4: record_type: code: S description: Street residential: false carrier_route: id: C007 description: 'City Delivery' building_or_firm_name: null plus4: - '2890' zip9: - 22201-2890 government_building: null facility_code: code: P description: 'Post Office' city_delivery: true valid_delivery_area: true exact_match: true with-multiple-fields: summary: 'Geocoding with multiple fields appended' value: input: address_components: number: '1109' predirectional: 'N' street: Highland suffix: St formatted_street: 'N Highland St' city: Arlington state: VA country: US formatted_address: '1109 N Highland St, Arlington, VA' results: - stable_address_key: gcod_usndjrg9xn28uz888u3fkm6yusrdg address_components: number: '1109' predirectional: 'N' street: Highland suffix: St formatted_street: 'N Highland St' city: Arlington county: 'Arlington County' state: VA zip: '22201' country: US address_lines: - '1109 N Highland St' - '' - 'Arlington, VA 22201' formatted_address: '1109 N Highland St, Arlington, VA 22201' location: lat: 38.886672 lng: -77.094735 accuracy: 1 accuracy_type: rooftop match_type: building_centroid source: Arlington fields: congressional_districts: - name: 'Congressional District 8' district_number: 8 ocd_id: 'ocd-division/country:us/state:va/cd:8' congress_number: 119th congress_years: 2025-2027 proportion: 1 current_legislators: - type: representative seniority: null bio: last_name: Beyer first_name: Donald birthday: '1950-06-20' gender: M party: Democrat photo_url: 'https://www.congress.gov/img/member/b001292_200.jpg' photo_attribution: 'Image courtesy of the Member' contact: url: 'https://beyer.house.gov' address: '1226 Longworth House Office Building Washington DC 20515-4608' phone: 202-225-4376 contact_form: null social: rss_url: null twitter: RepDonBeyer facebook: RepDonBeyer youtube: null youtube_id: UCPJGVbOVcAVGiBwq8qr_T9w references: bioguide_id: B001292 thomas_id: '02272' opensecrets_id: N00036018 lis_id: null cspan_id: '21141' govtrack_id: '412657' votesmart_id: '1707' ballotpedia_id: 'Don Beyer' washington_post_id: null icpsr_id: '21554' wikipedia_id: 'Don Beyer' source: 'Legislator data collected by the @unitedstates project (https://github.com/unitedstates/)' - type: senator seniority: senior bio: last_name: Warner first_name: Mark birthday: '1954-12-15' gender: M party: Democrat photo_url: 'https://www.congress.gov/img/member/w000805_200.jpg' photo_attribution: 'Courtesy U.S. Senate Historical Office (http://www.senate.gov/artandhistory/history/common/generic/Photo_Collection_of_the_Senate_Historical_Office.htm)' contact: url: 'https://www.warner.senate.gov' address: '703 Hart Senate Office Building Washington DC 20510' phone: 202-224-2023 contact_form: 'https://www.warner.senate.gov/public/index.cfm?p=Contact' social: rss_url: 'http://www.warner.senate.gov/public/?a=rss.feed' twitter: MarkWarner facebook: MarkRWarner youtube: SenatorMarkWarner youtube_id: UCwyivNlEGf4sGd1oDLfY5jw references: bioguide_id: W000805 thomas_id: '01897' opensecrets_id: N00002097 lis_id: S327 cspan_id: '7630' govtrack_id: '412321' votesmart_id: '535' ballotpedia_id: 'Mark Warner' washington_post_id: null icpsr_id: '40909' wikipedia_id: 'Mark Warner' source: 'Legislator data collected by the @unitedstates project (https://github.com/unitedstates/)' - type: senator seniority: junior bio: last_name: Kaine first_name: Timothy birthday: '1958-02-26' gender: M party: Democrat photo_url: 'https://www.congress.gov/img/member/k000384_200.jpg' photo_attribution: 'Courtesy U.S. Senate Historical Office (http://www.senate.gov/artandhistory/history/common/generic/Photo_Collection_of_the_Senate_Historical_Office.htm)' contact: url: 'https://www.kaine.senate.gov' address: '231 Russell Senate Office Building Washington DC 20510' phone: 202-224-4024 contact_form: 'https://www.kaine.senate.gov/contact' social: rss_url: 'http://www.kaine.senate.gov/rss/feeds/?type=all' twitter: null facebook: SenatorKaine youtube: SenatorTimKaine youtube_id: UC27LgTZlUnBQoNEQFZdn9LA references: bioguide_id: K000384 thomas_id: '02176' opensecrets_id: N00033177 lis_id: S362 cspan_id: '49219' govtrack_id: '412582' votesmart_id: '50772' ballotpedia_id: 'Tim Kaine' washington_post_id: null icpsr_id: '41305' wikipedia_id: 'Tim Kaine' source: 'Legislator data collected by the @unitedstates project (https://github.com/unitedstates/)' timezone: name: America/New_York utc_offset: -5 observes_dst: true abbreviation: EST source: '© OpenStreetMap contributors' census: '2025': census_year: 2025 state_fips: '51' county_fips: '51013' tract_code: '101801' block_code: '2004' block_group: '2' full_fips: '510131018012004' place: name: Arlington fips: '5103000' metro_micro_statistical_area: name: 'Washington-Arlington-Alexandria, DC-VA-MD-WV' area_code: '47900' type: metropolitan combined_statistical_area: name: 'Washington-Baltimore-Arlington, DC-MD-VA-WV-PA' area_code: '548' metropolitan_division: name: 'Arlington-Alexandria-Reston, VA-WV' area_code: '11694' county_subdivision: name: Arlington fips: '90072' fips_class: class_code: Z7 description: 'A county subdivision that is coextensive with a county or equivalent feature or all or part of an incorporated place that the Census Bureau recognizes separately' source: 'US Census Bureau' '422': description: 'Validation error.' '403': description: 'Invalid API key, or feature not available.' security: - geocodioApiKey: [] post: tags: - geocode summary: 'Batch geocode addresses' operationId: geocodeBatch parameters: - name: fields in: query description: 'Comma-separated list of data append fields. See the enum for valid values.' style: form explode: false schema: type: array items: type: string enum: - cd113 - cd114 - cd115 - cd116 - cd117 - cd118 - cd119 - cd120 - cd - census2000 - census2010 - census2011 - census2012 - census2013 - census2014 - census2015 - census2016 - census2017 - census2018 - census2019 - census2020 - census2021 - census2022 - census2023 - census2024 - census2025 - census - stateleg - stateleg-next - school - ffiec - zip4 - acs-demographics - acs-demographics-block_group - acs-demographics-tract - acs-demographics-place - acs-demographics-msa - acs-demographics-county - acs-demographics-county_subdivision - acs-demographics-state - acs-economics - acs-economics-block_group - acs-economics-tract - acs-economics-place - acs-economics-msa - acs-economics-county - acs-economics-county_subdivision - acs-economics-state - acs-families - acs-families-block_group - acs-families-tract - acs-families-place - acs-families-msa - acs-families-county - acs-families-county_subdivision - acs-families-state - acs-housing - acs-housing-block_group - acs-housing-tract - acs-housing-place - acs-housing-msa - acs-housing-county - acs-housing-county_subdivision - acs-housing-state - acs-social - acs-social-block_group - acs-social-tract - acs-social-place - acs-social-msa - acs-social-county - acs-social-county_subdivision - acs-social-state - riding - riding-next - provriding - provriding-next - statcan - uk-westminster - uk-westminster-next - uk-devolved - uk-devolved-next - uk-local - uk-local-next - timezone - name: 'destinations[]' in: query schema: type: array items: type: string description: 'Array of destination locations for distance calculation' style: form explode: true - name: distance_mode in: query schema: type: string enum: - driving - straightline description: 'Distance calculation mode' - name: distance_units in: query schema: type: string enum: - miles - km description: 'Unit of measurement for distance values' - name: distance_max_results in: query schema: type: integer minimum: 1 description: 'Maximum number of destinations to return per result' - name: distance_max_distance in: query schema: type: number minimum: 0 description: 'Maximum distance filter (in specified units)' - name: distance_max_duration in: query schema: type: integer minimum: 0 description: 'Maximum duration filter in seconds' - name: distance_min_distance in: query schema: type: number minimum: 0 description: 'Minimum distance filter (in specified units)' - name: distance_min_duration in: query schema: type: integer minimum: 0 description: 'Minimum duration filter in seconds' - name: distance_order_by in: query schema: type: string enum: - distance - duration description: 'Field to sort destinations by' - name: distance_sort_order in: query schema: type: string enum: - asc - desc description: 'Sort order for destinations' - name: limit in: query schema: type: integer description: 'Maximum number of results per address' - name: country in: query schema: type: string description: 'Default country code applied to every query in the batch unless a query provides its own' requestBody: content: application/json: schema: oneOf: - type: array items: type: string description: 'List of address strings' - type: object additionalProperties: type: string description: 'Addresses keyed by custom identifier' text/csv: schema: type: string description: 'CSV with header row; must include q column or individual address columns' required: true description: 'JSON array of addresses, JSON object keyed by identifier, or CSV content (requires Content-Type: text/csv)' responses: '200': description: 'Successful response' content: application/json: schema: $ref: '#/components/schemas/BatchGeocodeResponse' examples: batch-array: summary: 'Batch geocode with JSON array input' value: results: - query: '1109 N Highland St, Arlington, VA' response: input: address_components: number: '1109' predirectional: 'N' street: Highland suffix: St formatted_street: 'N Highland St' city: Arlington state: VA country: US formatted_address: '1109 N Highland St, Arlington, VA' results: - stable_address_key: gcod_usndjrg9xn28uz888u3fkm6yusrdg address_components: number: '1109' predirectional: 'N' street: Highland suffix: St formatted_street: 'N Highland St' city: Arlington county: 'Arlington County' state: VA zip: '22201' country: US address_lines: - '1109 N Highland St' - '' - 'Arlington, VA 22201' formatted_address: '1109 N Highland St, Arlington, VA 22201' location: lat: 38.886672 lng: -77.094735 accuracy: 1 accuracy_type: rooftop match_type: building_centroid source: Arlington - query: '725 8th St SE, Washington DC' response: input: address_components: number: '725' street: 8th suffix: St postdirectional: SE formatted_street: '8th St SE' city: Washington state: DC country: US formatted_address: '725 8th St SE, Washington, DC' results: - stable_address_key: gcod_usn9uwkqf9al2kecx449lhvue4mac address_components: number: '725' street: 8th suffix: St postdirectional: SE formatted_street: '8th St SE' city: Washington county: 'District of Columbia' state: DC zip: '20003' country: US address_lines: - '725 8th St SE' - '' - 'Washington, DC 20003' formatted_address: '725 8th St SE, Washington, DC 20003' location: lat: 38.880394 lng: -76.99533 accuracy: 1 accuracy_type: rooftop match_type: null source: 'Statewide (City of Washington)' - query: '1600 Pennsylvania Ave, Washington DC' response: input: address_components: number: '1600' street: Pennsylvania suffix: Ave formatted_street: 'Pennsylvania Ave' city: Washington state: DC country: US formatted_address: '1600 Pennsylvania Ave, Washington, DC' results: - stable_address_key: gcod_usnqu2qtyk7ac38dlpzanec598p2c address_components: number: '1600' street: Pennsylvania suffix: Ave postdirectional: NW formatted_street: 'Pennsylvania Ave NW' city: Washington county: 'District of Columbia' state: DC zip: '20500' country: US address_lines: - '1600 Pennsylvania Ave NW' - '' - 'Washington, DC 20500' formatted_address: '1600 Pennsylvania Ave NW, Washington, DC 20500' location: lat: 38.897675 lng: -77.036547 accuracy: 1 accuracy_type: rooftop match_type: null source: 'Statewide (City of Washington)' - stable_address_key: gcod_usn7qj2pmfgexyf47xdw95gw9ng8e address_components: number: '1600' street: Pennsylvania suffix: Ave postdirectional: SE formatted_street: 'Pennsylvania Ave SE' city: Washington county: 'District of Columbia' state: DC zip: '20003' country: US address_lines: - '1600 Pennsylvania Ave SE' - '' - 'Washington, DC 20003' formatted_address: '1600 Pennsylvania Ave SE, Washington, DC 20003' location: lat: 38.879222 lng: -76.981981 accuracy: 1 accuracy_type: rooftop match_type: null source: 'Statewide (City of Washington)' batch-object: summary: 'Batch geocode keyed by custom identifier' value: results: home: query: '1109 N Highland St, Arlington, VA' response: input: address_components: number: '1109' predirectional: 'N' street: Highland suffix: St formatted_street: 'N Highland St' city: Arlington state: VA country: US formatted_address: '1109 N Highland St, Arlington, VA' results: - stable_address_key: gcod_usndjrg9xn28uz888u3fkm6yusrdg address_components: number: '1109' predirectional: 'N' street: Highland suffix: St formatted_street: 'N Highland St' city: Arlington county: 'Arlington County' state: VA zip: '22201' country: US address_lines: - '1109 N Highland St' - '' - 'Arlington, VA 22201' formatted_address: '1109 N Highland St, Arlington, VA 22201' location: lat: 38.886672 lng: -77.094735 accuracy: 1 accuracy_type: rooftop match_type: building_centroid source: Arlington office: query: '725 8th St SE, Washington DC' response: input: address_components: number: '725' street: 8th suffix: St postdirectional: SE formatted_street: '8th St SE' city: Washington state: DC country: US formatted_address: '725 8th St SE, Washington, DC' results: - stable_address_key: gcod_usn9uwkqf9al2kecx449lhvue4mac address_components: number: '725' street: 8th suffix: St postdirectional: SE formatted_street: '8th St SE' city: Washington county: 'District of Columbia' state: DC zip: '20003' country: US address_lines: - '725 8th St SE' - '' - 'Washington, DC 20003' formatted_address: '725 8th St SE, Washington, DC 20003' location: lat: 38.880394 lng: -76.99533 accuracy: 1 accuracy_type: rooftop match_type: null source: 'Statewide (City of Washington)' '403': description: 'Invalid API key, or feature not available.' security: - geocodioApiKey: [] /reverse: get: tags: - reverse summary: 'Reverse geocode single coordinate' operationId: reverseSingle parameters: - name: fields in: query description: 'Comma-separated list of data append fields. See the enum for valid values.' style: form explode: false schema: type: array items: type: string enum: - cd113 - cd114 - cd115 - cd116 - cd117 - cd118 - cd119 - cd120 - cd - census2000 - census2010 - census2011 - census2012 - census2013 - census2014 - census2015 - census2016 - census2017 - census2018 - census2019 - census2020 - census2021 - census2022 - census2023 - census2024 - census2025 - census - stateleg - stateleg-next - school - ffiec - zip4 - acs-demographics - acs-demographics-block_group - acs-demographics-tract - acs-demographics-place - acs-demographics-msa - acs-demographics-county - acs-demographics-county_subdivision - acs-demographics-state - acs-economics - acs-economics-block_group - acs-economics-tract - acs-economics-place - acs-economics-msa - acs-economics-county - acs-economics-county_subdivision - acs-economics-state - acs-families - acs-families-block_group - acs-families-tract - acs-families-place - acs-families-msa - acs-families-county - acs-families-county_subdivision - acs-families-state - acs-housing - acs-housing-block_group - acs-housing-tract - acs-housing-place - acs-housing-msa - acs-housing-county - acs-housing-county_subdivision - acs-housing-state - acs-social - acs-social-block_group - acs-social-tract - acs-social-place - acs-social-msa - acs-social-county - acs-social-county_subdivision - acs-social-state - riding - riding-next - provriding - provriding-next - statcan - uk-westminster - uk-westminster-next - uk-devolved - uk-devolved-next - uk-local - uk-local-next - timezone - name: 'destinations[]' in: query schema: type: array items: type: string description: 'Array of destination locations for distance calculation' style: form explode: true - name: distance_mode in: query schema: type: string enum: - driving - straightline description: 'Distance calculation mode' - name: distance_units in: query schema: type: string enum: - miles - km description: 'Unit of measurement for distance values' - name: distance_max_results in: query schema: type: integer minimum: 1 description: 'Maximum number of destinations to return per result' - name: distance_max_distance in: query schema: type: number minimum: 0 description: 'Maximum distance filter (in specified units)' - name: distance_max_duration in: query schema: type: integer minimum: 0 description: 'Maximum duration filter in seconds' - name: distance_min_distance in: query schema: type: number minimum: 0 description: 'Minimum distance filter (in specified units)' - name: distance_min_duration in: query schema: type: integer minimum: 0 description: 'Minimum duration filter in seconds' - name: distance_order_by in: query schema: type: string enum: - distance - duration description: 'Field to sort destinations by' - name: distance_sort_order in: query schema: type: string enum: - asc - desc description: 'Sort order for destinations' - name: skipGeocoding in: query schema: type: string description: 'When set, skips reverse geocoding and applies field appends directly to the coordinates. Requires the fields parameter.' - name: q in: query schema: type: string description: 'Coordinates to reverse geocode (latitude,longitude)' responses: '200': description: 'Successful response' content: application/json: schema: $ref: '#/components/schemas/ReverseGeocodeResponse' examples: basic: summary: 'Standard reverse geocode' value: results: - stable_address_key: gcod_usns9336kzhky4334vs7fgmnxvbzb address_components: number: '510' street: H suffix: St postdirectional: NE formatted_street: 'H St NE' city: Washington county: 'District of Columbia' state: DC zip: '20002' country: US address_lines: - '510 H St NE' - '' - 'Washington, DC 20002' formatted_address: '510 H St NE, Washington, DC 20002' location: lat: 38.900419 lng: -76.998968 accuracy: 1 accuracy_type: rooftop match_type: null source: 'Statewide (City of Washington)' - stable_address_key: gcod_usns9336kzhky43398dkxdr7svcsd address_components: number: '508' street: H suffix: St postdirectional: NE formatted_street: 'H St NE' city: Washington county: 'District of Columbia' state: DC zip: '20002' country: US address_lines: - '508 H St NE' - '' - 'Washington, DC 20002' formatted_address: '508 H St NE, Washington, DC 20002' location: lat: 38.900432 lng: -76.999031 accuracy: 1 accuracy_type: rooftop match_type: null source: 'Statewide (City of Washington)' - stable_address_key: gcod_usns9336kzhky4335udnpc4rkaeec address_components: number: '506' street: H suffix: St postdirectional: NE formatted_street: 'H St NE' city: Washington county: 'District of Columbia' state: DC zip: '20002' country: US address_lines: - '506 H St NE' - '' - 'Washington, DC 20002' formatted_address: '506 H St NE, Washington, DC 20002' location: lat: 38.900437 lng: -76.999099 accuracy: 1 accuracy_type: rooftop match_type: null source: 'Statewide (City of Washington)' - stable_address_key: gcod_usns9336kzhky433ajkv8yk2zgg8d address_components: number: '504' street: H suffix: St postdirectional: NE formatted_street: 'H St NE' city: Washington county: 'District of Columbia' state: DC zip: '20002' country: US address_lines: - '504 H St NE' - '' - 'Washington, DC 20002' formatted_address: '504 H St NE, Washington, DC 20002' location: lat: 38.900422 lng: -76.999169 accuracy: 1 accuracy_type: rooftop match_type: null source: 'Statewide (City of Washington)' - stable_address_key: gcod_usns9336kzhky433x7cfk7qufmcy6 address_components: number: '512' street: H suffix: St postdirectional: NE formatted_street: 'H St NE' city: Washington county: 'District of Columbia' state: DC zip: '20002' country: US address_lines: - '512 H St NE' - '' - 'Washington, DC 20002' formatted_address: '512 H St NE, Washington, DC 20002' location: lat: 38.900435 lng: -76.998897 accuracy: 1 accuracy_type: rooftop match_type: null source: 'Statewide (City of Washington)' - stable_address_key: gcod_usns9336kzhky43373uq3ssjlwkhb address_components: number: '514' street: H suffix: St postdirectional: NE formatted_street: 'H St NE' city: Washington county: 'District of Columbia' state: DC zip: '20002' country: US address_lines: - '514 H St NE' - '' - 'Washington, DC 20002' formatted_address: '514 H St NE, Washington, DC 20002' location: lat: 38.900415 lng: -76.99883 accuracy: 1 accuracy_type: rooftop match_type: null source: 'Statewide (City of Washington)' skip-geocoding-census: summary: 'Skip geocoding with census field' value: results: - location: lat: 38.90029 lng: -76.999036 accuracy_type: coordinate fields: census: '2025': census_year: 2025 state_fips: '11' county_fips: '11001' tract_code: '010602' block_code: '3008' block_group: '3' full_fips: '110010106023008' place: name: Washington fips: '1150000' metro_micro_statistical_area: name: 'Washington-Arlington-Alexandria, DC-VA-MD-WV' area_code: '47900' type: metropolitan combined_statistical_area: name: 'Washington-Baltimore-Arlington, DC-MD-VA-WV-PA' area_code: '548' metropolitan_division: name: 'Washington, DC-MD' area_code: '47764' county_subdivision: name: Washington fips: '50000' fips_class: class_code: C5 description: 'An active incorporated place that is independent of any county subdivision and serves as a county subdivision equivalent' source: 'US Census Bureau' skip-geocoding: summary: 'Skip geocoding with timezone field' value: results: - location: lat: 38.90029 lng: -76.999036 accuracy_type: coordinate fields: timezone: name: America/New_York utc_offset: -5 observes_dst: true abbreviation: EST source: '© OpenStreetMap contributors' with-distance: summary: 'Reverse geocode combined with inline distance calculation' value: results: - stable_address_key: gcod_usns9336kzhky4334vs7fgmnxvbzb address_components: number: '510' street: H suffix: St postdirectional: NE formatted_street: 'H St NE' city: Washington county: 'District of Columbia' state: DC zip: '20002' country: US address_lines: - '510 H St NE' - '' - 'Washington, DC 20002' formatted_address: '510 H St NE, Washington, DC 20002' location: lat: 38.900419 lng: -76.998968 accuracy: 1 accuracy_type: rooftop match_type: null source: 'Statewide (City of Washington)' destinations: - query: '38.8977,-77.0365' location: - 38.8977 - -77.0365 distance_miles: 2 distance_km: 3.3 duration_seconds: null - stable_address_key: gcod_usns9336kzhky43398dkxdr7svcsd address_components: number: '508' street: H suffix: St postdirectional: NE formatted_street: 'H St NE' city: Washington county: 'District of Columbia' state: DC zip: '20002' country: US address_lines: - '508 H St NE' - '' - 'Washington, DC 20002' formatted_address: '508 H St NE, Washington, DC 20002' location: lat: 38.900432 lng: -76.999031 accuracy: 1 accuracy_type: rooftop match_type: null source: 'Statewide (City of Washington)' destinations: - query: '38.8977,-77.0365' location: - 38.8977 - -77.0365 distance_miles: 2 distance_km: 3.3 duration_seconds: null - stable_address_key: gcod_usns9336kzhky4335udnpc4rkaeec address_components: number: '506' street: H suffix: St postdirectional: NE formatted_street: 'H St NE' city: Washington county: 'District of Columbia' state: DC zip: '20002' country: US address_lines: - '506 H St NE' - '' - 'Washington, DC 20002' formatted_address: '506 H St NE, Washington, DC 20002' location: lat: 38.900437 lng: -76.999099 accuracy: 1 accuracy_type: rooftop match_type: null source: 'Statewide (City of Washington)' destinations: - query: '38.8977,-77.0365' location: - 38.8977 - -77.0365 distance_miles: 2 distance_km: 3.3 duration_seconds: null - stable_address_key: gcod_usns9336kzhky433ajkv8yk2zgg8d address_components: number: '504' street: H suffix: St postdirectional: NE formatted_street: 'H St NE' city: Washington county: 'District of Columbia' state: DC zip: '20002' country: US address_lines: - '504 H St NE' - '' - 'Washington, DC 20002' formatted_address: '504 H St NE, Washington, DC 20002' location: lat: 38.900422 lng: -76.999169 accuracy: 1 accuracy_type: rooftop match_type: null source: 'Statewide (City of Washington)' destinations: - query: '38.8977,-77.0365' location: - 38.8977 - -77.0365 distance_miles: 2 distance_km: 3.2 duration_seconds: null - stable_address_key: gcod_usns9336kzhky433x7cfk7qufmcy6 address_components: number: '512' street: H suffix: St postdirectional: NE formatted_street: 'H St NE' city: Washington county: 'District of Columbia' state: DC zip: '20002' country: US address_lines: - '512 H St NE' - '' - 'Washington, DC 20002' formatted_address: '512 H St NE, Washington, DC 20002' location: lat: 38.900435 lng: -76.998897 accuracy: 1 accuracy_type: rooftop match_type: null source: 'Statewide (City of Washington)' destinations: - query: '38.8977,-77.0365' location: - 38.8977 - -77.0365 distance_miles: 2 distance_km: 3.3 duration_seconds: null - stable_address_key: gcod_usns9336kzhky43373uq3ssjlwkhb address_components: number: '514' street: H suffix: St postdirectional: NE formatted_street: 'H St NE' city: Washington county: 'District of Columbia' state: DC zip: '20002' country: US address_lines: - '514 H St NE' - '' - 'Washington, DC 20002' formatted_address: '514 H St NE, Washington, DC 20002' location: lat: 38.900415 lng: -76.99883 accuracy: 1 accuracy_type: rooftop match_type: null source: 'Statewide (City of Washington)' destinations: - query: '38.8977,-77.0365' location: - 38.8977 - -77.0365 distance_miles: 2 distance_km: 3.3 duration_seconds: null with-fields-cd: summary: 'Reverse geocode with congressional districts' value: results: - stable_address_key: gcod_usns9336kzhky4334vs7fgmnxvbzb address_components: number: '510' street: H suffix: St postdirectional: NE formatted_street: 'H St NE' city: Washington county: 'District of Columbia' state: DC zip: '20002' country: US address_lines: - '510 H St NE' - '' - 'Washington, DC 20002' formatted_address: '510 H St NE, Washington, DC 20002' location: lat: 38.900419 lng: -76.998968 accuracy: 1 accuracy_type: rooftop match_type: null source: 'Statewide (City of Washington)' fields: congressional_districts: - name: 'Delegate District (at Large)' district_number: 98 ocd_id: 'ocd-division/country:us/district:dc/cd:at-large' congress_number: 119th congress_years: 2025-2027 proportion: 1 current_legislators: - type: representative seniority: null bio: last_name: Norton first_name: Eleanor birthday: '1937-06-13' gender: F party: Democrat photo_url: 'https://www.congress.gov/img/member/116_dg_dc_norton_eleanor_200.jpg' photo_attribution: 'Congressional Pictorial Directory' contact: url: 'https://norton.house.gov' address: '2136 Rayburn House Office Building Washington DC 20515-5101' phone: 202-225-8050 contact_form: null social: rss_url: 'http://norton.house.gov/index.php?format=feed&type=rss' twitter: EleanorNorton facebook: CongresswomanNorton youtube: EleanorHNorton youtube_id: UChRrAXUGylfxJjbquC6aUjQ references: bioguide_id: N000147 thomas_id: '00868' opensecrets_id: N00001692 lis_id: null cspan_id: '882' govtrack_id: '400295' votesmart_id: '775' ballotpedia_id: 'Eleanor Holmes Norton' washington_post_id: null icpsr_id: null wikipedia_id: 'Eleanor Holmes Norton' source: 'Legislator data collected by the @unitedstates project (https://github.com/unitedstates/)' - stable_address_key: gcod_usns9336kzhky43398dkxdr7svcsd address_components: number: '508' street: H suffix: St postdirectional: NE formatted_street: 'H St NE' city: Washington county: 'District of Columbia' state: DC zip: '20002' country: US address_lines: - '508 H St NE' - '' - 'Washington, DC 20002' formatted_address: '508 H St NE, Washington, DC 20002' location: lat: 38.900432 lng: -76.999031 accuracy: 1 accuracy_type: rooftop match_type: null source: 'Statewide (City of Washington)' fields: congressional_districts: - name: 'Delegate District (at Large)' district_number: 98 ocd_id: 'ocd-division/country:us/district:dc/cd:at-large' congress_number: 119th congress_years: 2025-2027 proportion: 1 current_legislators: - type: representative seniority: null bio: last_name: Norton first_name: Eleanor birthday: '1937-06-13' gender: F party: Democrat photo_url: 'https://www.congress.gov/img/member/116_dg_dc_norton_eleanor_200.jpg' photo_attribution: 'Congressional Pictorial Directory' contact: url: 'https://norton.house.gov' address: '2136 Rayburn House Office Building Washington DC 20515-5101' phone: 202-225-8050 contact_form: null social: rss_url: 'http://norton.house.gov/index.php?format=feed&type=rss' twitter: EleanorNorton facebook: CongresswomanNorton youtube: EleanorHNorton youtube_id: UChRrAXUGylfxJjbquC6aUjQ references: bioguide_id: N000147 thomas_id: '00868' opensecrets_id: N00001692 lis_id: null cspan_id: '882' govtrack_id: '400295' votesmart_id: '775' ballotpedia_id: 'Eleanor Holmes Norton' washington_post_id: null icpsr_id: null wikipedia_id: 'Eleanor Holmes Norton' source: 'Legislator data collected by the @unitedstates project (https://github.com/unitedstates/)' - stable_address_key: gcod_usns9336kzhky4335udnpc4rkaeec address_components: number: '506' street: H suffix: St postdirectional: NE formatted_street: 'H St NE' city: Washington county: 'District of Columbia' state: DC zip: '20002' country: US address_lines: - '506 H St NE' - '' - 'Washington, DC 20002' formatted_address: '506 H St NE, Washington, DC 20002' location: lat: 38.900437 lng: -76.999099 accuracy: 1 accuracy_type: rooftop match_type: null source: 'Statewide (City of Washington)' fields: congressional_districts: - name: 'Delegate District (at Large)' district_number: 98 ocd_id: 'ocd-division/country:us/district:dc/cd:at-large' congress_number: 119th congress_years: 2025-2027 proportion: 1 current_legislators: - type: representative seniority: null bio: last_name: Norton first_name: Eleanor birthday: '1937-06-13' gender: F party: Democrat photo_url: 'https://www.congress.gov/img/member/116_dg_dc_norton_eleanor_200.jpg' photo_attribution: 'Congressional Pictorial Directory' contact: url: 'https://norton.house.gov' address: '2136 Rayburn House Office Building Washington DC 20515-5101' phone: 202-225-8050 contact_form: null social: rss_url: 'http://norton.house.gov/index.php?format=feed&type=rss' twitter: EleanorNorton facebook: CongresswomanNorton youtube: EleanorHNorton youtube_id: UChRrAXUGylfxJjbquC6aUjQ references: bioguide_id: N000147 thomas_id: '00868' opensecrets_id: N00001692 lis_id: null cspan_id: '882' govtrack_id: '400295' votesmart_id: '775' ballotpedia_id: 'Eleanor Holmes Norton' washington_post_id: null icpsr_id: null wikipedia_id: 'Eleanor Holmes Norton' source: 'Legislator data collected by the @unitedstates project (https://github.com/unitedstates/)' - stable_address_key: gcod_usns9336kzhky433ajkv8yk2zgg8d address_components: number: '504' street: H suffix: St postdirectional: NE formatted_street: 'H St NE' city: Washington county: 'District of Columbia' state: DC zip: '20002' country: US address_lines: - '504 H St NE' - '' - 'Washington, DC 20002' formatted_address: '504 H St NE, Washington, DC 20002' location: lat: 38.900422 lng: -76.999169 accuracy: 1 accuracy_type: rooftop match_type: null source: 'Statewide (City of Washington)' fields: congressional_districts: - name: 'Delegate District (at Large)' district_number: 98 ocd_id: 'ocd-division/country:us/district:dc/cd:at-large' congress_number: 119th congress_years: 2025-2027 proportion: 1 current_legislators: - type: representative seniority: null bio: last_name: Norton first_name: Eleanor birthday: '1937-06-13' gender: F party: Democrat photo_url: 'https://www.congress.gov/img/member/116_dg_dc_norton_eleanor_200.jpg' photo_attribution: 'Congressional Pictorial Directory' contact: url: 'https://norton.house.gov' address: '2136 Rayburn House Office Building Washington DC 20515-5101' phone: 202-225-8050 contact_form: null social: rss_url: 'http://norton.house.gov/index.php?format=feed&type=rss' twitter: EleanorNorton facebook: CongresswomanNorton youtube: EleanorHNorton youtube_id: UChRrAXUGylfxJjbquC6aUjQ references: bioguide_id: N000147 thomas_id: '00868' opensecrets_id: N00001692 lis_id: null cspan_id: '882' govtrack_id: '400295' votesmart_id: '775' ballotpedia_id: 'Eleanor Holmes Norton' washington_post_id: null icpsr_id: null wikipedia_id: 'Eleanor Holmes Norton' source: 'Legislator data collected by the @unitedstates project (https://github.com/unitedstates/)' - stable_address_key: gcod_usns9336kzhky433x7cfk7qufmcy6 address_components: number: '512' street: H suffix: St postdirectional: NE formatted_street: 'H St NE' city: Washington county: 'District of Columbia' state: DC zip: '20002' country: US address_lines: - '512 H St NE' - '' - 'Washington, DC 20002' formatted_address: '512 H St NE, Washington, DC 20002' location: lat: 38.900435 lng: -76.998897 accuracy: 1 accuracy_type: rooftop match_type: null source: 'Statewide (City of Washington)' fields: congressional_districts: - name: 'Delegate District (at Large)' district_number: 98 ocd_id: 'ocd-division/country:us/district:dc/cd:at-large' congress_number: 119th congress_years: 2025-2027 proportion: 1 current_legislators: - type: representative seniority: null bio: last_name: Norton first_name: Eleanor birthday: '1937-06-13' gender: F party: Democrat photo_url: 'https://www.congress.gov/img/member/116_dg_dc_norton_eleanor_200.jpg' photo_attribution: 'Congressional Pictorial Directory' contact: url: 'https://norton.house.gov' address: '2136 Rayburn House Office Building Washington DC 20515-5101' phone: 202-225-8050 contact_form: null social: rss_url: 'http://norton.house.gov/index.php?format=feed&type=rss' twitter: EleanorNorton facebook: CongresswomanNorton youtube: EleanorHNorton youtube_id: UChRrAXUGylfxJjbquC6aUjQ references: bioguide_id: N000147 thomas_id: '00868' opensecrets_id: N00001692 lis_id: null cspan_id: '882' govtrack_id: '400295' votesmart_id: '775' ballotpedia_id: 'Eleanor Holmes Norton' washington_post_id: null icpsr_id: null wikipedia_id: 'Eleanor Holmes Norton' source: 'Legislator data collected by the @unitedstates project (https://github.com/unitedstates/)' - stable_address_key: gcod_usns9336kzhky43373uq3ssjlwkhb address_components: number: '514' street: H suffix: St postdirectional: NE formatted_street: 'H St NE' city: Washington county: 'District of Columbia' state: DC zip: '20002' country: US address_lines: - '514 H St NE' - '' - 'Washington, DC 20002' formatted_address: '514 H St NE, Washington, DC 20002' location: lat: 38.900415 lng: -76.99883 accuracy: 1 accuracy_type: rooftop match_type: null source: 'Statewide (City of Washington)' fields: congressional_districts: - name: 'Delegate District (at Large)' district_number: 98 ocd_id: 'ocd-division/country:us/district:dc/cd:at-large' congress_number: 119th congress_years: 2025-2027 proportion: 1 current_legislators: - type: representative seniority: null bio: last_name: Norton first_name: Eleanor birthday: '1937-06-13' gender: F party: Democrat photo_url: 'https://www.congress.gov/img/member/116_dg_dc_norton_eleanor_200.jpg' photo_attribution: 'Congressional Pictorial Directory' contact: url: 'https://norton.house.gov' address: '2136 Rayburn House Office Building Washington DC 20515-5101' phone: 202-225-8050 contact_form: null social: rss_url: 'http://norton.house.gov/index.php?format=feed&type=rss' twitter: EleanorNorton facebook: CongresswomanNorton youtube: EleanorHNorton youtube_id: UChRrAXUGylfxJjbquC6aUjQ references: bioguide_id: N000147 thomas_id: '00868' opensecrets_id: N00001692 lis_id: null cspan_id: '882' govtrack_id: '400295' votesmart_id: '775' ballotpedia_id: 'Eleanor Holmes Norton' washington_post_id: null icpsr_id: null wikipedia_id: 'Eleanor Holmes Norton' source: 'Legislator data collected by the @unitedstates project (https://github.com/unitedstates/)' with-fields-census: summary: 'Reverse geocode with census data' value: results: - stable_address_key: gcod_usns9336kzhky4334vs7fgmnxvbzb address_components: number: '510' street: H suffix: St postdirectional: NE formatted_street: 'H St NE' city: Washington county: 'District of Columbia' state: DC zip: '20002' country: US address_lines: - '510 H St NE' - '' - 'Washington, DC 20002' formatted_address: '510 H St NE, Washington, DC 20002' location: lat: 38.900419 lng: -76.998968 accuracy: 1 accuracy_type: rooftop match_type: null source: 'Statewide (City of Washington)' fields: census: '2025': census_year: 2025 state_fips: '11' county_fips: '11001' tract_code: '010602' block_code: '3008' block_group: '3' full_fips: '110010106023008' place: name: Washington fips: '1150000' metro_micro_statistical_area: name: 'Washington-Arlington-Alexandria, DC-VA-MD-WV' area_code: '47900' type: metropolitan combined_statistical_area: name: 'Washington-Baltimore-Arlington, DC-MD-VA-WV-PA' area_code: '548' metropolitan_division: name: 'Washington, DC-MD' area_code: '47764' county_subdivision: name: Washington fips: '50000' fips_class: class_code: C5 description: 'An active incorporated place that is independent of any county subdivision and serves as a county subdivision equivalent' source: 'US Census Bureau' - stable_address_key: gcod_usns9336kzhky43398dkxdr7svcsd address_components: number: '508' street: H suffix: St postdirectional: NE formatted_street: 'H St NE' city: Washington county: 'District of Columbia' state: DC zip: '20002' country: US address_lines: - '508 H St NE' - '' - 'Washington, DC 20002' formatted_address: '508 H St NE, Washington, DC 20002' location: lat: 38.900432 lng: -76.999031 accuracy: 1 accuracy_type: rooftop match_type: null source: 'Statewide (City of Washington)' fields: census: '2025': census_year: 2025 state_fips: '11' county_fips: '11001' tract_code: '010602' block_code: '3008' block_group: '3' full_fips: '110010106023008' place: name: Washington fips: '1150000' metro_micro_statistical_area: name: 'Washington-Arlington-Alexandria, DC-VA-MD-WV' area_code: '47900' type: metropolitan combined_statistical_area: name: 'Washington-Baltimore-Arlington, DC-MD-VA-WV-PA' area_code: '548' metropolitan_division: name: 'Washington, DC-MD' area_code: '47764' county_subdivision: name: Washington fips: '50000' fips_class: class_code: C5 description: 'An active incorporated place that is independent of any county subdivision and serves as a county subdivision equivalent' source: 'US Census Bureau' - stable_address_key: gcod_usns9336kzhky4335udnpc4rkaeec address_components: number: '506' street: H suffix: St postdirectional: NE formatted_street: 'H St NE' city: Washington county: 'District of Columbia' state: DC zip: '20002' country: US address_lines: - '506 H St NE' - '' - 'Washington, DC 20002' formatted_address: '506 H St NE, Washington, DC 20002' location: lat: 38.900437 lng: -76.999099 accuracy: 1 accuracy_type: rooftop match_type: null source: 'Statewide (City of Washington)' fields: census: '2025': census_year: 2025 state_fips: '11' county_fips: '11001' tract_code: '010602' block_code: '3008' block_group: '3' full_fips: '110010106023008' place: name: Washington fips: '1150000' metro_micro_statistical_area: name: 'Washington-Arlington-Alexandria, DC-VA-MD-WV' area_code: '47900' type: metropolitan combined_statistical_area: name: 'Washington-Baltimore-Arlington, DC-MD-VA-WV-PA' area_code: '548' metropolitan_division: name: 'Washington, DC-MD' area_code: '47764' county_subdivision: name: Washington fips: '50000' fips_class: class_code: C5 description: 'An active incorporated place that is independent of any county subdivision and serves as a county subdivision equivalent' source: 'US Census Bureau' - stable_address_key: gcod_usns9336kzhky433ajkv8yk2zgg8d address_components: number: '504' street: H suffix: St postdirectional: NE formatted_street: 'H St NE' city: Washington county: 'District of Columbia' state: DC zip: '20002' country: US address_lines: - '504 H St NE' - '' - 'Washington, DC 20002' formatted_address: '504 H St NE, Washington, DC 20002' location: lat: 38.900422 lng: -76.999169 accuracy: 1 accuracy_type: rooftop match_type: null source: 'Statewide (City of Washington)' fields: census: '2025': census_year: 2025 state_fips: '11' county_fips: '11001' tract_code: '010602' block_code: '3008' block_group: '3' full_fips: '110010106023008' place: name: Washington fips: '1150000' metro_micro_statistical_area: name: 'Washington-Arlington-Alexandria, DC-VA-MD-WV' area_code: '47900' type: metropolitan combined_statistical_area: name: 'Washington-Baltimore-Arlington, DC-MD-VA-WV-PA' area_code: '548' metropolitan_division: name: 'Washington, DC-MD' area_code: '47764' county_subdivision: name: Washington fips: '50000' fips_class: class_code: C5 description: 'An active incorporated place that is independent of any county subdivision and serves as a county subdivision equivalent' source: 'US Census Bureau' - stable_address_key: gcod_usns9336kzhky433x7cfk7qufmcy6 address_components: number: '512' street: H suffix: St postdirectional: NE formatted_street: 'H St NE' city: Washington county: 'District of Columbia' state: DC zip: '20002' country: US address_lines: - '512 H St NE' - '' - 'Washington, DC 20002' formatted_address: '512 H St NE, Washington, DC 20002' location: lat: 38.900435 lng: -76.998897 accuracy: 1 accuracy_type: rooftop match_type: null source: 'Statewide (City of Washington)' fields: census: '2025': census_year: 2025 state_fips: '11' county_fips: '11001' tract_code: '010602' block_code: '3008' block_group: '3' full_fips: '110010106023008' place: name: Washington fips: '1150000' metro_micro_statistical_area: name: 'Washington-Arlington-Alexandria, DC-VA-MD-WV' area_code: '47900' type: metropolitan combined_statistical_area: name: 'Washington-Baltimore-Arlington, DC-MD-VA-WV-PA' area_code: '548' metropolitan_division: name: 'Washington, DC-MD' area_code: '47764' county_subdivision: name: Washington fips: '50000' fips_class: class_code: C5 description: 'An active incorporated place that is independent of any county subdivision and serves as a county subdivision equivalent' source: 'US Census Bureau' - stable_address_key: gcod_usns9336kzhky43373uq3ssjlwkhb address_components: number: '514' street: H suffix: St postdirectional: NE formatted_street: 'H St NE' city: Washington county: 'District of Columbia' state: DC zip: '20002' country: US address_lines: - '514 H St NE' - '' - 'Washington, DC 20002' formatted_address: '514 H St NE, Washington, DC 20002' location: lat: 38.900415 lng: -76.99883 accuracy: 1 accuracy_type: rooftop match_type: null source: 'Statewide (City of Washington)' fields: census: '2025': census_year: 2025 state_fips: '11' county_fips: '11001' tract_code: '010602' block_code: '3008' block_group: '3' full_fips: '110010106023008' place: name: Washington fips: '1150000' metro_micro_statistical_area: name: 'Washington-Arlington-Alexandria, DC-VA-MD-WV' area_code: '47900' type: metropolitan combined_statistical_area: name: 'Washington-Baltimore-Arlington, DC-MD-VA-WV-PA' area_code: '548' metropolitan_division: name: 'Washington, DC-MD' area_code: '47764' county_subdivision: name: Washington fips: '50000' fips_class: class_code: C5 description: 'An active incorporated place that is independent of any county subdivision and serves as a county subdivision equivalent' source: 'US Census Bureau' '422': description: 'Validation error.' '403': description: 'Invalid API key, or feature not available.' security: - geocodioApiKey: [] post: tags: - reverse summary: 'Batch reverse geocode coordinates' operationId: reverseBatch parameters: - name: fields in: query description: 'Comma-separated list of data append fields. See the enum for valid values.' style: form explode: false schema: type: array items: type: string enum: - cd113 - cd114 - cd115 - cd116 - cd117 - cd118 - cd119 - cd120 - cd - census2000 - census2010 - census2011 - census2012 - census2013 - census2014 - census2015 - census2016 - census2017 - census2018 - census2019 - census2020 - census2021 - census2022 - census2023 - census2024 - census2025 - census - stateleg - stateleg-next - school - ffiec - zip4 - acs-demographics - acs-demographics-block_group - acs-demographics-tract - acs-demographics-place - acs-demographics-msa - acs-demographics-county - acs-demographics-county_subdivision - acs-demographics-state - acs-economics - acs-economics-block_group - acs-economics-tract - acs-economics-place - acs-economics-msa - acs-economics-county - acs-economics-county_subdivision - acs-economics-state - acs-families - acs-families-block_group - acs-families-tract - acs-families-place - acs-families-msa - acs-families-county - acs-families-county_subdivision - acs-families-state - acs-housing - acs-housing-block_group - acs-housing-tract - acs-housing-place - acs-housing-msa - acs-housing-county - acs-housing-county_subdivision - acs-housing-state - acs-social - acs-social-block_group - acs-social-tract - acs-social-place - acs-social-msa - acs-social-county - acs-social-county_subdivision - acs-social-state - riding - riding-next - provriding - provriding-next - statcan - uk-westminster - uk-westminster-next - uk-devolved - uk-devolved-next - uk-local - uk-local-next - timezone - name: 'destinations[]' in: query schema: type: array items: type: string description: 'Array of destination locations for distance calculation' style: form explode: true - name: distance_mode in: query schema: type: string enum: - driving - straightline description: 'Distance calculation mode' - name: distance_units in: query schema: type: string enum: - miles - km description: 'Unit of measurement for distance values' - name: distance_max_results in: query schema: type: integer minimum: 1 description: 'Maximum number of destinations to return per result' - name: distance_max_distance in: query schema: type: number minimum: 0 description: 'Maximum distance filter (in specified units)' - name: distance_max_duration in: query schema: type: integer minimum: 0 description: 'Maximum duration filter in seconds' - name: distance_min_distance in: query schema: type: number minimum: 0 description: 'Minimum distance filter (in specified units)' - name: distance_min_duration in: query schema: type: integer minimum: 0 description: 'Minimum duration filter in seconds' - name: distance_order_by in: query schema: type: string enum: - distance - duration description: 'Field to sort destinations by' - name: distance_sort_order in: query schema: type: string enum: - asc - desc description: 'Sort order for destinations' - name: skipGeocoding in: query schema: type: string description: 'When set, skips reverse geocoding and applies field appends directly to the coordinates. Requires the fields parameter.' - name: limit in: query schema: type: integer description: 'Maximum number of results per coordinate' - name: country in: query schema: type: string description: 'Default country code applied to every query in the batch unless a query provides its own' requestBody: content: application/json: schema: oneOf: - type: array items: type: string description: 'List of "lat,lng" strings' - type: object additionalProperties: type: string description: 'Coordinates keyed by custom identifier' text/csv: schema: type: string description: 'CSV with header row containing a q column' required: true description: 'JSON array of coordinates (lat,lng strings), JSON object keyed by identifier, or CSV content' responses: '200': description: 'Successful response' content: application/json: schema: $ref: '#/components/schemas/BatchReverseGeocodeResponse' examples: batch-array: summary: 'Batch reverse geocode with JSON array of coordinates' value: results: - query: '38.9002898,-76.9990361' response: results: - stable_address_key: gcod_usns9336kzhky4334vs7fgmnxvbzb address_components: number: '510' street: H suffix: St postdirectional: NE formatted_street: 'H St NE' city: Washington county: 'District of Columbia' state: DC zip: '20002' country: US address_lines: - '510 H St NE' - '' - 'Washington, DC 20002' formatted_address: '510 H St NE, Washington, DC 20002' location: lat: 38.900419 lng: -76.998968 accuracy: 1 accuracy_type: rooftop match_type: null source: 'Statewide (City of Washington)' - stable_address_key: gcod_usns9336kzhky43398dkxdr7svcsd address_components: number: '508' street: H suffix: St postdirectional: NE formatted_street: 'H St NE' city: Washington county: 'District of Columbia' state: DC zip: '20002' country: US address_lines: - '508 H St NE' - '' - 'Washington, DC 20002' formatted_address: '508 H St NE, Washington, DC 20002' location: lat: 38.900432 lng: -76.999031 accuracy: 1 accuracy_type: rooftop match_type: null source: 'Statewide (City of Washington)' - stable_address_key: gcod_usns9336kzhky4335udnpc4rkaeec address_components: number: '506' street: H suffix: St postdirectional: NE formatted_street: 'H St NE' city: Washington county: 'District of Columbia' state: DC zip: '20002' country: US address_lines: - '506 H St NE' - '' - 'Washington, DC 20002' formatted_address: '506 H St NE, Washington, DC 20002' location: lat: 38.900437 lng: -76.999099 accuracy: 1 accuracy_type: rooftop match_type: null source: 'Statewide (City of Washington)' - stable_address_key: gcod_usns9336kzhky433ajkv8yk2zgg8d address_components: number: '504' street: H suffix: St postdirectional: NE formatted_street: 'H St NE' city: Washington county: 'District of Columbia' state: DC zip: '20002' country: US address_lines: - '504 H St NE' - '' - 'Washington, DC 20002' formatted_address: '504 H St NE, Washington, DC 20002' location: lat: 38.900422 lng: -76.999169 accuracy: 1 accuracy_type: rooftop match_type: null source: 'Statewide (City of Washington)' - stable_address_key: gcod_usns9336kzhky433x7cfk7qufmcy6 address_components: number: '512' street: H suffix: St postdirectional: NE formatted_street: 'H St NE' city: Washington county: 'District of Columbia' state: DC zip: '20002' country: US address_lines: - '512 H St NE' - '' - 'Washington, DC 20002' formatted_address: '512 H St NE, Washington, DC 20002' location: lat: 38.900435 lng: -76.998897 accuracy: 1 accuracy_type: rooftop match_type: null source: 'Statewide (City of Washington)' - stable_address_key: gcod_usns9336kzhky43373uq3ssjlwkhb address_components: number: '514' street: H suffix: St postdirectional: NE formatted_street: 'H St NE' city: Washington county: 'District of Columbia' state: DC zip: '20002' country: US address_lines: - '514 H St NE' - '' - 'Washington, DC 20002' formatted_address: '514 H St NE, Washington, DC 20002' location: lat: 38.900415 lng: -76.99883 accuracy: 1 accuracy_type: rooftop match_type: null source: 'Statewide (City of Washington)' - query: '38.886672,-77.094735' response: results: - stable_address_key: gcod_usndjrg9xn28uz888u3fkm6yusrdg address_components: number: '1109' predirectional: 'N' street: Highland suffix: St formatted_street: 'N Highland St' city: Arlington county: 'Arlington County' state: VA zip: '22201' country: US address_lines: - '1109 N Highland St' - '' - 'Arlington, VA 22201' formatted_address: '1109 N Highland St, Arlington, VA 22201' location: lat: 38.886672 lng: -77.094735 accuracy: 1 accuracy_type: rooftop match_type: building_centroid source: Arlington - stable_address_key: gcod_usnt6rr3t9mt6gsdk3l42pq6r39me address_components: number: '3030' street: Clarendon suffix: Blvd formatted_street: 'Clarendon Blvd' city: Arlington county: 'Arlington County' state: VA zip: '22201' country: US address_lines: - '3030 Clarendon Blvd' - '' - 'Arlington, VA 22201' formatted_address: '3030 Clarendon Blvd, Arlington, VA 22201' location: lat: 38.886876 lng: -77.094702 accuracy: 1 accuracy_type: rooftop match_type: building_centroid source: Arlington - stable_address_key: gcod_usndjrg9xn28uz882vzhnruzlwve6 address_components: number: '1101' predirectional: 'N' street: Highland suffix: St formatted_street: 'N Highland St' city: Arlington county: 'Arlington County' state: VA zip: '22201' country: US address_lines: - '1101 N Highland St' - '' - 'Arlington, VA 22201' formatted_address: '1101 N Highland St, Arlington, VA 22201' location: lat: 38.886406 lng: -77.094683 accuracy: 1 accuracy_type: rooftop match_type: building_centroid source: Arlington - stable_address_key: gcod_usnt6rr3t9mt6gsddzryj3rdqzmrb address_components: number: '3020' street: Clarendon suffix: Blvd formatted_street: 'Clarendon Blvd' city: Arlington county: 'Arlington County' state: VA zip: '22201' country: US address_lines: - '3020 Clarendon Blvd' - '' - 'Arlington, VA 22201' formatted_address: '3020 Clarendon Blvd, Arlington, VA 22201' location: lat: 38.886969 lng: -77.094529 accuracy: 1 accuracy_type: rooftop match_type: building_centroid source: Arlington - stable_address_key: gcod_usnt6rr3t9mt6gsdupjq5a3gz3yp6 address_components: number: '3010' street: Clarendon suffix: Blvd formatted_street: 'Clarendon Blvd' city: Arlington county: 'Arlington County' state: VA zip: '22201' country: US address_lines: - '3010 Clarendon Blvd' - '' - 'Arlington, VA 22201' formatted_address: '3010 Clarendon Blvd, Arlington, VA 22201' location: lat: 38.887008 lng: -77.094291 accuracy: 1 accuracy_type: rooftop match_type: building_centroid source: Arlington - stable_address_key: gcod_usnt6rr3t9mt6gsdn685r3ltcwg4g address_components: number: '3100' street: Clarendon suffix: Blvd formatted_street: 'Clarendon Blvd' city: Arlington county: 'Arlington County' state: VA zip: '22201' country: US address_lines: - '3100 Clarendon Blvd' - '' - 'Arlington, VA 22201' formatted_address: '3100 Clarendon Blvd, Arlington, VA 22201' location: lat: 38.886437 lng: -77.095303 accuracy: 1 accuracy_type: rooftop match_type: building_centroid source: Arlington '403': description: 'Invalid API key, or feature not available.' security: - geocodioApiKey: [] /parse: get: tags: - geocode summary: 'Parse address into components' operationId: parseAddress parameters: - name: q in: query schema: type: string description: 'The address to parse' required: true responses: '200': description: 'Successful response' content: application/json: schema: $ref: '#/components/schemas/ParseResponse' examples: basic: summary: 'Parse a full address' value: address_components: number: '1109' predirectional: 'N' street: Highland suffix: St formatted_street: 'N Highland St' city: Arlington state: VA zip: '22201' country: US formatted_address: '1109 N Highland St, Arlington, VA 22201' city-state: summary: 'Parse address with city and state' value: address_components: number: '725' street: 8th suffix: St postdirectional: SE formatted_street: '8th St SE' city: Washington state: DC country: US formatted_address: '725 8th St SE, Washington, DC' '403': description: 'Invalid API key, or feature not available.' security: - geocodioApiKey: [] /distance: get: tags: - distance summary: 'Calculate distance from one origin to multiple destinations' operationId: distanceSingle parameters: - name: origin in: query schema: type: string required: true - name: 'destinations[]' in: query schema: type: array items: type: string minItems: 1 maxItems: 100 required: true - name: mode in: query schema: type: string enum: - driving - haversine - straightline - name: units in: query schema: type: string enum: - miles - km - name: max_results in: query schema: type: integer minimum: 1 - name: max_distance in: query schema: type: number minimum: 0 - name: max_duration in: query schema: type: integer minimum: 0 - name: order_by in: query schema: type: string enum: - distance - duration - name: min_distance in: query schema: type: number minimum: 0 - name: min_duration in: query schema: type: integer minimum: 0 - name: sort_order in: query schema: type: string enum: - asc - desc - name: country in: query schema: type: string responses: '200': description: 'Successful response' content: application/json: schema: $ref: '#/components/schemas/DistanceResponse' examples: address-to-addresses: summary: 'Distance from address to addresses — full combo of geocode and distance' value: origin: location: - 38.886672 - -77.094735 geocode: stable_address_key: gcod_usndjrg9xn28uz888u3fkm6yusrdg address_components: number: '1109' predirectional: 'N' street: Highland suffix: St formatted_street: 'N Highland St' city: Arlington county: 'Arlington County' state: VA zip: '22201' country: US address_lines: - '1109 N Highland St' - '' - 'Arlington, VA 22201' formatted_address: '1109 N Highland St, Arlington, VA 22201' location: lat: 38.886672 lng: -77.094735 accuracy: 1 accuracy_type: rooftop match_type: building_centroid source: Arlington mode: straightline destinations: - query: '1600 Pennsylvania Ave, Washington DC' location: - 38.897675 - -77.036547 id: null distance_miles: 3.2 distance_km: 5.2 geocode: stable_address_key: gcod_usnqu2qtyk7ac38dlpzanec598p2c address_components: number: '1600' street: Pennsylvania suffix: Ave postdirectional: NW formatted_street: 'Pennsylvania Ave NW' city: Washington county: 'District of Columbia' state: DC zip: '20500' country: US address_lines: - '1600 Pennsylvania Ave NW' - '' - 'Washington, DC 20500' formatted_address: '1600 Pennsylvania Ave NW, Washington, DC 20500' location: lat: 38.897675 lng: -77.036547 accuracy: 1 accuracy_type: rooftop match_type: null source: 'Statewide (City of Washington)' - query: '725 8th St SE, Washington DC' location: - 38.880394 - -76.99533 id: null distance_miles: 5.4 distance_km: 8.6 geocode: stable_address_key: gcod_usn9uwkqf9al2kecx449lhvue4mac address_components: number: '725' street: 8th suffix: St postdirectional: SE formatted_street: '8th St SE' city: Washington county: 'District of Columbia' state: DC zip: '20003' country: US address_lines: - '725 8th St SE' - '' - 'Washington, DC 20003' formatted_address: '725 8th St SE, Washington, DC 20003' location: lat: 38.880394 lng: -76.99533 accuracy: 1 accuracy_type: rooftop match_type: null source: 'Statewide (City of Washington)' driving-multiple: summary: 'Driving distance to multiple destinations (populates duration_seconds)' value: origin: location: - 38.8977 - -77.0365 mode: driving destinations: - query: '38.9072,-77.0369,Capitol' location: - 38.9072 - -77.0369 id: Capitol distance_miles: 1 distance_km: 1.7 duration_seconds: 216 - query: '38.8814,-77.0916,Pentagon' location: - 38.8814 - -77.0916 id: Pentagon distance_miles: 3.9 distance_km: 6.2 duration_seconds: 542 driving: summary: 'Driving distance and duration between coordinates' value: origin: location: - 38.8977 - -77.0365 mode: driving destinations: - query: '38.9072,-77.0369' location: - 38.9072 - -77.0369 id: null distance_miles: 1 distance_km: 1.7 duration_seconds: 216 from-address: summary: 'Distance from an address origin (triggers geocoding of the origin)' value: origin: location: - 38.886672 - -77.094735 geocode: stable_address_key: gcod_usndjrg9xn28uz888u3fkm6yusrdg address_components: number: '1109' predirectional: 'N' street: Highland suffix: St formatted_street: 'N Highland St' city: Arlington county: 'Arlington County' state: VA zip: '22201' country: US address_lines: - '1109 N Highland St' - '' - 'Arlington, VA 22201' formatted_address: '1109 N Highland St, Arlington, VA 22201' location: lat: 38.886672 lng: -77.094735 accuracy: 1 accuracy_type: rooftop match_type: building_centroid source: Arlington mode: straightline destinations: - query: '38.8977,-77.0365' location: - 38.8977 - -77.0365 id: null distance_miles: 3.2 distance_km: 5.2 straightline-multiple: summary: 'Straightline distance to multiple coordinate destinations' value: origin: location: - 38.8977 - -77.0365 mode: straightline destinations: - query: '38.9072,-77.0369,Capitol' location: - 38.9072 - -77.0369 id: Capitol distance_miles: 0.7 distance_km: 1.1 - query: '38.8814,-77.0916,Pentagon' location: - 38.8814 - -77.0916 id: Pentagon distance_miles: 3.2 distance_km: 5.1 straightline: summary: 'Straightline (Haversine) distance between two coordinates' value: origin: location: - 38.8977 - -77.0365 mode: straightline destinations: - query: '38.9072,-77.0369' location: - 38.9072 - -77.0369 id: null distance_miles: 0.7 distance_km: 1.1 to-addresses: summary: 'Distance to address destinations (triggers geocoding of each destination)' value: origin: location: - 38.8977 - -77.0365 mode: straightline destinations: - query: '1600 Pennsylvania Ave, Washington DC' location: - 38.897675 - -77.036547 id: null distance_miles: 0 distance_km: 0 geocode: stable_address_key: gcod_usnqu2qtyk7ac38dlpzanec598p2c address_components: number: '1600' street: Pennsylvania suffix: Ave postdirectional: NW formatted_street: 'Pennsylvania Ave NW' city: Washington county: 'District of Columbia' state: DC zip: '20500' country: US address_lines: - '1600 Pennsylvania Ave NW' - '' - 'Washington, DC 20500' formatted_address: '1600 Pennsylvania Ave NW, Washington, DC 20500' location: lat: 38.897675 lng: -77.036547 accuracy: 1 accuracy_type: rooftop match_type: null source: 'Statewide (City of Washington)' - query: '725 8th St SE, Washington DC' location: - 38.880394 - -76.99533 id: null distance_miles: 2.5 distance_km: 4.1 geocode: stable_address_key: gcod_usn9uwkqf9al2kecx449lhvue4mac address_components: number: '725' street: 8th suffix: St postdirectional: SE formatted_street: '8th St SE' city: Washington county: 'District of Columbia' state: DC zip: '20003' country: US address_lines: - '725 8th St SE' - '' - 'Washington, DC 20003' formatted_address: '725 8th St SE, Washington, DC 20003' location: lat: 38.880394 lng: -76.99533 accuracy: 1 accuracy_type: rooftop match_type: null source: 'Statewide (City of Washington)' with-ids: summary: 'Destinations tagged with custom ids (lat,lon,id format) — ids are echoed back on each result for correlation' value: origin: location: - 38.8977 - -77.0365 mode: straightline destinations: - query: '38.9072,-77.0369,capitol' location: - 38.9072 - -77.0369 id: capitol distance_miles: 0.7 distance_km: 1.1 - query: '38.8814,-77.0916,pentagon' location: - 38.8814 - -77.0916 id: pentagon distance_miles: 3.2 distance_km: 5.1 '422': description: 'Validation error.' '403': description: 'Invalid API key, or feature not available.' security: - geocodioApiKey: [] /distance-matrix: post: tags: - distance-matrix summary: 'Calculate distance matrix' operationId: distanceMatrix requestBody: required: true content: application/json: schema: type: object properties: origins: type: array items: type: string minItems: 1 destinations: type: array items: type: string minItems: 1 mode: type: string enum: - driving - haversine - straightline units: type: string enum: - miles - km max_results: type: integer minimum: 1 max_distance: type: number minimum: 0 max_duration: type: integer minimum: 0 order_by: type: string enum: - distance - duration min_distance: type: number minimum: 0 min_duration: type: integer minimum: 0 sort_order: type: string enum: - asc - desc country: type: string required: - origins - destinations responses: '200': description: 'Successful response' content: application/json: schema: $ref: '#/components/schemas/DistanceMatrixResponse' examples: addresses: summary: 'Distance matrix with address origins and destinations — combo of geocoding and distance calculation' value: mode: straightline results: - origin: query: '1109 N Highland St, Arlington, VA' location: - 38.886672 - -77.094735 id: null geocode: stable_address_key: gcod_usndjrg9xn28uz888u3fkm6yusrdg address_components: number: '1109' predirectional: 'N' street: Highland suffix: St formatted_street: 'N Highland St' city: Arlington county: 'Arlington County' state: VA zip: '22201' country: US address_lines: - '1109 N Highland St' - '' - 'Arlington, VA 22201' formatted_address: '1109 N Highland St, Arlington, VA 22201' location: lat: 38.886672 lng: -77.094735 accuracy: 1 accuracy_type: rooftop match_type: building_centroid source: Arlington destinations: - query: '38.8814,-77.0916' location: - 38.8814 - -77.0916 id: null distance_miles: 0.4 distance_km: 0.6 - query: '1600 Pennsylvania Ave, Washington DC' location: - 38.897675 - -77.036547 id: null distance_miles: 3.2 distance_km: 5.2 geocode: stable_address_key: gcod_usnqu2qtyk7ac38dlpzanec598p2c address_components: number: '1600' street: Pennsylvania suffix: Ave postdirectional: NW formatted_street: 'Pennsylvania Ave NW' city: Washington county: 'District of Columbia' state: DC zip: '20500' country: US address_lines: - '1600 Pennsylvania Ave NW' - '' - 'Washington, DC 20500' formatted_address: '1600 Pennsylvania Ave NW, Washington, DC 20500' location: lat: 38.897675 lng: -77.036547 accuracy: 1 accuracy_type: rooftop match_type: null source: 'Statewide (City of Washington)' - origin: query: '725 8th St SE, Washington DC' location: - 38.880394 - -76.99533 id: null geocode: stable_address_key: gcod_usn9uwkqf9al2kecx449lhvue4mac address_components: number: '725' street: 8th suffix: St postdirectional: SE formatted_street: '8th St SE' city: Washington county: 'District of Columbia' state: DC zip: '20003' country: US address_lines: - '725 8th St SE' - '' - 'Washington, DC 20003' formatted_address: '725 8th St SE, Washington, DC 20003' location: lat: 38.880394 lng: -76.99533 accuracy: 1 accuracy_type: rooftop match_type: null source: 'Statewide (City of Washington)' destinations: - query: '1600 Pennsylvania Ave, Washington DC' location: - 38.897675 - -77.036547 id: null distance_miles: 2.5 distance_km: 4.1 geocode: stable_address_key: gcod_usnqu2qtyk7ac38dlpzanec598p2c address_components: number: '1600' street: Pennsylvania suffix: Ave postdirectional: NW formatted_street: 'Pennsylvania Ave NW' city: Washington county: 'District of Columbia' state: DC zip: '20500' country: US address_lines: - '1600 Pennsylvania Ave NW' - '' - 'Washington, DC 20500' formatted_address: '1600 Pennsylvania Ave NW, Washington, DC 20500' location: lat: 38.897675 lng: -77.036547 accuracy: 1 accuracy_type: rooftop match_type: null source: 'Statewide (City of Washington)' - query: '38.8814,-77.0916' location: - 38.8814 - -77.0916 id: null distance_miles: 5.2 distance_km: 8.3 coordinates: summary: 'Distance matrix with coordinate origins and destinations' value: mode: straightline results: - origin: query: '38.8977,-77.0365' location: - 38.8977 - -77.0365 id: null destinations: - query: '38.9072,-77.0369' location: - 38.9072 - -77.0369 id: null distance_miles: 0.7 distance_km: 1.1 - query: '38.8814,-77.0916' location: - 38.8814 - -77.0916 id: null distance_miles: 3.2 distance_km: 5.1 - origin: query: '38.886672,-77.094735' location: - 38.886672 - -77.094735 id: null destinations: - query: '38.8814,-77.0916' location: - 38.8814 - -77.0916 id: null distance_miles: 0.4 distance_km: 0.6 - query: '38.9072,-77.0369' location: - 38.9072 - -77.0369 id: null distance_miles: 3.4 distance_km: 5.5 driving: summary: 'Distance matrix in driving mode (populates duration_seconds on each element)' value: mode: driving results: - origin: query: '38.8977,-77.0365' location: - 38.8977 - -77.0365 id: null destinations: - query: '38.9072,-77.0369' location: - 38.9072 - -77.0369 id: null distance_miles: 1 distance_km: 1.7 duration_seconds: 216 - query: '38.8814,-77.0916' location: - 38.8814 - -77.0916 id: null distance_miles: 3.9 distance_km: 6.2 duration_seconds: 542 - origin: query: '38.886672,-77.094735' location: - 38.886672 - -77.094735 id: null destinations: - query: '38.8814,-77.0916' location: - 38.8814 - -77.0916 id: null distance_miles: 0.6 distance_km: 0.9 duration_seconds: 109 - query: '38.9072,-77.0369' location: - 38.9072 - -77.0369 id: null distance_miles: 4.6 distance_km: 7.4 duration_seconds: 543 with-ids: summary: 'Distance matrix with custom ids (lat,lon,id format) tagged on all origins and destinations' value: mode: straightline results: - origin: query: '38.8977,-77.0365,home' location: - 38.8977 - -77.0365 id: home destinations: - query: '38.9072,-77.0369,capitol' location: - 38.9072 - -77.0369 id: capitol distance_miles: 0.7 distance_km: 1.1 - query: '38.8814,-77.0916,pentagon' location: - 38.8814 - -77.0916 id: pentagon distance_miles: 3.2 distance_km: 5.1 - origin: query: '38.886672,-77.094735,office' location: - 38.886672 - -77.094735 id: office destinations: - query: '38.8814,-77.0916,pentagon' location: - 38.8814 - -77.0916 id: pentagon distance_miles: 0.4 distance_km: 0.6 - query: '38.9072,-77.0369,capitol' location: - 38.9072 - -77.0369 id: capitol distance_miles: 3.4 distance_km: 5.5 '422': description: 'Validation error.' '403': description: 'Invalid API key, or feature not available.' security: - geocodioApiKey: [] /lists: get: tags: - lists summary: 'List uploaded spreadsheets' operationId: listsList parameters: - name: page in: query schema: type: integer minimum: 1 default: 1 description: 'Page number for pagination' responses: '200': description: 'Successful response' content: application/json: schema: $ref: '#/components/schemas/ListsCollection' examples: basic: summary: 'List uploaded spreadsheets for the current user' value: current_page: 1 current_page_url: 'https://api.geocodio.dev/v1.12/lists?page=1' data: - id: 184 fields: { } file: estimated_rows_count: 4508 filename: magni-non-voluptas.csv status: state: COMPLETED progress: 100 message: Completed time_left_description: null time_left_seconds: null download_url: 'https://api.geocodio.dev/v1.12/lists/184/download' expires_at: '2026-04-23T14:17:16.000000Z' - id: 183 fields: { } file: estimated_rows_count: 2699 filename: cupiditate-non-culpa-illo.csv status: state: COMPLETED progress: 100 message: Completed time_left_description: null time_left_seconds: null download_url: 'https://api.geocodio.dev/v1.12/lists/183/download' expires_at: '2026-04-23T14:17:16.000000Z' first_page_url: 'https://api.geocodio.dev/v1.12/lists?page=1' from: 1 next_page_url: null path: 'https://api.geocodio.dev/v1.12/lists' per_page: 15 prev_page_url: null to: 2 '403': description: 'Invalid API key, or feature not available.' security: - geocodioApiKey: [] post: tags: - lists summary: 'Upload spreadsheet for geocoding' operationId: listsCreate parameters: - name: fields in: query description: 'Comma-separated list of data append fields. See the enum for valid values.' style: form explode: false schema: type: array items: type: string enum: - cd113 - cd114 - cd115 - cd116 - cd117 - cd118 - cd119 - cd120 - cd - census2000 - census2010 - census2011 - census2012 - census2013 - census2014 - census2015 - census2016 - census2017 - census2018 - census2019 - census2020 - census2021 - census2022 - census2023 - census2024 - census2025 - census - stateleg - stateleg-next - school - ffiec - zip4 - acs-demographics - acs-demographics-block_group - acs-demographics-tract - acs-demographics-place - acs-demographics-msa - acs-demographics-county - acs-demographics-county_subdivision - acs-demographics-state - acs-economics - acs-economics-block_group - acs-economics-tract - acs-economics-place - acs-economics-msa - acs-economics-county - acs-economics-county_subdivision - acs-economics-state - acs-families - acs-families-block_group - acs-families-tract - acs-families-place - acs-families-msa - acs-families-county - acs-families-county_subdivision - acs-families-state - acs-housing - acs-housing-block_group - acs-housing-tract - acs-housing-place - acs-housing-msa - acs-housing-county - acs-housing-county_subdivision - acs-housing-state - acs-social - acs-social-block_group - acs-social-tract - acs-social-place - acs-social-msa - acs-social-county - acs-social-county_subdivision - acs-social-state - riding - riding-next - provriding - provriding-next - statcan - uk-westminster - uk-westminster-next - uk-devolved - uk-devolved-next - uk-local - uk-local-next - timezone requestBody: content: multipart/form-data: schema: type: object required: - direction - format properties: file: type: string format: binary description: 'Spreadsheet file (csv, xlsx, xls)' direction: type: string enum: - forward - reverse format: type: string description: 'Column format template, e.g. "{{A}} {{B}} {{C}}"' callback: type: string format: uri description: 'Optional webhook URL invoked when processing completes' application/json: schema: type: object required: - direction - format - file - filename properties: file: type: string description: 'Inline file contents as a string' filename: type: string description: 'Filename for the inline content' direction: type: string enum: - forward - reverse format: type: string description: 'Column format template, e.g. "{{A}} {{B}} {{C}}"' callback: type: string format: uri required: true description: 'Multipart upload with a spreadsheet file, or JSON body with inline file contents' responses: '200': description: 'Successful response' content: application/json: schema: $ref: '#/components/schemas/ImportJobCreated' examples: basic: summary: 'Upload a spreadsheet inline for forward geocoding' value: id: 182 file: headers: - address estimated_rows_count: 2 filename: example.csv '400': description: 'Invalid request.' '403': description: 'Invalid API key, or feature not available.' security: - geocodioApiKey: [] '/lists/{id}': get: tags: - lists summary: 'Get list processing status' operationId: listsStatus parameters: - name: id in: path required: true schema: type: string responses: '200': description: 'Successful response' content: application/json: schema: $ref: '#/components/schemas/ImportJob' examples: basic: summary: 'Get status of an uploaded spreadsheet' value: id: 185 fields: { } file: estimated_rows_count: 566 filename: et-voluptatem-ipsam-in.csv status: state: COMPLETED progress: 100 message: Completed time_left_description: null time_left_seconds: null download_url: 'https://api.geocodio.dev/v1.12/lists/185/download' expires_at: '2026-04-23T14:17:16.000000Z' '404': description: 'Resource not found.' '403': description: 'Invalid API key, or feature not available.' security: - geocodioApiKey: [] delete: tags: - lists summary: 'Delete a list' operationId: listsDelete parameters: - name: id in: path required: true schema: type: string responses: '200': description: 'List deleted successfully.' content: application/json: schema: type: object properties: success: type: boolean '404': description: 'Resource not found.' '424': description: 'Operation cannot be completed (dependency failed).' '403': description: 'Invalid API key, or feature not available.' security: - geocodioApiKey: [] '/lists/{id}/download': get: tags: - lists summary: 'Download list results' operationId: listsDownload parameters: - name: id in: path required: true schema: type: string responses: '200': description: 'Geocoded spreadsheet file. Format matches the uploaded spreadsheet (CSV, XLSX, or XLS). If the list is still processing or the file has expired, the response is a JSON message with success: false.' content: text/csv: schema: type: string format: binary application/vnd.openxmlformats-officedocument.spreadsheetml.sheet: schema: type: string format: binary application/vnd.ms-excel: schema: type: string format: binary application/json: schema: type: object properties: message: type: string success: type: boolean '400': description: 'Invalid request.' '404': description: 'Resource not found.' '403': description: 'Invalid API key, or feature not available.' security: - geocodioApiKey: [] /distance-jobs: get: tags: - distance-jobs summary: 'List distance matrix jobs' operationId: distanceMatrixList parameters: - name: page in: query schema: type: integer minimum: 1 default: 1 description: 'Page number for pagination' responses: '200': description: 'Successful response' content: application/json: schema: $ref: '#/components/schemas/DistanceMatrixJobCollection' examples: basic: summary: 'List distance matrix jobs for the current user' value: data: - identifier: 3b27f6a4800fb789d9963f481715ee32a0163315 name: 'non id aut' created_at: '2026-04-20T14:17:15.000000Z' origins_type: coordinates origins_count: 1 destinations_type: coordinates destinations_count: 1 distance_mode: driving status: ENQUEUED download_url: null total_calculations: 0 calculations_completed: 0 progress: 0 status_message: 'Waiting to be processed.' time_left: null is_expired: false - identifier: 4762a9d5ca87cf3b9e89f4ed7541c9e038ce1cd9 name: 'veniam nostrum soluta' created_at: '2026-04-20T14:17:15.000000Z' origins_type: coordinates origins_count: 1 destinations_type: coordinates destinations_count: 1 distance_mode: driving status: ENQUEUED download_url: null total_calculations: 0 calculations_completed: 0 progress: 0 status_message: 'Waiting to be processed.' time_left: null is_expired: false links: first: 'https://api.geocodio.dev/v1.12/distance-jobs?page=1' last: 'https://api.geocodio.dev/v1.12/distance-jobs?page=1' prev: null next: null meta: current_page: 1 from: 1 last_page: 1 links: - url: null label: '« Previous' page: null active: false - url: 'https://api.geocodio.dev/v1.12/distance-jobs?page=1' label: '1' page: 1 active: true - url: null label: 'Next »' page: null active: false path: 'https://api.geocodio.dev/v1.12/distance-jobs' per_page: 20 to: 2 total: 2 '403': description: 'Invalid API key, or feature not available.' security: - geocodioApiKey: [] post: tags: - distance-jobs summary: 'Create async distance matrix job' operationId: distanceMatrixCreate requestBody: required: true content: application/json: schema: type: object properties: name: type: string maxLength: 255 origins: type: string destinations: type: string distance_mode: nullable: true enum: - '"driving"' - '"haversine"' - '"straightline"' type: string units: nullable: true type: string enum: - '"miles"' - '"km"' max_results: nullable: true type: integer minimum: 1 max_distance: nullable: true type: number minimum: 0 max_duration: nullable: true type: integer minimum: 0 min_distance: nullable: true type: number minimum: 0 min_duration: nullable: true type: integer minimum: 0 order_by: nullable: true type: string enum: - '"distance"' - '"duration"' sort_order: nullable: true type: string enum: - '"asc"' - '"desc"' fields: nullable: true type: string callback_url: nullable: true type: string format: uri required: - name - origins - destinations responses: '200': description: 'Successful response' content: application/json: schema: $ref: '#/components/schemas/DistanceMatrixJobCreated' examples: basic: summary: 'Create a distance matrix job with coordinate origins and destinations' value: id: 288 identifier: 4d297fc94821be8b09c3c3cf3c6cc33fa9ff7a1d status: ENQUEUED name: 'Example Matrix Job' created_at: '2026-04-20T14:17:15.000000Z' origins_count: 2 destinations_count: 2 total_calculations: 4 '201': description: 'Resource created.' '422': description: 'Validation error.' '403': description: 'Invalid API key, or feature not available.' security: - geocodioApiKey: [] '/distance-jobs/{identifier}': get: tags: - distance-jobs summary: 'Get distance matrix job status' operationId: distanceMatrixStatus parameters: - name: identifier in: path required: true schema: type: string responses: '200': description: 'Successful response' content: application/json: schema: $ref: '#/components/schemas/DistanceMatrixJob' examples: completed: summary: 'Get status of a completed distance matrix job (download_url populated)' value: data: identifier: de70e805064fe7d4c16baab61ebaf009ed74bc9b name: 'ut quibusdam quod' created_at: '2026-04-20T14:17:15.000000Z' origins_type: coordinates origins_count: 1 destinations_type: coordinates destinations_count: 1 distance_mode: driving status: COMPLETED download_url: 'https://api.geocodio.dev/v1.12/distance-jobs/de70e805064fe7d4c16baab61ebaf009ed74bc9b/download' total_calculations: 0 calculations_completed: 0 progress: 100 status_message: Completed time_left: null is_expired: false processing: summary: 'Get status of a processing distance matrix job (download_url is null)' value: data: identifier: 4f4b5cd2e16f3ff0078044a9d9802633f627a77c name: 'qui voluptas laboriosam' created_at: '2026-04-20T14:17:15.000000Z' origins_type: coordinates origins_count: 1 destinations_type: coordinates destinations_count: 1 distance_mode: driving status: PROCESSING download_url: null total_calculations: 0 calculations_completed: 0 progress: 0 status_message: 'Processing distance calculations...' time_left: null is_expired: false '404': description: 'Resource not found.' '403': description: 'Invalid API key, or feature not available.' security: - geocodioApiKey: [] delete: tags: - distance-jobs summary: 'Delete distance matrix job' operationId: distanceMatrixDelete parameters: - name: identifier in: path required: true schema: type: string responses: '200': description: 'Job deleted successfully.' content: application/json: schema: type: object properties: message: type: string '404': description: 'Resource not found.' '403': description: 'Invalid API key, or feature not available.' security: - geocodioApiKey: [] '/distance-jobs/{identifier}/download': get: tags: - distance-jobs summary: 'Download distance matrix job results' operationId: distanceMatrixDownload parameters: - name: identifier in: path required: true schema: type: string responses: '200': description: 'Distance matrix job results as a downloadable JSON file. Streamed as an attachment with Content-Disposition set to the job name.' content: application/json: schema: type: string format: binary '400': description: 'Invalid request.' '404': description: 'Resource not found.' '403': description: 'Invalid API key, or feature not available.' security: - geocodioApiKey: [] components: schemas: Acs: type: object properties: meta: $ref: '#/components/schemas/AcsAppendMeta' demographics: $ref: '#/components/schemas/Demographics' economics: $ref: '#/components/schemas/Economics' families: $ref: '#/components/schemas/Families' housing: $ref: '#/components/schemas/Housing' social: $ref: '#/components/schemas/AcsSocialData' AcsAppendMeta: type: object properties: source: type: string survey_years: type: string survey_duration_years: type: string AcsCategoryMeta: type: object properties: geography: type: string AcsSocialData: type: object properties: 'Population by minimum level of education': $ref: '#/components/schemas/PopulationByMinimumLevelOfEducation' 'Population with veteran status': $ref: '#/components/schemas/PopulationWithVeteranStatus' 'Period of military service for veterans': $ref: '#/components/schemas/PeriodOfMilitaryServiceForVeterans' meta: $ref: '#/components/schemas/AcsCategoryMeta' AcsStatistic: type: object properties: value: type: number margin_of_error: type: number percentage: type: number AcsStatisticSimple: type: object properties: value: type: integer margin_of_error: type: number AcsTableMeta: type: object properties: table_id: type: string universe: type: string AddressComponents: type: object properties: number: type: string predirectional: type: string street: type: string suffix: type: string formatted_street: type: string city: type: string state: type: string country: type: string county: type: string zip: type: string postdirectional: type: string AverageHouseholdSizeOfOccupiedHousingUnitsByTenure: type: object properties: meta: $ref: '#/components/schemas/AcsTableMeta' Total: $ref: '#/components/schemas/AcsStatistic' 'Owner occupied': $ref: '#/components/schemas/AcsStatistic' 'Renter occupied': $ref: '#/components/schemas/AcsStatistic' BatchGeocodeItem: type: object properties: query: type: string response: $ref: '#/components/schemas/BatchGeocodeItemResponse' BatchGeocodeItemResponse: type: object properties: input: $ref: '#/components/schemas/GeocodeInput' results: type: array items: $ref: '#/components/schemas/GeocodingResult' BatchGeocodeResponse: type: object properties: results: type: array items: $ref: '#/components/schemas/BatchGeocodeItem' BatchReverseGeocodeItem: type: object properties: query: type: string response: type: object properties: results: type: array items: $ref: '#/components/schemas/GeocodingResult' BatchReverseGeocodeResponse: type: object properties: results: type: array items: $ref: '#/components/schemas/BatchReverseGeocodeItem' Bio: type: object properties: last_name: type: string first_name: type: string birthday: type: string nullable: true gender: type: string party: type: string photo_url: type: string photo_attribution: type: string CarrierRoute: type: object properties: id: type: string description: type: string Census: type: object properties: '2024': $ref: '#/components/schemas/CensusGeography' '2025': $ref: '#/components/schemas/CensusGeography' CensusGeography: type: object properties: census_year: type: integer state_fips: type: string county_fips: type: string tract_code: type: string block_code: type: string block_group: type: string full_fips: type: string place: $ref: '#/components/schemas/Place' metro_micro_statistical_area: $ref: '#/components/schemas/MetroMicroStatisticalArea' combined_statistical_area: $ref: '#/components/schemas/CombinedStatisticalArea' metropolitan_division: $ref: '#/components/schemas/CombinedStatisticalArea' county_subdivision: $ref: '#/components/schemas/CountySubdivision' source: type: string CombinedStatisticalArea: type: object properties: name: type: string area_code: type: string CongressionalDistricts: type: object properties: name: type: string district_number: type: integer ocd_id: type: string congress_number: type: string congress_years: type: string proportion: type: integer current_legislators: type: array items: $ref: '#/components/schemas/CurrentLegislator' Contact: type: object properties: url: type: string address: type: string phone: type: string contact_form: type: string nullable: true email: type: string CountySubdivision: type: object properties: name: type: string fips: type: string fips_class: $ref: '#/components/schemas/FipsClass' CurrentLegislator: type: object properties: type: type: string seniority: type: string nullable: true bio: $ref: '#/components/schemas/Bio' contact: $ref: '#/components/schemas/Contact' social: $ref: '#/components/schemas/LegislatorSocial' references: $ref: '#/components/schemas/References' source: type: string Demographics: type: object properties: 'Median age': $ref: '#/components/schemas/GenderBreakdown' 'Population by age range': $ref: '#/components/schemas/PopulationByAgeRange' Sex: $ref: '#/components/schemas/GenderBreakdown' 'Race and ethnicity': $ref: '#/components/schemas/RaceAndEthnicity' meta: $ref: '#/components/schemas/AcsCategoryMeta' DistanceDestination: type: object properties: query: type: string location: type: array items: type: number format: float distance_miles: type: number distance_km: type: number format: float duration_seconds: type: integer nullable: true id: type: string nullable: true geocode: $ref: '#/components/schemas/GeocodingResult' DistanceMatrixCell: type: object properties: query: type: string location: type: array items: type: number format: float id: type: string nullable: true distance_miles: type: number format: float distance_km: type: number format: float geocode: $ref: '#/components/schemas/GeocodingResult' duration_seconds: type: integer DistanceMatrixJob: type: object properties: data: $ref: '#/components/schemas/DistanceMatrixJobDetails' DistanceMatrixJobCollection: type: object properties: data: type: array items: $ref: '#/components/schemas/DistanceMatrixJobDetails' links: $ref: '#/components/schemas/PaginationCursors' meta: $ref: '#/components/schemas/PaginationMeta' DistanceMatrixJobCreated: type: object properties: id: type: integer identifier: type: string status: type: string name: type: string created_at: type: string origins_count: type: integer destinations_count: type: integer total_calculations: type: integer DistanceMatrixJobDetails: type: object properties: identifier: type: string name: type: string created_at: type: string origins_type: type: string origins_count: type: integer destinations_type: type: string destinations_count: type: integer distance_mode: type: string status: type: string download_url: type: string nullable: true total_calculations: type: integer calculations_completed: type: integer progress: type: integer status_message: type: string time_left: type: string nullable: true is_expired: type: boolean DistanceMatrixOriginRow: type: object properties: query: type: string location: type: array items: type: number format: float id: type: string nullable: true geocode: $ref: '#/components/schemas/GeocodingResult' DistanceMatrixResponse: type: object properties: mode: type: string results: type: array items: $ref: '#/components/schemas/DistanceMatrixRow' DistanceMatrixRow: type: object properties: origin: $ref: '#/components/schemas/DistanceMatrixOriginRow' destinations: type: array items: $ref: '#/components/schemas/DistanceMatrixCell' DistanceOrigin: type: object properties: location: type: array items: type: number format: float geocode: $ref: '#/components/schemas/NestedGeocodingResult' DistanceResponse: type: object properties: origin: $ref: '#/components/schemas/DistanceOrigin' mode: type: string destinations: type: array items: $ref: '#/components/schemas/DistanceMatrixCell' Economics: type: object properties: 'Number of households': $ref: '#/components/schemas/GenderBreakdown' 'Median household income': $ref: '#/components/schemas/GenderBreakdown' 'Household income': $ref: '#/components/schemas/HouseholdIncome' 'Per capita income': $ref: '#/components/schemas/GenderBreakdown' meta: $ref: '#/components/schemas/AcsCategoryMeta' Families: type: object properties: 'Household type by household': $ref: '#/components/schemas/HouseholdTypeByHousehold' 'Household type by population': $ref: '#/components/schemas/HouseholdTypeByPopulation' 'Marital status': $ref: '#/components/schemas/MaritalStatus' 'Family Type by Presence and Age of Own Children Under 18 Years': $ref: '#/components/schemas/FamilyTypeByPresenceAndAgeOfOwnChildrenUnder18Years' 'Average Household Size of Occupied Housing Units by Tenure': $ref: '#/components/schemas/AverageHouseholdSizeOfOccupiedHousingUnitsByTenure' 'Own Children Under 18 Years by Family Type and Age': $ref: '#/components/schemas/OwnChildrenUnder18YearsByFamilyTypeAndAge' meta: $ref: '#/components/schemas/AcsCategoryMeta' FamilyTypeByPresenceAndAgeOfOwnChildrenUnder18Years: type: object properties: meta: $ref: '#/components/schemas/AcsTableMeta' Total: $ref: '#/components/schemas/AcsStatisticSimple' 'Married-couple family': $ref: '#/components/schemas/AcsStatistic' 'Married-couple family: With own children of the householder under 18 years': $ref: '#/components/schemas/AcsStatistic' 'Married-couple family: With own children of the householder under 18 years: Under 6 years only': $ref: '#/components/schemas/AcsStatistic' 'Married-couple family: With own children of the householder under 18 years: Under 6 years and 6 to 17 years': $ref: '#/components/schemas/AcsStatistic' 'Married-couple family: With own children of the householder under 18 years: 6 to 17 years only': $ref: '#/components/schemas/AcsStatistic' 'Married-couple family: No own children of the householder under 18 years': $ref: '#/components/schemas/AcsStatistic' 'Other family': $ref: '#/components/schemas/AcsStatistic' 'Other family: Male householder, no spouse present': $ref: '#/components/schemas/AcsStatistic' 'Other family: Male householder, no spouse present: With own children of the householder under 18 years': $ref: '#/components/schemas/AcsStatistic' 'Other family: Male householder, no spouse present: With own children of the householder under 18 years: Under 6 years only': $ref: '#/components/schemas/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': $ref: '#/components/schemas/AcsStatistic' 'Other family: Male householder, no spouse present: With own children of the householder under 18 years: 6 to 17 years only': $ref: '#/components/schemas/AcsStatistic' 'Other family: Male householder, no spouse present: No own children of the householder under 18 years': $ref: '#/components/schemas/AcsStatistic' 'Other family: Female householder, no spouse present': $ref: '#/components/schemas/AcsStatistic' 'Other family: Female householder, no spouse present: With own children of the householder under 18 years': $ref: '#/components/schemas/AcsStatistic' 'Other family: Female householder, no spouse present: With own children of the householder under 18 years: Under 6 years only': $ref: '#/components/schemas/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': $ref: '#/components/schemas/AcsStatistic' 'Other family: Female householder, no spouse present: With own children of the householder under 18 years: 6 to 17 years only': $ref: '#/components/schemas/AcsStatistic' 'Other family: Female householder, no spouse present: No own children of the householder under 18 years': $ref: '#/components/schemas/AcsStatistic' Ffiec: type: object properties: collection_year: type: integer msa_md_code: type: string fips_state_code: type: string fips_county_code: type: string census_tract: type: string principal_city: type: boolean small_county: $ref: '#/components/schemas/SmallCounty' split_tract: $ref: '#/components/schemas/SmallCounty' demographic_data: $ref: '#/components/schemas/SmallCounty' urban_rural_flag: $ref: '#/components/schemas/SmallCounty' msa_md_median_family_income: type: integer msa_md_median_household_income: type: integer tract_median_family_income_percentage: type: number format: float ffiec_estimated_msa_md_median_family_income: type: integer income_indicator: type: string cra_poverty_criteria: type: boolean cra_unemployment_criteria: type: boolean cra_distressed_criteria: type: boolean cra_remote_rural_low_density_criteria: type: boolean previous_year_cra_distressed_criteria: type: boolean previous_year_cra_underserved_criterion: type: boolean meets_current_previous_criteria: type: boolean FieldAppends: type: object properties: congressional_districts: type: array items: $ref: '#/components/schemas/CongressionalDistricts' timezone: $ref: '#/components/schemas/Timezone' census: $ref: '#/components/schemas/Census' acs: $ref: '#/components/schemas/Acs' ffiec: $ref: '#/components/schemas/Ffiec' school_districts: type: object properties: unified: $ref: '#/components/schemas/Unified' state_legislative_districts: $ref: '#/components/schemas/StateLegislativeDistricts' zip4: $ref: '#/components/schemas/Zip4' File: type: object properties: headers: type: array items: type: string estimated_rows_count: type: integer filename: type: string FipsClass: type: object properties: class_code: type: string description: type: string GenderBreakdown: type: object properties: meta: $ref: '#/components/schemas/AcsTableMeta' Total: $ref: '#/components/schemas/AcsStatisticSimple' Male: $ref: '#/components/schemas/AcsStatistic' Female: $ref: '#/components/schemas/AcsStatistic' GeocodeInput: type: object properties: address_components: $ref: '#/components/schemas/AddressComponents' formatted_address: type: string GeocodeResponse: type: object properties: input: $ref: '#/components/schemas/GeocodeInput' results: type: array items: $ref: '#/components/schemas/GeocodingResult' GeocodingResult: type: object properties: stable_address_key: type: string address_components: $ref: '#/components/schemas/AddressComponents' address_lines: type: array items: type: string formatted_address: type: string location: $ref: '#/components/schemas/Location' accuracy: type: number format: float accuracy_type: type: string match_type: type: string nullable: true source: type: string fields: $ref: '#/components/schemas/FieldAppends' destinations: type: array items: $ref: '#/components/schemas/DistanceDestination' House: type: object properties: name: type: string district_number: type: string ocd_id: type: string is_upcoming_state_legislative_district: type: boolean proportion: type: integer current_legislators: type: array items: $ref: '#/components/schemas/CurrentLegislator' HouseholdIncome: type: object properties: meta: $ref: '#/components/schemas/AcsTableMeta' 'Less than $10,000': $ref: '#/components/schemas/AcsStatistic' '$10,000 to $14,999': $ref: '#/components/schemas/AcsStatistic' '$15,000 to $19,999': $ref: '#/components/schemas/AcsStatistic' '$20,000 to $24,999': $ref: '#/components/schemas/AcsStatistic' '$25,000 to $29,999': $ref: '#/components/schemas/AcsStatistic' '$30,000 to $34,999': $ref: '#/components/schemas/AcsStatistic' '$35,000 to $39,999': $ref: '#/components/schemas/AcsStatistic' '$40,000 to $44,999': $ref: '#/components/schemas/AcsStatistic' '$45,000 to $49,999': $ref: '#/components/schemas/AcsStatistic' '$50,000 to $59,999': $ref: '#/components/schemas/AcsStatistic' '$60,000 to $74,999': $ref: '#/components/schemas/AcsStatistic' '$75,000 to $99,999': $ref: '#/components/schemas/AcsStatistic' '$100,000 to $124,999': $ref: '#/components/schemas/AcsStatistic' '$125,000 to $149,999': $ref: '#/components/schemas/AcsStatistic' '$150,000 to $199,999': $ref: '#/components/schemas/AcsStatistic' '$200,000 or more': $ref: '#/components/schemas/AcsStatistic' HouseholdTypeByHousehold: type: object properties: meta: $ref: '#/components/schemas/AcsTableMeta' Total: $ref: '#/components/schemas/AcsStatisticSimple' 'Family households': $ref: '#/components/schemas/AcsStatistic' 'Family households: Married-couple family': $ref: '#/components/schemas/AcsStatistic' 'Family households: Other family': $ref: '#/components/schemas/AcsStatistic' 'Family households: Other family: Male householder, no spouse present': $ref: '#/components/schemas/AcsStatistic' 'Family households: Other family: Female householder, no spouse present': $ref: '#/components/schemas/AcsStatistic' 'Nonfamily households': $ref: '#/components/schemas/AcsStatistic' 'Nonfamily households: Householder living alone': $ref: '#/components/schemas/AcsStatistic' 'Nonfamily households: Householder not living alone': $ref: '#/components/schemas/AcsStatistic' HouseholdTypeByPopulation: type: object properties: meta: $ref: '#/components/schemas/AcsTableMeta' Total: $ref: '#/components/schemas/AcsStatisticSimple' 'In family households': $ref: '#/components/schemas/AcsStatistic' 'In family households: In married-couple family': $ref: '#/components/schemas/AcsStatistic' 'In family households: In married-couple family: Relatives': $ref: '#/components/schemas/AcsStatistic' 'In family households: In married-couple family: Nonrelatives': $ref: '#/components/schemas/AcsStatistic' 'In family households: In male householder, no spouse present, family': $ref: '#/components/schemas/AcsStatistic' 'In family households: In male householder, no spouse present, family: Relatives': $ref: '#/components/schemas/AcsStatistic' 'In family households: In male householder, no spouse present, family: Nonrelatives': $ref: '#/components/schemas/AcsStatistic' 'In family households: In female householder, no spouse present, family': $ref: '#/components/schemas/AcsStatistic' 'In family households: In female householder, no spouse present, family: Relatives': $ref: '#/components/schemas/AcsStatistic' 'In family households: In female householder, no spouse present, family: Nonrelatives': $ref: '#/components/schemas/AcsStatistic' 'In nonfamily households': $ref: '#/components/schemas/AcsStatistic' Housing: type: object properties: 'Number of housing units': $ref: '#/components/schemas/GenderBreakdown' 'Occupancy status': $ref: '#/components/schemas/OccupancyStatus' 'Ownership of occupied units': $ref: '#/components/schemas/OwnershipOfOccupiedUnits' 'Units in structure': $ref: '#/components/schemas/UnitsInStructure' 'Median value of owner-occupied housing units': $ref: '#/components/schemas/GenderBreakdown' 'Value of owner-occupied housing units': $ref: '#/components/schemas/ValueOfOwnerOccupiedHousingUnits' meta: $ref: '#/components/schemas/AcsCategoryMeta' ImportFileMetadata: type: object properties: estimated_rows_count: type: integer filename: type: string ImportJob: type: object properties: id: type: integer fields: type: array items: type: string file: $ref: '#/components/schemas/ImportFileMetadata' status: $ref: '#/components/schemas/ImportJobStatus' download_url: type: string expires_at: type: string ImportJobCreated: type: object properties: id: type: integer file: $ref: '#/components/schemas/File' ImportJobStatus: type: object properties: state: type: string progress: type: integer message: type: string time_left_description: type: string nullable: true time_left_seconds: type: string nullable: true LegislatorSocial: type: object properties: rss_url: type: string nullable: true twitter: type: string nullable: true facebook: type: string nullable: true youtube: type: string nullable: true youtube_id: type: string nullable: true ListsCollection: type: object properties: current_page: type: integer current_page_url: type: string data: type: array items: $ref: '#/components/schemas/ImportJob' first_page_url: type: string from: type: integer next_page_url: type: string nullable: true path: type: string per_page: type: integer prev_page_url: type: string nullable: true to: type: integer Location: type: object properties: lat: type: number format: float lng: type: number format: float MaritalStatus: type: object properties: meta: $ref: '#/components/schemas/AcsTableMeta' Male: $ref: '#/components/schemas/AcsStatistic' 'Male: Never married': $ref: '#/components/schemas/AcsStatistic' 'Male: Now married': $ref: '#/components/schemas/AcsStatistic' 'Male: Now married: Married, spouse present': $ref: '#/components/schemas/AcsStatistic' 'Male: Now married: Married, spouse absent': $ref: '#/components/schemas/AcsStatistic' 'Male: Now married: Married, spouse absent: Separated': $ref: '#/components/schemas/AcsStatistic' 'Male: Now married: Married, spouse absent: Other': $ref: '#/components/schemas/AcsStatistic' 'Male: Widowed': $ref: '#/components/schemas/AcsStatistic' 'Male: Divorced': $ref: '#/components/schemas/AcsStatistic' Female: $ref: '#/components/schemas/AcsStatistic' 'Female: Never married': $ref: '#/components/schemas/AcsStatistic' 'Female: Now married': $ref: '#/components/schemas/AcsStatistic' 'Female: Now married: Married, spouse present': $ref: '#/components/schemas/AcsStatistic' 'Female: Now married: Married, spouse absent': $ref: '#/components/schemas/AcsStatistic' 'Female: Now married: Married, spouse absent: Separated': $ref: '#/components/schemas/AcsStatistic' 'Female: Now married: Married, spouse absent: Other': $ref: '#/components/schemas/AcsStatistic' 'Female: Widowed': $ref: '#/components/schemas/AcsStatistic' 'Female: Divorced': $ref: '#/components/schemas/AcsStatistic' MetroMicroStatisticalArea: type: object properties: name: type: string area_code: type: string type: type: string NestedGeocodingResult: type: object properties: stable_address_key: type: string address_components: $ref: '#/components/schemas/AddressComponents' address_lines: type: array items: type: string formatted_address: type: string location: $ref: '#/components/schemas/Location' accuracy: type: number format: float accuracy_type: type: string match_type: type: string source: type: string OccupancyStatus: type: object properties: meta: $ref: '#/components/schemas/AcsTableMeta' Occupied: $ref: '#/components/schemas/AcsStatistic' Vacant: $ref: '#/components/schemas/AcsStatistic' OwnChildrenUnder18YearsByFamilyTypeAndAge: type: object properties: meta: $ref: '#/components/schemas/AcsTableMeta' Total: $ref: '#/components/schemas/AcsStatisticSimple' 'In married-couple families': $ref: '#/components/schemas/AcsStatistic' 'In married-couple families: Under 3 years': $ref: '#/components/schemas/AcsStatistic' 'In married-couple families: 3 and 4 years': $ref: '#/components/schemas/AcsStatistic' 'In married-couple families: 5 years': $ref: '#/components/schemas/AcsStatistic' 'In married-couple families: 6 to 11 years': $ref: '#/components/schemas/AcsStatistic' 'In married-couple families: 12 to 17 years': $ref: '#/components/schemas/AcsStatistic' 'In other families': $ref: '#/components/schemas/AcsStatistic' 'In other families: Male householder, no spouse present': $ref: '#/components/schemas/AcsStatistic' 'In other families: Male householder, no spouse present: Under 3 years': $ref: '#/components/schemas/AcsStatistic' 'In other families: Male householder, no spouse present: 3 and 4 years': $ref: '#/components/schemas/AcsStatistic' 'In other families: Male householder, no spouse present: 5 years': $ref: '#/components/schemas/AcsStatistic' 'In other families: Male householder, no spouse present: 6 to 11 years': $ref: '#/components/schemas/AcsStatistic' 'In other families: Male householder, no spouse present: 12 to 17 years': $ref: '#/components/schemas/AcsStatistic' 'In other families: Female householder, no spouse present': $ref: '#/components/schemas/AcsStatistic' 'In other families: Female householder, no spouse present: Under 3 years': $ref: '#/components/schemas/AcsStatistic' 'In other families: Female householder, no spouse present: 3 and 4 years': $ref: '#/components/schemas/AcsStatistic' 'In other families: Female householder, no spouse present: 5 years': $ref: '#/components/schemas/AcsStatistic' 'In other families: Female householder, no spouse present: 6 to 11 years': $ref: '#/components/schemas/AcsStatistic' 'In other families: Female householder, no spouse present: 12 to 17 years': $ref: '#/components/schemas/AcsStatistic' OwnershipOfOccupiedUnits: type: object properties: meta: $ref: '#/components/schemas/AcsTableMeta' 'Owner occupied': $ref: '#/components/schemas/AcsStatistic' 'Renter occupied': $ref: '#/components/schemas/AcsStatistic' PaginationCursors: type: object properties: first: type: string last: type: string prev: type: string nullable: true next: type: string nullable: true PaginationLink: type: object properties: url: type: string nullable: true label: type: string page: type: integer nullable: true active: type: boolean PaginationMeta: type: object properties: current_page: type: integer from: type: integer last_page: type: integer links: type: array items: $ref: '#/components/schemas/PaginationLink' path: type: string per_page: type: integer to: type: integer total: type: integer ParseResponse: type: object properties: address_components: $ref: '#/components/schemas/AddressComponents' formatted_address: type: string PeriodOfMilitaryServiceForVeterans: type: object properties: meta: $ref: '#/components/schemas/AcsTableMeta' Total: $ref: '#/components/schemas/AcsStatisticSimple' 'Gulf War (9/2001 or later), no Gulf War (8/1990 to 8/2001), no Vietnam War': $ref: '#/components/schemas/AcsStatistic' 'Gulf War (9/2001 or later) and Gulf War (8/1990 to 8/2001), no Vietnam War': $ref: '#/components/schemas/AcsStatistic' 'Gulf War (9/2001 or later), and Gulf War (8/1990 to 8/2001), and Vietnam War': $ref: '#/components/schemas/AcsStatistic' 'Gulf War (8/1990 to 8/2001), no Vietnam War': $ref: '#/components/schemas/AcsStatistic' 'Gulf War (8/1990 to 8/2001) and Vietnam War': $ref: '#/components/schemas/AcsStatistic' 'Vietnam War, no Korean War, no World War II': $ref: '#/components/schemas/AcsStatistic' 'Vietnam War and Korean War, no World War II': $ref: '#/components/schemas/AcsStatistic' 'Vietnam War and Korean War and World War II': $ref: '#/components/schemas/AcsStatistic' 'Korean War, no Vietnam War, no World War II': $ref: '#/components/schemas/AcsStatistic' 'Korean War and World War II, no Vietnam War': $ref: '#/components/schemas/AcsStatistic' 'World War II, no Korean War, no Vietnam War': $ref: '#/components/schemas/AcsStatistic' 'Between Gulf War and Vietnam War only': $ref: '#/components/schemas/AcsStatistic' 'Between Vietnam War and Korean War only': $ref: '#/components/schemas/AcsStatistic' 'Between Korean War and World War II only': $ref: '#/components/schemas/AcsStatistic' 'Pre-World War II only': $ref: '#/components/schemas/AcsStatistic' Place: type: object properties: name: type: string fips: type: string PopulationByAgeRange: type: object properties: meta: $ref: '#/components/schemas/AcsTableMeta' Total: $ref: '#/components/schemas/AcsStatisticSimple' Male: $ref: '#/components/schemas/AcsStatistic' 'Male: Under 5 years': $ref: '#/components/schemas/AcsStatistic' 'Male: 5 to 9 years': $ref: '#/components/schemas/AcsStatistic' 'Male: 10 to 14 years': $ref: '#/components/schemas/AcsStatistic' 'Male: 15 to 17 years': $ref: '#/components/schemas/AcsStatistic' 'Male: 18 and 19 years': $ref: '#/components/schemas/AcsStatistic' 'Male: 20 years': $ref: '#/components/schemas/AcsStatistic' 'Male: 21 years': $ref: '#/components/schemas/AcsStatistic' 'Male: 22 to 24 years': $ref: '#/components/schemas/AcsStatistic' 'Male: 25 to 29 years': $ref: '#/components/schemas/AcsStatistic' 'Male: 30 to 34 years': $ref: '#/components/schemas/AcsStatistic' 'Male: 35 to 39 years': $ref: '#/components/schemas/AcsStatistic' 'Male: 40 to 44 years': $ref: '#/components/schemas/AcsStatistic' 'Male: 45 to 49 years': $ref: '#/components/schemas/AcsStatistic' 'Male: 50 to 54 years': $ref: '#/components/schemas/AcsStatistic' 'Male: 55 to 59 years': $ref: '#/components/schemas/AcsStatistic' 'Male: 60 and 61 years': $ref: '#/components/schemas/AcsStatistic' 'Male: 62 to 64 years': $ref: '#/components/schemas/AcsStatistic' 'Male: 65 and 66 years': $ref: '#/components/schemas/AcsStatistic' 'Male: 67 to 69 years': $ref: '#/components/schemas/AcsStatistic' 'Male: 70 to 74 years': $ref: '#/components/schemas/AcsStatistic' 'Male: 75 to 79 years': $ref: '#/components/schemas/AcsStatistic' 'Male: 80 to 84 years': $ref: '#/components/schemas/AcsStatistic' 'Male: 85 years and over': $ref: '#/components/schemas/AcsStatistic' Female: $ref: '#/components/schemas/AcsStatistic' 'Female: Under 5 years': $ref: '#/components/schemas/AcsStatistic' 'Female: 5 to 9 years': $ref: '#/components/schemas/AcsStatistic' 'Female: 10 to 14 years': $ref: '#/components/schemas/AcsStatistic' 'Female: 15 to 17 years': $ref: '#/components/schemas/AcsStatistic' 'Female: 18 and 19 years': $ref: '#/components/schemas/AcsStatistic' 'Female: 20 years': $ref: '#/components/schemas/AcsStatistic' 'Female: 21 years': $ref: '#/components/schemas/AcsStatistic' 'Female: 22 to 24 years': $ref: '#/components/schemas/AcsStatistic' 'Female: 25 to 29 years': $ref: '#/components/schemas/AcsStatistic' 'Female: 30 to 34 years': $ref: '#/components/schemas/AcsStatistic' 'Female: 35 to 39 years': $ref: '#/components/schemas/AcsStatistic' 'Female: 40 to 44 years': $ref: '#/components/schemas/AcsStatistic' 'Female: 45 to 49 years': $ref: '#/components/schemas/AcsStatistic' 'Female: 50 to 54 years': $ref: '#/components/schemas/AcsStatistic' 'Female: 55 to 59 years': $ref: '#/components/schemas/AcsStatistic' 'Female: 60 and 61 years': $ref: '#/components/schemas/AcsStatistic' 'Female: 62 to 64 years': $ref: '#/components/schemas/AcsStatistic' 'Female: 65 and 66 years': $ref: '#/components/schemas/AcsStatistic' 'Female: 67 to 69 years': $ref: '#/components/schemas/AcsStatistic' 'Female: 70 to 74 years': $ref: '#/components/schemas/AcsStatistic' 'Female: 75 to 79 years': $ref: '#/components/schemas/AcsStatistic' 'Female: 80 to 84 years': $ref: '#/components/schemas/AcsStatistic' 'Female: 85 years and over': $ref: '#/components/schemas/AcsStatistic' PopulationByMinimumLevelOfEducation: type: object properties: meta: $ref: '#/components/schemas/AcsTableMeta' Total: $ref: '#/components/schemas/AcsStatisticSimple' Male: $ref: '#/components/schemas/AcsStatistic' 'Male: No schooling completed': $ref: '#/components/schemas/AcsStatistic' 'Male: Nursery to 4th grade': $ref: '#/components/schemas/AcsStatistic' 'Male: 5th and 6th grade': $ref: '#/components/schemas/AcsStatistic' 'Male: 7th and 8th grade': $ref: '#/components/schemas/AcsStatistic' 'Male: 9th grade': $ref: '#/components/schemas/AcsStatistic' 'Male: 10th grade': $ref: '#/components/schemas/AcsStatistic' 'Male: 11th grade': $ref: '#/components/schemas/AcsStatistic' 'Male: 12th grade, no diploma': $ref: '#/components/schemas/AcsStatistic' 'Male: High school graduate (includes equivalency)': $ref: '#/components/schemas/AcsStatistic' 'Male: Some college, less than 1 year': $ref: '#/components/schemas/AcsStatistic' 'Male: Some college, 1 or more years, no degree': $ref: '#/components/schemas/AcsStatistic' "Male: Associate's degree": $ref: '#/components/schemas/AcsStatistic' "Male: Bachelor's degree": $ref: '#/components/schemas/AcsStatistic' "Male: Master's degree": $ref: '#/components/schemas/AcsStatistic' 'Male: Professional school degree': $ref: '#/components/schemas/AcsStatistic' 'Male: Doctorate degree': $ref: '#/components/schemas/AcsStatistic' Female: $ref: '#/components/schemas/AcsStatistic' 'Female: No schooling completed': $ref: '#/components/schemas/AcsStatistic' 'Female: Nursery to 4th grade': $ref: '#/components/schemas/AcsStatistic' 'Female: 5th and 6th grade': $ref: '#/components/schemas/AcsStatistic' 'Female: 7th and 8th grade': $ref: '#/components/schemas/AcsStatistic' 'Female: 9th grade': $ref: '#/components/schemas/AcsStatistic' 'Female: 10th grade': $ref: '#/components/schemas/AcsStatistic' 'Female: 11th grade': $ref: '#/components/schemas/AcsStatistic' 'Female: 12th grade, no diploma': $ref: '#/components/schemas/AcsStatistic' 'Female: High school graduate (includes equivalency)': $ref: '#/components/schemas/AcsStatistic' 'Female: Some college, less than 1 year': $ref: '#/components/schemas/AcsStatistic' 'Female: Some college, 1 or more years, no degree': $ref: '#/components/schemas/AcsStatistic' "Female: Associate's degree": $ref: '#/components/schemas/AcsStatistic' "Female: Bachelor's degree": $ref: '#/components/schemas/AcsStatistic' "Female: Master's degree": $ref: '#/components/schemas/AcsStatistic' 'Female: Professional school degree': $ref: '#/components/schemas/AcsStatistic' 'Female: Doctorate degree': $ref: '#/components/schemas/AcsStatistic' PopulationWithVeteranStatus: type: object properties: meta: $ref: '#/components/schemas/AcsTableMeta' Total: $ref: '#/components/schemas/AcsStatisticSimple' Veteran: $ref: '#/components/schemas/AcsStatistic' Nonveteran: $ref: '#/components/schemas/AcsStatistic' Male: $ref: '#/components/schemas/AcsStatistic' 'Male: Veteran': $ref: '#/components/schemas/AcsStatistic' 'Male: Nonveteran': $ref: '#/components/schemas/AcsStatistic' 'Male: 18 to 34 years': $ref: '#/components/schemas/AcsStatistic' 'Male: 18 to 34 years: Veteran': $ref: '#/components/schemas/AcsStatistic' 'Male: 18 to 34 years: Nonveteran': $ref: '#/components/schemas/AcsStatistic' 'Male: 35 to 54 years': $ref: '#/components/schemas/AcsStatistic' 'Male: 35 to 54 years: Veteran': $ref: '#/components/schemas/AcsStatistic' 'Male: 35 to 54 years: Nonveteran': $ref: '#/components/schemas/AcsStatistic' 'Male: 55 to 64 years': $ref: '#/components/schemas/AcsStatistic' 'Male: 55 to 64 years: Veteran': $ref: '#/components/schemas/AcsStatistic' 'Male: 55 to 64 years: Nonveteran': $ref: '#/components/schemas/AcsStatistic' 'Male: 65 to 74 years': $ref: '#/components/schemas/AcsStatistic' 'Male: 65 to 74 years: Veteran': $ref: '#/components/schemas/AcsStatistic' 'Male: 65 to 74 years: Nonveteran': $ref: '#/components/schemas/AcsStatistic' 'Male: 75 years and over': $ref: '#/components/schemas/AcsStatistic' 'Male: 75 years and over: Veteran': $ref: '#/components/schemas/AcsStatistic' 'Male: 75 years and over: Nonveteran': $ref: '#/components/schemas/AcsStatistic' Female: $ref: '#/components/schemas/AcsStatistic' 'Female: Veteran': $ref: '#/components/schemas/AcsStatistic' 'Female: Nonveteran': $ref: '#/components/schemas/AcsStatistic' 'Female: 18 to 34 years': $ref: '#/components/schemas/AcsStatistic' 'Female: 18 to 34 years: Veteran': $ref: '#/components/schemas/AcsStatistic' 'Female: 18 to 34 years: Nonveteran': $ref: '#/components/schemas/AcsStatistic' 'Female: 35 to 54 years': $ref: '#/components/schemas/AcsStatistic' 'Female: 35 to 54 years: Veteran': $ref: '#/components/schemas/AcsStatistic' 'Female: 35 to 54 years: Nonveteran': $ref: '#/components/schemas/AcsStatistic' 'Female: 55 to 64 years': $ref: '#/components/schemas/AcsStatistic' 'Female: 55 to 64 years: Veteran': $ref: '#/components/schemas/AcsStatistic' 'Female: 55 to 64 years: Nonveteran': $ref: '#/components/schemas/AcsStatistic' 'Female: 65 to 74 years': $ref: '#/components/schemas/AcsStatistic' 'Female: 65 to 74 years: Veteran': $ref: '#/components/schemas/AcsStatistic' 'Female: 65 to 74 years: Nonveteran': $ref: '#/components/schemas/AcsStatistic' 'Female: 75 years and over': $ref: '#/components/schemas/AcsStatistic' 'Female: 75 years and over: Veteran': $ref: '#/components/schemas/AcsStatistic' 'Female: 75 years and over: Nonveteran': $ref: '#/components/schemas/AcsStatistic' RaceAndEthnicity: type: object properties: meta: $ref: '#/components/schemas/AcsTableMeta' Total: $ref: '#/components/schemas/AcsStatisticSimple' 'Not Hispanic or Latino': $ref: '#/components/schemas/AcsStatistic' 'Not Hispanic or Latino: White alone': $ref: '#/components/schemas/AcsStatistic' 'Not Hispanic or Latino: Black or African American alone': $ref: '#/components/schemas/AcsStatistic' 'Not Hispanic or Latino: American Indian and Alaska Native alone': $ref: '#/components/schemas/AcsStatistic' 'Not Hispanic or Latino: Asian alone': $ref: '#/components/schemas/AcsStatistic' 'Not Hispanic or Latino: Native Hawaiian and Other Pacific Islander alone': $ref: '#/components/schemas/AcsStatistic' 'Not Hispanic or Latino: Some other race alone': $ref: '#/components/schemas/AcsStatistic' 'Not Hispanic or Latino: Two or more races': $ref: '#/components/schemas/AcsStatistic' 'Not Hispanic or Latino: Two or more races: Two races including Some other race': $ref: '#/components/schemas/AcsStatistic' 'Not Hispanic or Latino: Two or more races: Two races excluding Some other race, and three or more races': $ref: '#/components/schemas/AcsStatistic' 'Hispanic or Latino': $ref: '#/components/schemas/AcsStatistic' 'Hispanic or Latino: White alone': $ref: '#/components/schemas/AcsStatistic' 'Hispanic or Latino: Black or African American alone': $ref: '#/components/schemas/AcsStatistic' 'Hispanic or Latino: American Indian and Alaska Native alone': $ref: '#/components/schemas/AcsStatistic' 'Hispanic or Latino: Asian alone': $ref: '#/components/schemas/AcsStatistic' 'Hispanic or Latino: Native Hawaiian and Other Pacific Islander alone': $ref: '#/components/schemas/AcsStatistic' 'Hispanic or Latino: Some other race alone': $ref: '#/components/schemas/AcsStatistic' 'Hispanic or Latino: Two or more races': $ref: '#/components/schemas/AcsStatistic' 'Hispanic or Latino: Two or more races: Two races including Some other race': $ref: '#/components/schemas/AcsStatistic' 'Hispanic or Latino: Two or more races: Two races excluding Some other race, and three or more races': $ref: '#/components/schemas/AcsStatistic' RecordType: type: object properties: code: type: string description: type: string References: type: object properties: bioguide_id: type: string thomas_id: type: string opensecrets_id: type: string lis_id: type: string nullable: true cspan_id: type: string govtrack_id: type: string votesmart_id: type: string ballotpedia_id: type: string washington_post_id: type: string nullable: true icpsr_id: type: string nullable: true wikipedia_id: type: string openstates_id: type: string ReverseGeocodeResponse: type: object properties: results: type: array items: $ref: '#/components/schemas/ReverseGeocodingResult' ReverseGeocodingResult: type: object properties: stable_address_key: type: string address_components: $ref: '#/components/schemas/AddressComponents' address_lines: type: array items: type: string formatted_address: type: string location: $ref: '#/components/schemas/Location' accuracy: type: number format: float accuracy_type: type: string match_type: type: string nullable: true source: type: string fields: $ref: '#/components/schemas/FieldAppends' destinations: type: array items: $ref: '#/components/schemas/DistanceDestination' SmallCounty: type: object properties: flag: type: string description: type: string StateLegislativeDistricts: type: object properties: house: type: array items: $ref: '#/components/schemas/House' senate: type: array items: $ref: '#/components/schemas/House' Timezone: type: object properties: name: type: string utc_offset: type: integer observes_dst: type: boolean abbreviation: type: string source: type: string Unified: type: object properties: name: type: string lea_code: type: string grade_low: type: string grade_high: type: string UnitsInStructure: type: object properties: meta: $ref: '#/components/schemas/AcsTableMeta' '1, detached unit': $ref: '#/components/schemas/AcsStatistic' '1, attached unit': $ref: '#/components/schemas/AcsStatistic' '2 units': $ref: '#/components/schemas/AcsStatistic' '3 or 4 units': $ref: '#/components/schemas/AcsStatistic' '5 to 9 units': $ref: '#/components/schemas/AcsStatistic' '10 to 19 unit': $ref: '#/components/schemas/AcsStatistic' '20 to 49 units': $ref: '#/components/schemas/AcsStatistic' '50 or more units': $ref: '#/components/schemas/AcsStatistic' 'Mobile home units': $ref: '#/components/schemas/AcsStatistic' 'Boat, RV, van, etc. units': $ref: '#/components/schemas/AcsStatistic' ValueOfOwnerOccupiedHousingUnits: type: object properties: meta: $ref: '#/components/schemas/AcsTableMeta' 'Less than $10,000': $ref: '#/components/schemas/AcsStatistic' '$10,000 to $14,999': $ref: '#/components/schemas/AcsStatistic' '$15,000 to $19,999': $ref: '#/components/schemas/AcsStatistic' '$20,000 to $24,999': $ref: '#/components/schemas/AcsStatistic' '$25,000 to $29,999': $ref: '#/components/schemas/AcsStatistic' '$30,000 to $34,999': $ref: '#/components/schemas/AcsStatistic' '$35,000 to $39,999': $ref: '#/components/schemas/AcsStatistic' '$40,000 to $49,999': $ref: '#/components/schemas/AcsStatistic' '$50,000 to $59,999': $ref: '#/components/schemas/AcsStatistic' '$60,000 to $69,999': $ref: '#/components/schemas/AcsStatistic' '$70,000 to $79,999': $ref: '#/components/schemas/AcsStatistic' '$80,000 to $89,999': $ref: '#/components/schemas/AcsStatistic' '$90,000 to $99,999': $ref: '#/components/schemas/AcsStatistic' '$100,000 to $124,999': $ref: '#/components/schemas/AcsStatistic' '$125,000 to $149,999': $ref: '#/components/schemas/AcsStatistic' '$150,000 to $174,999': $ref: '#/components/schemas/AcsStatistic' '$175,000 to $199,999': $ref: '#/components/schemas/AcsStatistic' '$200,000 to $249,999': $ref: '#/components/schemas/AcsStatistic' '$250,000 to $299,999': $ref: '#/components/schemas/AcsStatistic' '$300,000 to $399,999': $ref: '#/components/schemas/AcsStatistic' '$400,000 to $499,999': $ref: '#/components/schemas/AcsStatistic' '$500,000 to $749,999': $ref: '#/components/schemas/AcsStatistic' '$750,000 to $999,999': $ref: '#/components/schemas/AcsStatistic' '$1,000,000 to $1,499,999': $ref: '#/components/schemas/AcsStatistic' '$1,500,000 to $1,999,999': $ref: '#/components/schemas/AcsStatistic' '$2,000,000 or more': $ref: '#/components/schemas/AcsStatistic' Zip4: type: object properties: record_type: $ref: '#/components/schemas/RecordType' residential: type: boolean carrier_route: $ref: '#/components/schemas/CarrierRoute' building_or_firm_name: type: string nullable: true plus4: type: array items: type: string zip9: type: array items: type: string government_building: type: string nullable: true facility_code: $ref: '#/components/schemas/RecordType' city_delivery: type: boolean valid_delivery_area: type: boolean exact_match: type: boolean securitySchemes: geocodioApiKey: type: apiKey name: api_key in: query