https://amadeus.com/travel/analytics/air-traffic/bookedCode 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 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.
maximum number of destinations in the response. Default value is 10 and maximum value is 50.
{
"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/booked' \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/bookedCode 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 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.
maximum number of destinations in the response. Default value is 10 and maximum value is 50.
{
"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/booked' \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}