Aircraft
Returns model type, window size and expected cabin pressure for the aircraft.
# Use request parameter:
include=segments.aircraft
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. "A320 (narrowbody)") |
quality | string | (Deprecated, will always return n/a ) |
model | string | model of plane (e.g. A320, 777, etc.) |
type | string | the type/size of equipment operated (bus, helicopter, jumbo, larger regional jet, narrowbody, smaller regional jet, train, turbo/prop, widebody, n/a) |
cabin_pressure | string | an assessment of the aircraft's cabin pressure (normal, enhanced, unpressurized, n/a) |
window_size | string | (Deprecated, will always return n/a ) |
updated_at | string | (Deprecated, will always return blank) |