Flights

List a fare's options

Returns a Book-on-Wego fare's bookable options (price, baggage, refundability, penalties, and the carrier's terms links when it publishes any), ordered by leg then price. A multi-leg trip needs ONE option per leg - read the top-level price, never min(options). Non-wego fareId 400; stale 404.

get/v1/flights/fares/{fareId}/options

Path parameters

fareIdstring required

The Book-on-Wego fare id from a flight-search trip detail.

Query parameters

currencystring
Example:AED

Pricing currency as a 3-letter ISO 4217 code.

localestring
Example:en

Response language tag.

Response

The fare options, ordered by leg then cheapest-first within a leg.

fareIdstring required

The fare id these options are for.

currencyCodestring required

The currency the prices are quoted in – the same value as metadata.currencyCode, which carries currencyCodeSource beside it. Unlike the results read, this route quotes in the currency it asked for, so the two cannot disagree.

Changes

Changed in 2 of the 8 revisions of this API.61

    • added the new rates_require_hotel_search enum value to the response property for the response status

      response-property-enum-value-added

    • added the new rates_require_hotel_search enum value to the response property for the response status

      response-property-enum-value-added

    • added the new rates_require_hotel_search enum value to the response property for the response status

      response-property-enum-value-added

    • added the new rates_require_hotel_search enum value to the response property for the response status

      response-property-enum-value-added

    • added the new rates_require_hotel_search enum value to the response property for the response status

      response-property-enum-value-added

    • added the new rates_require_hotel_search enum value to the response property for the response status

      response-property-enum-value-added

    • added the required property to the response with the status

      response-required-property-added