Endpoints for searching and retrieving product details.
BeMyGuest API v2.0 (2.1)
The BeMyGuest API is the industry benchmark preferred by online travel agents, designed solely for Asia's attractions, tours and activities. This comprehensive API provides real-time access to a vast inventory of travel products.
- Product Discovery: Search and retrieve detailed information for a wide range of travel products, including attractions, tours, and activities.
- Real-Time Availability and Pricing: Check live availability and get up-to-date pricing for specific product types and dates.
- End-to-End Booking Management: Create, confirm, and cancel bookings seamlessly.
- Voucher Retrieval: Access and download booking vouchers directly through the API.
- Configuration: Fetch essential configuration data such as supported languages, currencies, and locations to customize your integration.
https://docs.bemyguest.com.sg/_mock/openapi/
https://api.demo.bemyguest.com.sg/
https://api.bemyguest.com.sg/
AvailabilityDate
Availability and Price For Specified Date
For all-day products, this contains the daily number of tickets available. For timeslot products, this will be null, and availability is found within each timeslot.
An array of price configurations. Different timeslots can be linked to a specific price configuration using the priceId.
Timeslot availability for the travel day. Will be null for all-day products.
booking options for product type for travel date, containing two arrays: perBooking (one option per booking) and perPax (one option for each pax)
{ "availability": [ { … }, { … } ], "date": "2024-05-13", "weekday": "Monday", "available": true, "currency": "cd15153e-dfd1-5039-8aa3-115bec58e86e", "prices": [ { … } ], "cancellationPolicy": [], "timeslots": [], "options": [], "voucherValidity": { "adults": { … }, "children": { … }, "youth": { … }, "infant": { … }, "seniors": { … } } }