Food
Returns food per flight and flight cabin and whether it’s available, for a fee or free. Food is classified as snacks, light meals, and full multi-course mealsdata regarding food service (snacks/meals etc.).
# Use request parameter:
include=segments.fresh_food
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. "Premium dinner provided") |
quality | string | an assessment of the type of food available (better, standard, n/a) |
cost | string | whether there is a charge for food (free, paid, n/a) |
exists | string | food service exists on the flight in the cabin (yes, no, n/a) |
type | string | the type of food available (snack, premium snack, light meal, meal, premium meal, 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”) |