Amadeus · Arazzo Workflow
Amadeus Resolve Locations and Search Flights
Version 1.0.0
Resolve origin and destination IATA codes from keywords, then search flight offers between them.
View Spec
View on GitHub
TravelTravel TechnologyReservationsFlightsHotelsAirlinesHospitalityTours and ActivitiesCars and TransfersDestination ContentItinerary ManagementTrip PlanningArtificial IntelligenceMarket InsightsArazzoWorkflows
Provider
Workflows
resolve-locations-and-search-flights
Resolve two place keywords to IATA codes and search flights between them.
Looks up the origin and destination keywords in the locations reference data, extracts their IATA codes, and runs a flight offers search.
1
resolveOrigin
getAirportCitySearch
Resolve the origin keyword to a city IATA code via the locations reference data, matching on CITY subtype.
2
resolveDestination
getAirportCitySearch
Resolve the destination keyword to a city IATA code via the locations reference data, matching on CITY subtype.
3
searchOffers
getFlightOffers
Run a flight offers search between the two resolved IATA codes for the requested date and adult count.
Source API Descriptions
openapi