geocode

Batch geocode addresses

post/geocode

Query parameters

fieldsstring[]

Comma-separated list of data append fields. See the enum for valid values.

destinations[]string[]

Array of destination locations for distance calculation

distance_mode'driving' | 'straightline'

Distance calculation mode

distance_units'miles' | 'km'

Unit of measurement for distance values

distance_max_resultsinteger

Maximum number of destinations to return per result

distance_max_distancenumber

Maximum distance filter (in specified units)

distance_max_durationinteger

Maximum duration filter in seconds

distance_min_distancenumber

Minimum distance filter (in specified units)

distance_min_durationinteger

Minimum duration filter in seconds

distance_order_by'distance' | 'duration'

Field to sort destinations by

distance_sort_order'asc' | 'desc'

Sort order for destinations

limitinteger

Maximum number of results per address

countrystring

Default country code applied to every query in the batch unless a query provides its own

Request body

string[] required

List of address strings

OR
object required

Addresses keyed by custom identifier

Response

Successful response

Changes

Changed in 1 of the 2 revisions of this API.20

    • added the enum value acs-demographics-division to the property items/ of the query request parameter fields

      request-parameter-property-enum-value-added

    • added the enum value acs-demographics-nation to the property items/ of the query request parameter fields

      request-parameter-property-enum-value-added

    • added the enum value acs-demographics-region to the property items/ of the query request parameter fields

      request-parameter-property-enum-value-added

    • added the enum value acs-demographics-zcta to the property items/ of the query request parameter fields

      request-parameter-property-enum-value-added

    • added the enum value acs-economics-division to the property items/ of the query request parameter fields

      request-parameter-property-enum-value-added

    • added the enum value acs-economics-nation to the property items/ of the query request parameter fields

      request-parameter-property-enum-value-added

    • added the enum value acs-economics-region to the property items/ of the query request parameter fields

      request-parameter-property-enum-value-added

    • added the enum value acs-economics-zcta to the property items/ of the query request parameter fields

      request-parameter-property-enum-value-added

    • added the enum value acs-families-division to the property items/ of the query request parameter fields

      request-parameter-property-enum-value-added

    • added the enum value acs-families-nation to the property items/ of the query request parameter fields

      request-parameter-property-enum-value-added

    • added the enum value acs-families-region to the property items/ of the query request parameter fields

      request-parameter-property-enum-value-added

    • added the enum value acs-families-zcta to the property items/ of the query request parameter fields

      request-parameter-property-enum-value-added

    • added the enum value acs-housing-division to the property items/ of the query request parameter fields

      request-parameter-property-enum-value-added

    • added the enum value acs-housing-nation to the property items/ of the query request parameter fields

      request-parameter-property-enum-value-added

    • added the enum value acs-housing-region to the property items/ of the query request parameter fields

      request-parameter-property-enum-value-added

    • added the enum value acs-housing-zcta to the property items/ of the query request parameter fields

      request-parameter-property-enum-value-added

    • added the enum value acs-social-division to the property items/ of the query request parameter fields

      request-parameter-property-enum-value-added

    • added the enum value acs-social-nation to the property items/ of the query request parameter fields

      request-parameter-property-enum-value-added

    • added the enum value acs-social-region to the property items/ of the query request parameter fields

      request-parameter-property-enum-value-added

    • added the enum value acs-social-zcta to the property items/ of the query request parameter fields

      request-parameter-property-enum-value-added