Seat
Returns the physical seat type for every subfleet in every cabin of the aircraft, and the corresponding legroom, pitch, width and flatness.
# Use request parameter:
include=segments.seat
Response parameters:
Attributes | Type | Description/Values |
---|---|---|
id | num | unique numerical identifier (e.g. 1) |
display_text | string | up to 30-character string (English) see character limits by language (e.g. "Above average legroom (32")") |
quality | string | (Deprecated, will always return n/a ) |
legroom | string | an assessment of the legroom available (less, more, standard, n/a) |
pitch | string | the number of inches of seat pitch (distance from any point on one seat to the same point on the seat in front of or behind it, e.g. 32) |
width | string | an assessment of the seat width (economy only) (standard, wider, n/a) |
flatness | string | an assessment of whether the seat reclines a full 180°, at an angle or doesn't lie flat (premium cabins only) (angle flat, full flat, not flat, n/a) |
type | string | the seat type available (above average legroom, angle flat seat, below average legroom, cradle recliner, full flat pod, full flat seat, private suite, recliner seat, skycouch, standard legroom, unknown) |
updated_at | string | (Deprecated, will always return blank) |