Beverages

Returns alcoholic and non-alcoholic beverages and whether they’re available, for a fee or free.

Copy
Copied
// Use "amenity_categories_filter" key in request body:
{
  "control": {
  	"includes": [
  	  "amenity"							// response should return amenities
  	],
    "amenity_categories_filter": [
      "beverage",						// use this value for the individual amenity
      // "beverage_summary"				// beverage summary category is coming soon
    ],
    // ...
  }
// ...
}

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. "Alcohol & beverages available")
quality string (Deprecated, will always return n/a)
alcoholic_cost string whether there is a charge for alcoholic beverages (free, free or paid, paid, n/a)
nonalcoholic_cost string whether there is a charge for non-alcoholic beverages (free, free or paid, paid, n/a)
exists string whether beverages exist on the flight in the cabin (yes, no, n/a)
type string type of beverage available (alcoholic, nonalcoholic, premium alcoholic, alcoholic and nonalcoholic, n/a)
updated_at string (Deprecated, will always return blank)