---
title: "Amenities"
method: GET
path: "/content-api/hotels/amenities"
tags: ["Hotel content"]
---

# Amenities

`GET /content-api/hotels/amenities`

## 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
  - `amenity_category` object
    - `id` string
    - `icon` string
    - `descriptions` object
      - `pt` string
      - `en` string
      - `es` string
    - `orders` object[]
      - `type` string
      - `order` integer
    - `amenities` object[]
      - `id` string
      - `description` object
        - `pt` string
        - `en` string
        - `es` string
      - `amenity_order` object[]
        - `type` string
        - `order` integer

## 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)
