Low Fare Forecast Mock Server
Forecasts whether the lowest published airfare will rise, fall, or remain stable within the next 7 days.
The Low Fare Forecast (beta) API provides predictive analytics for airfare pricing. It helps developers integrate fare trend insights into travel applications, allowing users to make informed decisions about when to book flights based on projected price fluctuations.
Use this hosted mock server to simulate Low Fare Forecast APIs without authentication, API keys, or extra dependencies. Point your code or SDK to the Beeceptor base URL, preferably through an environment variable or feature flag, and switch back to the production API when ready.
This keeps your integration code consistent across local development, QA, demos, and production.
Use cases:
Use this sandbox to validate fare trend response structures, test UI logic for price prediction indicators (rise/fall/stable), handle confidence interval data, and simulate various market scenarios for flight pricing over a 7-day window.
General
GET
| Query Parameter Name | Example |
|---|---|
origin* | ea Excepteur elit |
destination* | nulla adipisicing sint cillum |
departuredate* | sint Ut proident |
returndate* | esse laborum labore et |
{
"CurrencyCode": "BBD",
"DepartureDateTime": "2026-06-25T00:00:00.0Z",
"DestinationLocation": "DXB",
"Direction": "Increase",
"Links": [
{
"href": "https://api.cert.platform.sabre.com/v2/forecast/flights/fares?origin=DFW&destination=LAS&departuredate=2024-09-22&returndate=2024-09-27",
"rel": "self"
},
{
"href": "https://api.cert.platform.sabre.com/v2/forecast/flights/fares?origin=SEA&destination=LAX&departuredate=2025-04-20&returndate=2025-04-27",
"rel": "self"
}
],
"LowestFare": "299.99",
"OriginLocation": "DEN",
"Probability": 0.55,
"Recommendation": "Buy Now",
"ReturnDateTime": "2027-04-28T00:00:00.0Z"
}Missing schema or example in the OpenAPI spec.
Update the definition and recreate the mock server.Missing schema or example in the OpenAPI spec.
Update the definition and recreate the mock server.Service Homepage: developer.sabre.com/rest-api/low-fare-forecast-beta/v2
sabretravelflightsforecastingpricingrest