Flight Most Booked Destinations
FM
Flight Most Booked Destinations
/travel/analytics/air-traffic/booked

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-booked-destinations /travel/analytics/air-traffic/booked 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 format must be used - e.g. 2015-05. * Period ranges are not supported. * Only periods from 2011-01 up to previous month are vali 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-booked-destinations","endpoint":"/travel/analytics/air-traffic/booked","input":{"originCityCode":"...","period":"...","max":10}}'
cli
npx cracked-ai run -p oa-amadeus-com-amadeus-flight-most-booked-destinations -e /travel/analytics/air-traffic/booked -i '{"originCityCode":"...","period":"...","max":10}'
mcp
run_tool({ provider: "oa-amadeus-com-amadeus-flight-most-booked-destinations", endpoint: "/travel/analytics/air-traffic/booked", input: {"originCityCode":"...","period":"...","max":10} })

Try it

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