Layout

Returns configuration layout and orientation of seats covering everything from classic layouts to the newest space-saving premium-cabin configurations.

Copy
Copied
// Use "amenity_categories_filter" key in request body:
{
  "control": {
  	"includes": [
  	  "amenity"							// response should return amenities
  	],
    "amenity_categories_filter": [
      "layout",						  // use this value for the individual amenity
      "layout_summary"			// use this value for the amenity summary
    ],
    // ...
  }
// ...
}

Response parameters:

Attributes Type Description/Values
id num unique numerical identifier (e.g. 1)
display_text string up to 30-character string for (English) see character limits by language (e.g. "More space (3-3-3)")
quality string (Deprecated, will always return n/a)
row_layout string The most prevalent configuration of seats in the cabin for the aircraft subfleet operated (e.g. "3-3-3")
direct_aisle_access string whether all seats in the configuration offer direct aisle access (premium cabins only) (yes, no, n/a)
type string orientation of seats (forward, middle seat free, staggered, forward-backward, angled pods, yin-yang, herringbone, staggered herringbone, v-shaped, reverse herringbone, angled, layered, n/a)
updated_at string (Deprecated, will always return blank)