Route prediction
Get Route Demand Prediction
get
/traveldemand/{product_dimension}/routes/prediction/{time_resolution}/{origin}/{destination}
Authorizations
x-api-keystringRequired
Path parameters
product_dimensionstring · enumRequiredPossible values:
Defines the target product dimension for history and prediction data points.
Attributes
SEARCH : str Represents the 'search_date' dimension, indicating interest in the period when travelers are searching for their flights.
TRAVEL : str Represents the 'travel_date' dimension, indicating interest in the period when travelers will board their flights.
time_resolutionstring · enumRequiredPossible values:
Defines the granularity of time for predictions or historical data.
Attributes
MONTHLY : str Represents a monthly granularity, providing predictions or historical data aggregated on a monthly basis.
WEEKLY : str Represents a weekly granularity, offering predictions or historical data aggregated on a weekly basis.
originstring · min: 3 · max: 3RequiredPattern:
[A-Z]{3}destinationstring · min: 3 · max: 3RequiredPattern:
[A-Z]{3}Responses
200
Successful Response
application/json
422
Validation Error
application/json
get
/traveldemand/{product_dimension}/routes/prediction/{time_resolution}/{origin}/{destination}Last updated
