latestOpenAPI 3.1.02026-08-21211181.8 KB

e5d7af502419

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.