Header Parameters
Currently the only acceptable value is
v1
.Request Body Parameters
The limit on the number of trips to return.
If requesting another set of trips, this will apply the offset to the next set of trips.
An array of string values of either
TZ
or KE
, or both.The maximum price of the trips that are returned within a given calendar year. The prices are per person, and based on 2 travellers.
For example if you set this as
3000
only packages that have a max price under 3000
will be returned.The minimum price of the trips that are returned within a given calendar year. The prices are per person, and based on 2 travellers.
For example if you set this as
3000
only packages that have a min price over 3000
will be returned.An array of string values of either
SAFARI
or KILIMANJARO
, or both. This will return trips that are associated with the required guide tags that are passed.
For example, passing in ["KILIMANJARO"]
will only return trips that require a guide for Kilimanjaro.The ids of the destinations. If supplied this will only return trips that contain at least one of the given destination ids.
The ids of the properties. If supplied this will only return trips that contain at least one of the given properties.
The ids of the desired suppliers. THis will return only trips provided by the chosen suppliers.
The desired start date (isoString) of the trip.
The desired maximum length of the trip
The number of travellers on the trip
Return only featured trips. Featured trips are designated by CloudSafaris based on popularity, trending, or promoted.
The travellers travel style preferences. The available options are: [“Wildlife”, “Culture”, “Photography”, “Relaxation”, “Active”, “Mountain Climbing”, “Beach”]
Descriptor for the type of traveller(s) on the of trip: [“Friends”, “Family”, “Couples”, “Solo”]
Response Body Parameters
The total number of trips in our database
The number of trips returned after any filters or length limits are applied