---
title: "Returns complete hotel content for a given hotel ids (max 50)"
method: GET
path: "/api/v1/hotelcontent"
tags: ["HotelContent"]
---

# Returns complete hotel content for a given hotel ids (max 50)

`GET /api/v1/hotelcontent`

Returns complete hotel content for a given hotel ids (max 50)

## Query parameters

- `hotelIds` string[], required

## Headers

- `api-key` string, required
- `customer-id` string, required
- `affiliate-id` string, required
- `user-ip` string, required
- `correlation-id` string, required

## Response `200`

Success

- HotelContentResponse
  - `hotels` HotelContent[] — List of Hotels with static content
    - `id` string — Unique Id of the hotel
    - `name` string — Name of the hotel
    - `geoCode` GeoCode
      - `lat` number, double — Latitude of the location
      - `long` number, double — Longitude of the location
    - `neighbourhoods` string[], nullable — Neighbourhoolds around the hotel
    - `contact` Contact
      - `phone` string
      - `address` Address
        - `line1` string, required
        - `line2` string, nullable
        - `city` City, required
          - `name` string, nullable
          - `code` string, required
        - `state` State, required
          - `name` string, nullable
          - `code` string, required
        - `country` Country, required
          - `name` string, nullable
          - `code` string, required
        - `postalCode` string, required
      - `email` string
    - `chainCode` string, nullable — Chain code of the hotel
    - `chainName` string, nullable — Chain name of the hotel
    - `type` string, nullable — Type of the hotel
    - `website` string, nullable — Website of the hotel
    - `descriptions` Description[] — Descriptions of the hotel
      - `type` string — Type of description
      - `text` string — Text of description
    - `category` string, nullable — Category of the hotel
    - `starRating` number, double — Star rating of the hotel
    - `facilities` Facility[], nullable — Facilities of the hotel
      - `name` string, nullable
      - `description` string, nullable
      - `id` string, nullable
    - `nearByAttractions` NearByAttraction[], nullable — Near by attractions from the hotel
      - `name` string
      - `distance` string, nullable
      - `description` string, nullable
      - `type` string, nullable
    - `images` Image[] — List of images of the hotel
      - `url` string, nullable — Url of the image
      - `links` ImageLink[], nullable — Link to images of different sizes
        - `url` string, nullable — Url of the image
        - `size` string, nullable — Size of the image
      - `caption` string, nullable — Caption of the image
      - `roomCodes` string[], nullable
    - `policies` Policy[], nullable — Policies of the hotel
      - `type` string
      - `text` string
    - `fees` Fee[], nullable — Any fee component charged by the hotel
      - `feeType` string
      - `text` string, nullable
    - `reviews` Review[], nullable — Reviews of the hotel
      - `provider` string, nullable
      - `count` integer
      - `rating` number, double
      - `url` string, nullable
    - `checkinInfo` CheckinInfo
      - `beginTime` string, nullable
      - `endTime` string, nullable
      - `instructions` string[], nullable
      - `specialInstructions` string[], nullable
      - `minAge` integer, nullable
    - `checkoutInfo` CheckoutInfo
      - `time` string, nullable
    - `heroImage` string, nullable — Hero image of the hotel
    - `rooms` Room[], nullable — Rooms static information
      - `id` string — Id of the room
      - `name` string — Name of the room
      - `code` string, nullable — Room code
      - `description` string — Room description
      - `beds` Bed[], nullable — Bed details for the room
        - `type` string — Type of bed, e.g. Double bed, King bed etc.
        - `description` string, nullable — Bed descriptive information
        - `count` integer — Bed count for the room
        - `size` string, nullable — Size of the bed
      - `isSmokingAllowed` boolean, nullable — Smoking allowed
      - `facilities` Facility[], nullable — Facilities avaiable as part of the room
        - `name` string, nullable
        - `description` string, nullable
        - `id` string, nullable
      - `images` Image[], nullable — Images of the room
        - `url` string, nullable — Url of the image
        - `links` ImageLink[], nullable — Link to images of different sizes
          - `url` string, nullable — Url of the image
          - `size` string, nullable — Size of the image
        - `caption` string, nullable — Caption of the image
        - `roomCodes` string[], nullable
      - `maxGuestsAllowed` integer, nullable — Maximum number of guests allowed
      - `maxAdultsAllowed` integer, nullable — Maximum adults allowd
      - `maxChildrenAllowed` integer, nullable — Maximum children allowed
      - `area` RoomArea
        - `squareMeters` string, nullable — Room area in square meters
        - `squareFeet` string, nullable — Room area in square feet
        - `text` string, nullable — Room area information
      - `views` string[], nullable — Views associated with the room
      - `type` string, nullable — Room Type
      - `isMappedRoom` boolean
    - `imageCount` integer — Total count of images of the hotel
    - `language` string, nullable — Culture information of the content
    - `attributes` Attributes[], nullable — Additional attributes
      - `key` string, nullable — Additional attributes key
      - `value` string, nullable — Additional attributes value
      - `desc` string, nullable — Additional attributes description

## Other responses

- `400` — ClientSideError
- `500` — ServerSideError

---

[API](https://skmtc.net/zentrumhub/apis/hotelcontent-api.md) · [All operations](https://skmtc.net/zentrumhub/apis/hotelcontent-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/zentrumhub/hotelcontent-api/revisions/9fa4830db488/schema)
