Flight Most Traveled Destinations
FM
Flight Most Traveled Destinations
/travel/analytics/air-traffic/traveled

Returns a list of air traffic reports.

Returns a list of air traffic reports.

liveunknown~3s typical
air-trafficflight
$0.0020
per call
plus $0.001 platform fee per run
Public API, no upstream charge
$Set up https://cracked-ai-pearl.vercel.app/SKILL.md, then use Cracked to run oa-amadeus-com-amadeus-flight-most-traveled-destinations /travel/analytics/air-traffic/traveled for me.

Input

FieldTypeDescription
originCityCode*stringCode for the origin city following IATA standard ([IATA table codes](http://www.iata.org/publications/Pages/code-search.aspx)). - e.g. BOS for Boston default null
period*stringperiod when consumers are traveling. * It can be a month only. * [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format must be used - e.g. 2015-05. * Period ranges are not supported. * Only per default null
maxnumbermaximum number of destinations in the response. Default value is **10** and maximum value is 50. default 10

Call it

curl
curl https://cracked-ai-pearl.vercel.app/v1/run \
  -H "Authorization: Bearer ck_live_..." -H "content-type: application/json" \
  -d '{"provider":"oa-amadeus-com-amadeus-flight-most-traveled-destinations","endpoint":"/travel/analytics/air-traffic/traveled","input":{"originCityCode":"...","period":"...","max":10}}'
cli
npx cracked-ai run -p oa-amadeus-com-amadeus-flight-most-traveled-destinations -e /travel/analytics/air-traffic/traveled -i '{"originCityCode":"...","period":"...","max":10}'
mcp
run_tool({ provider: "oa-amadeus-com-amadeus-flight-most-traveled-destinations", endpoint: "/travel/analytics/air-traffic/traveled", input: {"originCityCode":"...","period":"...","max":10} })

Try it

Runs against your signed-in workspace balance. Sign in if you have not.