Skip to main content

Retrieve Points of Interest

GET 

/ref/geo/poi

This endpoint retrieves points of interest based on geolocation and filters.

User must provide an initial position in the globe to start the search, it can be provided either by a pair of numbers in the form of latitude & longitude, or alternatively a geohash string.

Latitude and longitude must be a decimal number using WGS84 datum. For geohash you can visit the site https://geohash.es or https://en.wikipedia.org/wiki/Geohash. for further information.

The search results will be within a circle of dist diameter (in meters) centered in the geographical point provided in gh (or lat & lon). Results will be ordered by ascending distance; the closer the results to the center the earlier they will appear on the list.

Quality Status: BETA, Generally Available.

Request

Responses

A JSON array of points of interest

Response Headers
    X-Elapsed-Time