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. |
Location Score | Assess a neighborhood’s popularity for sightseeing, shopping, eating out, or nightlife. |
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.
Find insight within a given city
Apart from the top destinations and busiest period insight in a city, you can also help users gain insights into a neighborhood, hotel, or vacation rental with the Location Score API.
For a given latitude and longitude, it provides popularity scores for the following leisure and tourism categories:
- Sightseeing
- Restaurants
- Shopping
- Nightlife
For each category, the API provides an overall popularity score as well as scores for select subcategories, such as luxury shopping, vegetarian restaurants, or historical sights. Location scores are on a simple 0-100 scale and are powered by the AVUXI TopPlace algorithm, which analyzes millions of online reviews, comments, and points of interest.
Notes
- For each location, the API will return scores for a 200m., 500m., and 1500m. radius.
- Scores indicate positive traveler sentiments and may not reflect the most visited locations.
Request:
Response: