List destinations
Reference list of destinations (cities and regions) used to filter GET /adventures. Each destination carries the centroid coordinates of its active inventory, so a selected destination can be passed straight into the lat/lng/radius_km parameters of GET /adventures. Pass q to autocomplete by accent-insensitive word prefix over the curated list. Labels are localized via Accept-Language.
Authorizations
API key authentication. Issued by the Safariat admin or via the partner portal. The secret is shown only once at generation.
Production sk_live_* keys must additionally sign every write request
(POST/PUT/DELETE) with the X-Timestamp and X-Signature headers.
Sandbox sk_test_* keys are exempt from request signing: X-Signature and
X-Timestamp are not required for writes in the sandbox (so the developer-portal
"Try it" playground works end to end). The Idempotency-Key header remains
required on writes in both environments.
Headers
Language of the returned labels (titles, descriptions, categories).
fr, en, ar Query Parameters
Optional type-ahead prefix. Returns destinations whose label, or any word in it, starts with this value (accent-insensitive). Omit to return the full list.
"mar"
Response
Available destinations