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.
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 8601](https://en.wikipedia.org/wiki/ISO_8601) 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 destination 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/traveled"