Flights

Read a trip's experience signals

Per-leg signals for what a journey is like to sit through: overnight, longStopover, earlyDeparture, lateArrival, plus positive-only witnesses for a tight connection, aircraft age and carrier rating. No score - Recommended sort ranks on the price-adjusted fare score, which one would not match.

get/v1/flights/trips/{tripId}/experience

Path parameters

tripIdstring required

The trip from a flight-search result. Shaped {searchId}:{tripCode}.

Query parameters

searchIdstring

Optional cross-check. When supplied it must equal the tripId's first :-segment; a mismatch is rejected.

Response

The trip's per-leg signals. A witness field that is absent was not asserted; it is not a negative.

tripIdstring required

The trip these signals are for.

Changes

Changed in 1 of the 8 revisions of this API.6

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

      response-property-enum-value-added

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

      response-property-enum-value-added

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

      response-property-enum-value-added

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

      response-property-enum-value-added

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

      response-property-enum-value-added

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

      response-property-enum-value-added