The Flight Most Traveled Destinations REST/JSON API provides a list of the most popular flight destinations from a given origin during a specific period. This can help answer questions like "Where are most people flying to from Paris during the month of September?"
Request
Authorization
Provide your bearer token in the
Authorization
header when making requests to protected resources.
Example:
Authorization: Bearer ********************
Query Params
Request samples
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl--location--request GET '/v1/travel/analytics/air-traffic/traveled?originCityCode=MAD&period=2019-11&sort=analytics.travelers.score&max=10'