The Flight Most Booked Destinations REST / JSON API allows to find the most popular flight destinations from an origin during a flight period. This can help answer questions like "Where are most people from Paris, in September, plan to go?"
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/booked?originCityCode=NCE&period=2017-11'