Product
Jentic OSThe workplace. An in-house AI platform for every employeeJentic OneSafe access. Agents reach your systems without holding keysJentic AIRThe foundation. Gets your existing platforms ready for AI
Pricing
Developers

GET STARTED

DocumentationGuides and API referenceQuickstartGet up and running in minutes

COMMUNITY

GitHubOpen source projects and examplesOpen StandardsBuilt on open specs. Never locked in.
Resources
Company
About UsOur mission and teamCareersJoin our teamContactGet in touch
Install Jentic OneBook a Demo
Jentic OSJentic OneJentic AIR
Pricing
DocumentationQuickstartGitHubOpen Standards
Resources
About UsCareersContact
Request a demoInstall Jentic One
JenticJentic
For Enterprises
  • Product Overview
  • Agentic Sandbox
  • Book a Demo
For Developers
  • Jentic One
  • Documentation
  • GitHub
Company
  • About Jentic
  • Careers
  • Contact Us
  • Trust Centre
ISO/IEC 27001:2022 certification badge issued by Prescient SecurityISO/IEC 27001:2022 certification badge issued by Prescient Security

Information Security Management System

Certified to ISO/IEC 27001:2022 by Prescient Security

Terms & Conditions•Privacy Policy•
© 2026 Jentic. All rights reserved.
Switch to light modeSwitch to dark mode
APIs / Analytics / Amadeus / Flight Most Traveled Destinations
Flight Most Traveled Destinations logo

Amadeus Flight Most Traveled Destinations

Browse all Amadeus APIs
✓ Official Vendor SpecAnalyticsBusiness Intelligenceoauth21 EndpointsREST

For Agents

Return the destinations with the highest passenger traffic from an origin city in a given month so an agent can surface where people actually fly, not just where they book.

Use for: List the top travelled destinations from London in July, Find the busiest routes flown from JFK last month, Get traffic rank for destinations from CDG, I want the top 10 most travelled cities from MAD this summer

Not supported: Does not return real-time prices, bookable offers, or hotel data - use only to retrieve ranked travelled destinations from an origin city by month.

The Amadeus Flight Most Traveled Destinations API returns the destinations with the highest actual passenger traffic from a given origin city in a given month. Each entry includes the destination IATA code, a traffic rank, and a percentage share of the origin's total traffic. Travel publishers and analysts use it for 'where Londoners are flying this month' content and to benchmark route activity, separate from the Most Booked endpoint, which reflects commercial bookings rather than flown traffic.

Jentic One on GithubView OpenAPI Document

Install Jentic One Beta

Connect the Flight Most Traveled Destinations to your agent

Jentic One is a self-hosted execution layer for AI agents. It lets your agent call the Flight Most Traveled Destinations, or any other public or private API you need. You set the rules, the agent never sees your credentials, and every call is logged.

Two steps, two machines. Install the instance in a safe environment, then register your agent from wherever it runs.

1

Step 1: Jentic One Host machine

# On the machine that will host your Jentic One instance:
curl -fsSL "https://jentic.com/install.sh?src=apis&api=%2Fapis%2Famadeus.com%2Famadeus-flight-most-traveled-destinations" | sh
2

Step 2: Agent machine

# On the machine where your agent runs (keep this separate from the instance):
curl -fsSL "https://jentic.com/install.sh?src=apis&api=%2Fapis%2Famadeus.com%2Famadeus-flight-most-traveled-destinations" | sh
jentic register       # connects your agent to your Jentic One instance

Jentic One is in public beta. The setup above keeps your agent separate from the instance, which is what you want before using real credentials: an agent running as the same OS user as Jentic One can read its stored keys directly. Just evaluating? A single local install is fine to start. See the secure deployment guide for the tiers.

Capabilities

What an agent can do with Flight Most Traveled Destinations API.

Return the top travelled destinations from a given origin city for a specific calendar month

Rank destinations by passenger traffic and share of total origin traffic

Limit results to a configurable max page size for compact summaries

Compare flown traffic to commercial bookings on the same origin to detect mismatches

Sort by rank or analytics share to suit either popularity displays or analyst views

Use Cases

Patterns agents use Flight Most Traveled Destinations API for, with concrete tasks.

★ Where Are People Actually Flying Editorial

Travel publishers run a monthly piece showing the top destinations actually flown from a key feeder market by calling /travel/analytics/air-traffic/traveled with originCityCode and period. The traffic-based view differs from booking volumes (which can include unflown bookings) and produces a more honest 'real travel demand' headline.

Call /travel/analytics/air-traffic/traveled with originCityCode=LON and period=2026-05 and return the top 10 destinations with their traffic share.

Bookings vs Traffic Variance Check

Revenue analysts call both Most Booked and Most Traveled for the same origin and period, then flag destinations where the booking rank diverges sharply from the traffic rank. A destination popular in bookings but low in traffic suggests a high cancellation or no-show rate worth investigating.

Get the top 20 booked and top 20 travelled destinations from PAR for last month and return any destination whose ranks differ by more than 5 positions.

Hub Connectivity Audit

Airports and tourism boards audit how well their hub connects to global cities by ranking outbound traffic destinations by month. The endpoint provides a compact, machine-readable view suited to dashboards, without the integrator needing access to a flight-radar feed or proprietary booking warehouse.

