Low Fare Forecast Virtual Sandbox

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 sandbox 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.

Low Fare Forecast virtual sandbox is up and running!

Use this sandbox URL as the API base in your code to simulate Low Fare Forecast responses instantly.

https://sabre-low-fare-forecast.mock.beeceptor.com



General

Query Parameter NameExample
origin*incididunt
destination*ullamco labore laboris
departuredate*fugiat cillum mollit ea
returndate*ut Lorem cupidatat voluptate nulla
{
  "CurrencyCode": "INR",
  "DepartureDateTime": "2026-07-31T00:00:00.0Z",
  "DestinationLocation": "LHR",
  "Direction": "Increase",
  "Links": [
    {
      "href": "https://api.cert.platform.sabre.com/v2/forecast/flights/fares?origin=SFO&destination=JFK&departuredate=2025-03-05&returndate=2025-03-12",
      "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"
    },
    {
      "href": "https://api.cert.platform.sabre.com/v2/forecast/flights/fares?origin=MIA&destination=DFW&departuredate=2025-05-15&returndate=2025-05-22",
      "rel": "self"
    }
  ],
  "LowestFare": "99.99",
  "OriginLocation": "LAS",
  "Probability": 0.11,
  "Recommendation": "Buy Now",
  "ReturnDateTime": "2027-06-15T00: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.
sabretravelflightsforecastingpricingrest