Receives a search query and responds with a list of matching guides

Log in to see full request history

The guide search endpoint is typically the starting point for most user flows. A basic query can be made by providing a geolocation which represents the centre point of the guide (typically the location of a hotel or venue). This will respond with a list of matches which are paginated (page size is 10). More guides can be requested by adding a page number to the query.

Personalization
The guide response can also be ranked based on personalization options. To make a personalised request, additional query items can be added such as trip type, user category, interests.

Query Params
string
required

Latitude and Longtitude which would be the center of the search in a comma separated format, ex. 55.953251,-3.188267

integer

Radius in meters from center of search

string

Adding a user category will only return guides that matches the category. Possible values are: business, family, friends, solo, or couples

string

Adding a trip type will rank guides based on trip type suitabilty. Possible values are: business, pleasure, or both. Default value is: both

interests
array of strings

The list of interests will rank guides based a weighted match. Possible values can be retrieved from the /personalization/options endpoint.

interests
integer

Page index used to get next page of responses

Responses

400

No matches

Language
Credentials
Click Try It! to start a request and see the response here! Or choose an example:
*/*