List experiences

This endpoint is great for discovery operations and is typically the starting point for any consumer focused app. It allows querying Xola's database of experiences using a variety of interesting data filters.

Query Params
string

ID or email of the seller. Required if not authenticated.

string

Category of the experience. You can search multiple categories by comma-separating them. (e.g. category=Sailing,Surfing) Make sure to URL encode any category with spaces and special characters

string

Accepts a max price (e.g. price=79) or a comma separated min-max price range (e.g. price=45,79)

string

Returns data sorted in ascending order by distance from the specified geo coordinate (lat,lng). Specify an optional 3rd value to restrict search radius in kilometers (lat,lng,km).

int32
Defaults to 20

Number of results to include in one page of data

int32
Defaults to 0

Number of results to skip

boolean

Specify true to return experiences for which an agent can create orders behalf of the seller. Using this filter requires authentication.

string

Sort data by field and an optional sort order. E.g. sort=price[desc] or sort=price[asc]

Language
Credentials
Header
Response
Click Try It! to start a request and see the response here!