Availability (In Progress)
RhomTrip provides two primary availability endpoints:
Availability Calendar endpoint is optimized to return a single object per day, making it ideal for querying large date ranges to populate an availability calendar.
Availability Check endpoint, however, may be somewhat slower as it returns an object for each specific departure time (or day).
Availability Calendar
This endpoint checks the availability of a product within a specified date range. It determines if the product is available each day within the date range, starting at a specific time.
Start date to query for (YYYY-MM-DD)
2025-12-17End date to query for (YYYY-MM-DD)
2025-12-17The option id.
DEFAULTThe product id.
{"[object Object]":null}This time specifies when to start checking availability in HH:mm format
23:00Array of Availabilities
Array of Availabilities
Availability Check
Check real-time availability and pricing for a product depending on the date, pax-mix, start time and/or product option. - Note This service should only be used to determine the availability of a product immediately prior to booking. Bulk operations pertaining to product availability; e.g., generating a calendar of availability for a product, should use the availability schedule endpoints.
Start date to query for (YYYY-MM-DD)
2025-12-17The option id.
DEFAULTThe product id.
{"[object Object]":null}This time specifies when to start checking availability in HH:mm format
23:00Array of Availability
Array of Availability
Last updated