Introduction
Scenic Group API is our branded API suite. It provides secure and efficient access to our travel product data and booking capabilities, enabling partners to:
- Retrieve live tour information, pricing, and availability
- Make bookings directly via API
- Access the latest pricing, promotional offers, and media assets such as tour images and maps
Available Products in Scenic Group API
The Scenic Group API suite includes the following main components:
TourInfo API
TourInfo provides rich content and pricing for Scenic and Emerald Cruises products. It supports integration in two formats:
- XML/JSON Files – Updated every 6 hours (04:00, 10:00, 16:00, 22:00 AEST)
- Endpoints (Live Feeds) - Updated hourly
- Endpoint samples:
- GET api/v5/Tours
Retrieves a list of all available tours.
- GET api/v5/tours/files/xml
Provides a flat file (XML) export of all tours for offline or bulk integration.
- GET api/v5/tours/files/json
Provides a flat file (JSON) export of all tours for offline or bulk integration.
- GET api/v5/TourDepartures
Retrieves all tour departures across tours.
- GET api/v5/Ships
Retrieves all ships in the fleet.
BookingAPI
Enables real-time bookings directly from your system using live availability and pricing. API Update Frequency:
- TourInfo API (XML/JSON): Updated every 6 hours
- TourInfo API (Endpoints): Updated hourly
- BookingAPI: Live at time of booking call
Getting Started with Scenic Group API