Nearby Search

Find locations in Cyprus

A Nearby Search lets you search for places within a specified area in Cyprus. You can refine your search request by specifying the type of place you are searching for or the interests it is associated with.

Get started

Unique

Our content is unique as it has been written by our team.

Filters

Our filters allow to display only what is relevant for you.

Free

The service is free and is meant to stay that way.

International

We support multiple language for each audience (soon).

Request

The API can be consumed using the following endpoint:

GET https://api.settlo.cy/v1/locations?parameters

The service is free and does not require any subscription. However, we kindly ask you to refer our website settlo.cy.

A limit to 300 request per minute is in application. If you need to raise this limit, please contact us.

Parameters

Certain parameters are required to initiate a Nearby Search request. As is standard in URLs, all parameters are separated using the ampersand (&) character.

location Required The point around which to retrieve location information. This must be specified as `latitude,longitude`. Coordinates are supported up to six decimals.
radius Optional Defines the distance (in kilometers) within which to return place results. Radius can be up to 30km. Automatically set to its maximum if omitted.
type Optional Restricts the results to locations matching the specified types. String comma separated. Supported values: VILLAGE, WINERY, BEACH, CHURCH, MUSEUM, NATURE_TRAIL, POINT_OF_INTEREST, MONUMENT, GOLF.
interest Optional Restricts the results to locations matching the specified interests. String comma separated. Supported values: NATURE, HISTORY, BEACH, HIKE, WINE, CULTURE.
language Optional The language in which to return results. English is the default value. Supported values: en.
Examples

GET https://api.settlo.cy/v1/locations?location=35.174210,33.360290&interest=HISTORY,CULTURE

GET https://api.settlo.cy/v1/locations?location=34.668700,33.038430&radius=20

GET https://api.settlo.cy/v1/locations?location=34.663542,32.627183&type=GOLF

GET https://api.settlo.cy/v1/locations?location=34.825351,32.494589