This repository was archived by the owner on Jul 17, 2026. It is now read-only.
v3.0.0
Hotel Search v2 has been deployed (Hotel Search v1 is now deprecated)
General
- Remove the support for Hotel Search v1
- URLs for all three endpoints have been simplified for ease-of-use and consistency
Find Hotels
Find Hotels - 1st endpoint
- The parameter
hotelshas been renamed tohotelIds
View Hotel Rooms - 2nd endpoint
- Update from
amadeus.shopping.hotel('IALONCHO').hotelOffers.get()toamadeus.shopping.hotelOffersByHotel.get({hotelId : 'IALONCHO'}) - Now get all images in ‘View Hotels Rooms’ endpoint using the view parameter as
FULL_ALL_IMAGES
View Room Details - 3rd endpoint
- Updated from
amadeus.shopping.hotel('IALONCHO').offer('XXX').get()toamadeus.shopping.hotelOffer('XXX').get() - Image category added under Media in the response
- Hotel distance added in the response
- Response now refers to the common HotelOffer object model