Connect your platform, website, or application to Dubai`s premier yacht rental marketplace. Access real-time availability, pricing, bookings, and more with our developer-friendly REST API.
Seamlessly integrate yacht rental capabilities into your platform
Access live yacht availability, pricing, and booking information
Enterprise-grade security with 99.9% uptime guarantee
Well-documented RESTful API with SDKs and code examples
Seamlessly integrate yacht rental capabilities into your platform
Access our complete inventory of luxury yachts
Real-time availability and dynamic pricing
Complete booking lifecycle management
Manage customer profiles and preferences
Get started with just a few lines of code
// Search for available yachts
const response = await fetch('https://api.dubaiyachtrental.ae/v1/yachts/search', {
method: 'POST',
headers: {
'Authorization': 'Bearer YOUR_API_KEY',
'Content-Type': 'application/json'
},
body: JSON.stringify({
location: 'Dubai Marina',
startDate: '2026-03-15',
endDate: '2026-03-15',
guests: 12,
yachtType: 'Motor Yacht'
})
});
const yachts = await response.json();
console.log(`Found ${yachts.length} available yachts`);
{
"status": "success",
"results": 15,
"yachts": [
{
"id": "yacht_12345",
"name": "Ocean Pearl",
"type": "Motor Yacht",
"length": 65,
"capacity": 15,
"price": 2500,
"currency": "AED",
"location": "Dubai Marina",
"available": true,
"images": [...],
"amenities": [...]
}
]
}
Add yacht rentals to your travel booking platform or OTA. Offer complete luxury experiences alongside hotels and flights.
Enhance your luxury concierge service with direct access to yacht bookings for your high-end clientele.
Build your own yacht rental application or integrate yacht experiences into your existing platform.
Standard HTTP methods with JSON responses
Real-time notifications for booking events
Secure authentication with API tokens
Full sandbox environment for testing
Fill out the form below and our team will set up your API credentials within 24 hours