Skip to main content
POST
/
availability
Error
A valid request URL is required to generate request examples
{
  "success": true,
  "message": "<string>",
  "data": {
    "sessionId": "<string>",
    "search": {
      "destinationId": "<string>",
      "checkIn": "<string>",
      "checkOut": "<string>",
      "rooms": [
        {
          "adults": 123,
          "children": 123,
          "childrenAges": [
            123
          ]
        }
      ]
    },
    "metadata": {
      "total": 123,
      "totalPages": 123,
      "maxTotalPrice": 123,
      "nights": 123,
      "rooms": 123,
      "destinationName": "<string>",
      "centerCoordinates": [
        123
      ]
    },
    "results": [
      {
        "hotel": {
          "id": 123,
          "name": "<string>",
          "stars": 3,
          "address": {
            "address": "<string>",
            "city": "<string>",
            "country": "<string>",
            "countryCode": "<string>"
          },
          "rating": 2.5,
          "reviews": 1,
          "pricePerNight": "<string>",
          "priceChargeable": "<string>",
          "pricePerRoom": "<string>",
          "pricePerRoomPerNight": "<string>",
          "priceBeforeFees": "<string>",
          "priceFees": "<string>",
          "priceDueAtHotel": "<string>",
          "priceInclusive": "<string>",
          "amenities": [
            "<string>"
          ],
          "location": "<string>",
          "images": [
            "<string>"
          ],
          "exclusive": true,
          "type": "<string>",
          "coordinates": [
            123
          ]
        },
        "rates": [
          {
            "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
            "roomType": "<string>",
            "board": "<string>",
            "pricePerNight": "<string>",
            "pricePerRoom": "<string>",
            "pricePerRoomPerNight": "<string>",
            "priceBeforeFees": "<string>",
            "priceFees": "<string>",
            "priceChargeable": "<string>",
            "priceDueAtHotel": "<string>",
            "priceInclusive": "<string>",
            "currency": "<string>",
            "cancellationPolicy": "<string>",
            "cancellationPolicyDate": "<string>"
          }
        ]
      }
    ],
    "expiresAt": "<string>"
  }
}

Authorizations

Authorization
string
header
required

API key for authentication

Body

application/json
destinationId
string
required
checkIn
string
required
checkOut
string
required
rooms
object[]
required
Required array length: 1 - 8 elements
filters
object

Response

200 - application/json

Search results

success
boolean

Indicates if the request was successful

message
string | null

Response message, null if successful

data
object