Flight Busiest Traveling Period
FB
Flight Busiest Traveling Period
/travel/analytics/air-traffic/busiest-period

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-busiest-traveling-period /travel/analytics/air-traffic/busiest-period for me.

Input

FieldTypeDescription
cityCode*stringCode for the city following IATA standard. [IATA table codes](http://www.iata.org/publications/Pages/code-search.aspx) - e.g. BOS for Boston default null
period*stringtime period (year) of the statistics. Year for which the statistic are requested following [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) default null
directionstring (ARRIVING | DEPARTING)Use ARRIVING to have statistics on travelers coming to the city or DEPARTING for statistics on travelers leaving the city. By default, statistics are given on travelers ARRIVING the city. default "ARRIVING"

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-busiest-traveling-period","endpoint":"/travel/analytics/air-traffic/busiest-period","input":{"cityCode":"...","period":"...","direction":"ARRIVING"}}'
cli
npx cracked-ai run -p oa-amadeus-com-amadeus-flight-busiest-traveling-period -e /travel/analytics/air-traffic/busiest-period -i '{"cityCode":"...","period":"...","direction":"ARRIVING"}'
mcp
run_tool({ provider: "oa-amadeus-com-amadeus-flight-busiest-traveling-period", endpoint: "/travel/analytics/air-traffic/busiest-period", input: {"cityCode":"...","period":"...","direction":"ARRIVING"} })

Try it

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