---
title: "Meal-plans"
method: GET
path: "/content-api/hotels/meal-plans"
tags: ["Hotel content"]
---

# Meal-plans

`GET /content-api/hotels/meal-plans`

## Response `200`

Successful response

- object[]
  - `id` string
  - `description` object — Descriptions in multiple languages
    - `es` string — Description in Spanish
    - `en` string — Description in English
    - `pt` string — Description in Portuguese
  - `sub_categories` object[] — Not all categories have subcategories
    - `id` string
    - `description` object — Descriptions in multiple languages
      - `es` string — Description in Spanish
      - `en` string — Description in English
      - `pt` string — Description in Portuguese
  - `driver` object[] — This field is only returned for Disney IDs.
    - `code` string
    - `description` object
      - `es` string
      - `pt` string
      - `en` string
  - `breakdowns` object — This field is only returned for Disney IDs.
    - `en` unknown[]
      - unknown
    - `es` unknown[]
      - unknown
    - `pt` unknown[]
      - unknown
  - `disclaimers` object — This field is only returned for Disney IDs.
    - `en` unknown[]
      - unknown
    - `es` unknown[]
      - unknown
    - `pt` unknown[]
      - unknown
  - `images` unknown[]
    - unknown
  - `highlights` object[] — This field is only returned for Disney IDs.
    - `code` string
    - `description` object
      - `en` string
      - `es` string
      - `pt` string
  - `deals` object[] — This field is only returned for Disney IDs.
    - `code` string
    - `description` object
      - `en` string
      - `es` string
      - `pt` string

## Other responses

- `400` — Invalid request
- `401` — Unauthorized
- `500` — Internal server error

---

[API](https://skmtc.net/despegar/apis/decolar-booking-api.md) · [All operations](https://skmtc.net/despegar/apis/decolar-booking-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/despegar/decolar-booking-api/revisions/2fb15f2434ea/schema)
