Beverages
Returns alcoholic and non-alcoholic beverages and whether they’re available, for a fee or free.
# Use request parameter:
include=segments.beverage
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 | an assessment of the type of beverage available (better, standard, 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 | indicates when the data element was last updated (date and time in ISO 8601 formatted field e.g. “2018-11-04T09:20:22Z”) |