Hotel API
The company that created the smart llm model for finding vacations currently allows you to connect to their API. For service and support: [email protected] This API retrieves comprehensive hotel information including photos, address, GPS coordinates, static and embeddable map URLs based on hotel name or ID. It aggregates data from multiple third-party sources with proper image attribution and…
Hotel API endpoints
| Method | Endpoint | Description |
|---|---|---|
| GET |
Get Search Cities /v1/hotel/reference-data-locations-cities |
This API searches for cities based on a keyword and returns matching city details, including city codes and locations, allowing users to find cities without modifying any data. |
| GET |
Get Hotel List /v1/hotel/reference-data-locations-hotels-by-city |
This API retrieves a list of hotels for a given city code using the Amadeus API, returning detailed hotel information such as names, locations, and availability indicators. |
| GET |
Get Hotel Offer /v1/hotel/shopping-hotel-offers |
This API retrieves hotel offers from Amadeus based on dynamic query parameters, allowing users to search for hotels by city, check-in and check-out dates, and other criteria,… |
| POST |
Get Hotel Images /v1/media/places-hotel-images |
Fetch up to 5 high-quality images of a hotel based on its name and coordinates. Ideal for displaying visual content in selected hotels. |