Index

Details Accommodation with rooms

Instructions

Post JSON data here to get information about an account.

{
    "accountId": "2",
    "apiKey":"o5ic8IZCZYPGgmgh",
    "language":"en",
    "checkIn": "24.09.2024",
    "checkOut": "25.09.2024",
    "numAdult": "1",
    "childAges": [5,7],
    "propertyId": "1598",
    "availabilityCalendar": "0",
    "showUnavailableRooms": "0",
    "showPriceList": "0",
    "preview": "1",
    "promotions": "0",
    "langUrl": "0"
}

"accountID" and "apiKey" are required for all Api calls.

"language": en me hr si ru de nl fr it cz sk hu pl

Optional "lowestPrice" parameter load lowest prices for accommodation.

Optional "availabilityCalendar" parameter return calendar availability for rooms.

Optional "showUnavailableRooms" parameter return all rooms with message why rooms are not available.

Optional "showPriceList" parameter return all rooms with message why rooms are not available.

Optional "skipDateValidation" prevents checkIn and CheckOut validation.

Optional "promotions" load special offers, last minute, first minute promotions.

Optional "langUrl" load fix url for accommodation, country, region and city for all languages.

Accommodation types in response
  • Apartment
  • Hotel
  • Villa
  • Authentic accommodation
  • Youth hostel
  • Houses with pool
  • Rooms
  • Tourist resorts
  • Holiday houses
  • Bed and breakfast
  • Guest house
Accommodation unit types in response
  • Apartment
  • Single room
  • Double room
  • Triple room
  • Four-bedded Room
  • Family room
  • Junior suite
  • Bungalow
  • Room
  • Twin Room
  • Studio
  • Superior room
  • Premium room
  • Suite
  • Cottage
  • Executive Suite
  • Presidential Suite
  • Penthouse
  • Luxury Suite
  • Residence
  • Deluxe
  • Villa
  • Quadruple Room
  • Maisonette
  • Room for disabled people
billingType in response
  • Per person/night
  • Per room/night
  • Per packet
sellingType in response
  • On Request
  • Real Time
Availability messages for unavailable rooms
  • "availableMessageKey": "msg.room_is_available", "availableMessageValue": ""
  • "availableMessageKey": "msg.room_is_already_booked", "availableMessageValue": ""
  • "availableMessageKey": "msg.room_is_closed_for_booking", "availableMessageValue": ""
  • "availableMessageKey": "msg.object_is_closed", "availableMessageValue": ""
  • "availableMessageKey": "msg.price_is_not_defined", "availableMessageValue": ""
  • "availableMessageKey": "msg.minimum_nights", "availableMessageValue": "$number"
  • "availableMessageKey": "msg.minimum_adults", "availableMessageValue": "$number"
  • "availableMessageKey": "msg.room_is_not_available", "availableMessageValue": ""
  • "availableMessageKey": "msg.too_many_adults", "availableMessageValue": ""
  • "availableMessageKey": "msg.too_many_children", "availableMessageValue": ""
  • "availableMessageKey": "msg.selling_season_untill", "availableMessageValue": "$date"
  • "availableMessageKey": "msg.wrong_booking_dates", "availableMessageValue": ""