Market insights
With Amadeus Self-Service APIs, you can get insights from millions of bookings and our technology partners. In the Market insights category, we have four APIs available.
APIs | Description |
---|---|
Flight Most Traveled Destinations | See the top destinations by passenger volume for a given city and month. |
Flight Most Booked Destinations | See the top destinations by booking volume for a given city and month. |
Flight Busiest Traveling Period | See monthly air traffic levels by city to understand season trends. |
Find the top destinations or the busiest period for a given city
You may wonder which destination the travelers travel to the most and when is the busiest period for a given city. You can get the travel insight from a given city and month with the following three endpoints.
Information
- The results of these three endpoints are based on estimated flight traffic summary data from the past 12 months.
- Flight traffic summary data is based on bookings made over Amadeus systems.
The top destinations by passenger volume
Flight Most Traveled Destinations API returns the most visited destinations from a given city.
The top destinations by booking volume
Flight Most Booked Destinations API returns the most booked destinations from a given city.
The busiest month/period by air traffic
Flight Busiest Traveling Period API returns the peak periods for travel to/from a specific city.
Response
The three endpoints have the same response structure.
Response to the top destinations from a given city :
Response to the busines period from a given city :
subType
isBOOKED
orTRAVELED
, depending on the endpoint.- In
analytics
, thescore
inflight
is flights to this destination as a percentage of total departures, and thescore
intraveler
is the number of passengers traveling to the destination as a percentage of total passenger departures.
Sorting
Sorting is enabled on the "top destinations" endpoints.
- analytics.flights.score - sort destination by flights score (decreasing)
- analytics.travelers.score - sort destination by traveler's score (decreasing)
For example :
Direction
For the Flight Busiest Traveling Period insight, you can specify the direction as:
ARRIVING
for statistics on travelers arriving in the cityDEPARTING
for statistics on travelers leaving the city
By default, statistics are given on travelers ARRIVING in the city.