Skip to main content
CloudSafaris API Documentation home page
Search...
⌘K
Support
Home
Home
Search...
Navigation
Destinations
Get Destination by URL
Documentation
Home
Contact Us
Get Started
Introduction
Quickstart
Trips
POST
Get All Trips
POST
Get All Scheduled Trips
POST
Get All Short Trips
POST
Get Trip With ID
POST
Get Trips With IDs
POST
Get Short Trips with IDs
Destinations
POST
Get all Destinations
POST
Get Destination by ID
POST
Get Destination with Ids
POST
Get Destination by URL
POST
Get Destination by URL
Properties
POST
Get All Properties
POST
Get Property by Id
POST
Get Properties by Ids
Pricing
POST
Get Pricing for Trip
POST
Get Public Pricing for Trip
Quotes
POST
Create Quote
POST
Delete Quote
Payments
Payment Processing
Request
Copy
{
"url"
:
"/serengeti-national-park"
}
Response
Copy
{
"id"
:
141
}
Destinations
Get Destination by URL
POST
/
v1
/
destinations
/
get-destination-id-by-url
Try it
Request
Copy
{
"url"
:
"/serengeti-national-park"
}
Response
Copy
{
"id"
:
141
}
Header Parameters
CloudSafaris-API-Version
string
default:
"v1"
Currently the only acceptable value is
v1
.
Request Body Parameters
url
string
required
The url path assosciated with that destination.
Request
Copy
{
"url"
:
"/serengeti-national-park"
}
Response Body Parameters
id
number
The unique identified for the destination.
Response
Copy
{
"id"
:
141
}
Get Destination by URL
Get All Properties
⌘I