Skip to content

Overview

These endpoints can be used to access geographic location data. Geocoding actions include the ability to request the address or addresses nearest to a given latitude and longitude pair through a GET request to /geocode/:lat/:lon. Likewise, you may provide an address in the request body of a /geocode POST request and receive the corresponding latitude and longitude values in return.

Additionally, you may request the distance and travel time between given source and destination locations through the /geo/distance endpoint, and a list of the nearest ATMs can be obtained through a /pois/:lat/:lon/:distance/:maxnum request.