Build your hotel solution with the CDS Groupe API
Unified endpoints for Search, Availability, Content, Booking, Details, and Cancel. Integrate once to seamlessly access multiple suppliers.
# Search hotels
GET /v1/hotelSearch
?checkin=2025-10-15
&checkout=2025-10-16
&room=1&guest=1
&latitude=48.8575
&longitude=2.3514
&radius=10
¤cy=EUR
# Book a room
POST /v1/bookings
Content-Type: application/json
{
"HotelCode": "6203406",
"Start": "2025-10-15",
"End": "2025-10-16",
"FirstName": "Jane",
"LastName": "Doe",
"Email": "jane@company.com",
"RatePlanCode": "RAT...",
"RoomCode": "ROM..."
}
# Full specs: developers.cdsgroupe.com
Connected suppliers