Generate the top 25 outbound traffic destinations from CDG for each of the last 12 months and aggregate them into a connectivity dashboard.

Agent-Driven Travel Trend Brief via Jentic

An AI assistant answering 'what are the busiest routes from Madrid right now?' calls Flight Most Traveled Destinations through Jentic, takes the top entries with their share, and writes a short briefing. Jentic resolves OAuth and parameter shaping so the agent only declares the question.

Call jentic.search('most travelled Amadeus destinations from a city'), load the operation, and execute it with originCityCode=MAD and the current month to return ranked cities with shares.

Key Endpoints

1 endpoints — the amadeus flight most traveled destinations api returns the destinations with the highest actual passenger traffic from a given origin city in a given month.

METHOD

PATH

DESCRIPTION

GET

/travel/analytics/air-traffic/traveled

List most travelled destinations from an origin city by month

GET

/travel/analytics/air-traffic/traveled

List most travelled destinations from an origin city by month

Why Jentic?

What agents get from Jentic-routed access to this vendor.

Setup

Setup

Wiring the Flight Most Traveled Destinations API by hand means handling the Amadeus OAuth 2.0 client_credentials exchange, refreshing the bearer token, and calling GET /travel/analytics/air-traffic/traveled with the right query parameters against the correct Amadeus host and version. Through Jentic you install once, import Flight Most Traveled Destinations from the API Directory, store the Amadeus client credentials once, and your agent calls it.

Permission scoping

Permission scoping

The origin city code and period travel as query parameters, not as a resource id in the URL path, so scoping is by operation. You limit the agent to the operations it needs, such as reading the most travelled destinations from a city, and it cannot reach other Amadeus analytics or booking operations unless you add them.

Credential management

Credential isolation

Your Amadeus client_id and client_secret are stored once, encrypted, by your own Jentic One instance, which runs the client_credentials exchange and injects a fresh bearer token at execution time. The raw secret never enters the agent's prompt, logs, or context.

Intent-based discovery

Intent-based discovery

Agents search Jentic by intent such as 'list the most travelled destinations from Tokyo in March', and Jentic returns the /travel/analytics/air-traffic/traveled operation with its originCityCode and period parameters so the agent reads the ranking without browsing the Amadeus docs.

Related APIs

Alternatives and complements available in the Jentic catalogue.

Alternative

Flight Most Booked Destinations

→

Same shape, but ranks destinations by bookings rather than flown traffic.

Use when the commercial-booking signal matters more than the realised traffic signal.

Complementary

Flight Busiest Traveling Period

→

Identifies the busiest months to travel from a given origin.

Use to pick which period to query the most-travelled endpoint for.

Complementary

Flight Inspiration Search

→

Surfaces cheap destinations from an origin; pair with most-travelled for popular and affordable.

Use together when the agent should rank destinations by both traffic and price.

Complementary

Airport and City Search

Resolves city names to IATA codes required as input here.

Use upstream when the user names a city in natural language and the agent needs the IATA code.

FAQs

Specific to using Flight Most Traveled Destinations API through Jentic.

What authentication does the Flight Most Traveled Destinations API use?

Amadeus Self-Service OAuth 2.0 client_credentials. Exchange client_id and client_secret at https://api.amadeus.com/v1/security/oauth2/token for a bearer token and pass it in the Authorization header. Through Jentic, credentials live in the encrypted vault and the token is rotated automatically before each /travel/analytics/air-traffic/traveled call.

How does this differ from the Most Booked Destinations API?

Most Traveled ranks destinations by actual passenger traffic flown in the period, while Most Booked ranks them by commercial bookings made in that period. Bookings can include unflown reservations and cancellations, so the two views often diverge.

What are the rate limits for the Flight Most Traveled Destinations API?

Amadeus Self-Service Test environment caps analytics endpoints at 10 transactions per second per API key with a monthly quota; Production limits scale with the chosen plan tier. Bearer tokens themselves expire after roughly 30 minutes.

How do I get the top travelled destinations from a city through Jentic?

Run pip install jentic, then call jentic.search('most travelled Amadeus destinations from a city'), load the operation, and execute it with originCityCode and period in YYYY-MM. Jentic handles the OAuth exchange and returns the ranked destination list.

Which origin codes are accepted?

An IATA city code such as LON, NYC, or PAR. Test environment coverage is limited to the city set documented in the amadeus4dev/data-collection repo; Production covers any IATA city Amadeus indexes.

Is the Flight Most Traveled Destinations API free?

The Test environment is free with limited monthly quota. Production access is metered per transaction under an Amadeus Self-Service plan; pricing is published on the Amadeus for Developers portal.

Can I limit what my agent is allowed to do with the Flight Most Traveled Destinations API?

Yes. Because you run your own self-hosted Jentic One instance, your own rules decide which operations and credentials the agent may use. This API takes the origin city code and period as query parameters rather than as a resource id in the path, so scoping is by operation: you grant only the read on GET /travel/analytics/air-traffic/traveled that returns ranked travelled destinations from a city. With that scope in place the agent cannot reach other Amadeus analytics or booking operations, and it never sees your raw Amadeus client_id or client_secret.

GET STARTED

Start building with Flight Most Traveled Destinations API

Explore with Jentic One
View OpenAPI Document