Geocode Endpoint

Intelligently geocode a location query and return appropriate GeoJSON:

  • Administrative boundaries (Polygons) for regions, cities, countries
  • Point features for specific addresses, landmarks, buildings

Examples:

  • "San Francisco, CA" -> Boundary polygon of the city
  • "560 20th Street San Francisco, CA" -> Point at the address
  • "Empire State Building, NYC" -> Point at the building
  • "France" -> Boundary polygon of the country
post/api/geocode

Request body

querystring required

Natural language location query (e.g., 'Empire State Building, NYC')

Response

Successful Response

statusstring required
dataobject nullable
errorstring nullable
timestampstring

Changes

No recorded changes to this endpoint across all 1 revision of this API.