ContentAPI

Number of APIs: 22

CONTENTAPI has been designed to retrieve all the details of the hotels available in our BOOKINGAPI. CONTENTAPI contains several methods that allow you to obtain the details of the hotels as well as list of destinations, countries and the master types that complement the hotels informatoin (like room type descriptions, accommodation type descriptions, categories descriptions...).

The main operation that we have is the Hotels Operation which is connected to the rest of methods, we can consider three different connections based on the information returned in each operation:

Note that the Languages operation will be connected to all the operations in which a description is returned, since we will return the language code in which that description has been returned.

  1. Hotels - Hotels GET {{endpoint}}/hotel-content-api/1.0/hotels?fields=all&language=ENG&from=1&to=100&useSecondaryLanguage=false

  2. Locations - Destinations GET {{endpoint}}/hotel-content-api/1.0/locations/destinations?fields=all&language=ENG&from=1&to=100&useSecondaryLanguage=false

  3. Hotels - HotelDetails GET {{endpoint}}/hotel-content-api/1.0/hotels/{{hotelCode}}/details?language=ENG&useSecondaryLanguage=False

  4. Locations - Countries GET {{endpoint}}/hotel-content-api/1.0/locations/countries?fields=all&language=ENG&from=1&to=203

  5. Types - Accommodations GET {{endpoint}}/hotel-content-api/1.0/types/accommodations?fields=all&language=ENG&from=1&to=100&useSecondaryLanguage=True

  6. Types - Boards GET {{endpoint}}/hotel-content-api/1.0/types/boards?fields=all&language=ENG&from=1&to=100&useSecondaryLanguage=True

  7. Types - Categories GET {{endpoint}}/hotel-content-api/1.0/types/categories?fields=all&language=ENG&from=1&to=100&useSecondaryLanguage=True

  8. Types - Chains GET {{endpoint}}/hotel-content-api/1.0/types/chains?fields=all&language=ENG&from=1&to=100&useSecondaryLanguage=True

  9. Types - Currencies GET {{endpoint}}/hotel-content-api/1.0/types/currencies?fields=all&language=ENG&from=1&to=100&useSecondaryLanguage=True

  10. Types - Facilities GET {{endpoint}}/hotel-content-api/1.0/types/facilities?fields=all&language=ENG&from=1&to=100&useSecondaryLanguage=True