/
SEARCH HOTELS

SEARCH HOTELS

API method: GET/ searchAccommodation

With this method you can search hotels, villas, apartments and other types of accommodation.

The main parameters of the request:

  • cityId (mandatory) – Use GET/ locations to get id;

  • supplierId – Use GET/ companies to get id;

  • hotelCode – Search offers for indicated hotel code;

  • hotelId – Internal id of hotel. Use GET /hotels to get id;

  • startDate(mandatory) - Check in date, yyyy-mm-dd;       

  • endDate (mandatory) - Check out date, yyyy-mm-dd;

  • rooms (mandatory) – Room in the format = adults:2,childrenAges:7,8 (childrenAges is optional);

  • offerLimit - Limit on the number of products.


Go to Accommodations - Choose GET/ searchAccommodation method.
Enter parameters and press “Try it out” button: