https://amadeus.com/travel/analytics/air-traffic/busiest-periodCode for the city following IATA standard. [IATA table codes](http://www.iata.org/publications/Pages/code-search.aspx) - e.g. BOS for Boston
time period (year) of the statistics. Year for which the statistic are requested following [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601)
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.
{
"success": true,
"data": {
"id": "abc123",
"created_at": "2025-01-01T00:00:00Z"
}
}{
"success": false,
"error": {
"code": "VALIDATION_ERROR",
"message": "Invalid request parameters"
}
}1curl --request GET \2 --url 'https://amadeus.com/travel/analytics/air-traffic/busiest-period' \3 --header 'accept: application/json' \4 --header 'content-type: application/json'1{2 "success": true,3 "data": {4 "id": "abc123",5 "created_at": "2025-01-01T00:00:00Z"6 }7}https://amadeus.com/travel/analytics/air-traffic/busiest-periodCode for the city following IATA standard. [IATA table codes](http://www.iata.org/publications/Pages/code-search.aspx) - e.g. BOS for Boston
time period (year) of the statistics. Year for which the statistic are requested following [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601)
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.
{
"success": true,
"data": {
"id": "abc123",
"created_at": "2025-01-01T00:00:00Z"
}
}{
"success": false,
"error": {
"code": "VALIDATION_ERROR",
"message": "Invalid request parameters"
}
}1curl --request GET \2 --url 'https://amadeus.com/travel/analytics/air-traffic/busiest-period' \3 --header 'accept: application/json' \4 --header 'content-type: application/json'1{2 "success": true,3 "data": {4 "id": "abc123",5 "created_at": "2025-01-01T00:00:00Z"6 }7}