APIHub
Back to Explore

Flight Most Booked Destinations

Before using this API, we recommend you read our **[Authorization Guide](https://developers.amadeus.com/self-service/apis-docs/guides/authorization-262)** for more information on how to generate an access token.

Uncategorized
none
HTTPS
CORS: Unknown
Visit official documentation

Latency

1080ms p95

Uptime

0.0% 30d

Playground

Verified

live

Endpoints

REST · JSON
GET

/travel/analytics/air-traffic/booked

Returns a list of air traffic reports.

  • originCityCode (query, required) — Code for the origin city following IATA standard ([IATA table codes](http://www.iata.org/publications/Pages/code-search.aspx)). - e.g. BOS for Boston
  • period (query, required) — period 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 valid. * Future dates are not supported.
  • max (query) — maximum number of destinations in the response. Default value is 10 and maximum value is 50.
  • fields (query) — list of attributes desired in the response or list of attributes to remove from the response (with "-" before fields) * The attributes names must contain the whole path (except resource name) e.g. travelers
  • page[limit] (query) — maximum items in one page
  • page[offset] (query) — start index of the requested page
  • sort (query) — defines on which attribute the sorting will be done: * analytics.flights.score - sort destinations by flights score (decreasing) * analytics.travelers.score - sort destination by traveler's score (decreasing)

1 endpoint auto-detected

curl -X GET \
  "https://test.api.amadeus.com/v1/travel/analytics/air-traffic/booked"

test.api.amadeus.com · HTTPS only