Despegar Hotel content API
The Hotel content API from Despegar — 3 operation(s) for hotel content.
The Hotel content API from Despegar — 3 operation(s) for hotel content.
Every API here is available over the APIs.io API and to AI agents over MCP.
One button, every client — Claude, Cursor, VS Code and the rest.
https://apis.io/mcp
find_apisBrowse and filter every API in the catalog.get_api_artifactsOne API's artifacts, grouped by type.get_openapiThe primary OpenAPI for this API.find_similar_apisAPIs that look like this one.apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.resolveTurn a domain, URL or GitHub org into the provider it belongs to.find_cohortsEvery scored population of providers in the catalog.curl "https://apis.io/api/v1/apis/despegar-hotel-content-api"
curl "https://apis.io/api/v1/apis?limit=25"
Discovery needs no key. Ratings and market analysis are Pro.
Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.
A second provider on the same verified email joins the account you already have.
openapi: 3.2.0
info:
title: Activities Availability Hotel content API
version: 1.0.0
description: 'API for activities: tickets, modalities, availability, prebook, payments, and booking. Authentication via API Key.'
servers:
- url: https://api-dev.despegar.com/v3/activities-api
description: Sandbox
- url: https://apis-uat.despegar.com/v3/activities-api
description: UAT
- url: https://api.despegar.com/v3/activities-api
description: Production
security:
- ApiKeyAuth: []
tags:
- name: Hotel content
paths:
/content-api/hotels/fee-types:
get:
tags:
- Hotel content
summary: Fee-types
responses:
'200':
description: Successful response
content:
application/json:
schema:
type: array
items:
type: object
properties:
id:
type: string
description: Fee type identifier
description:
type: object
description: Fee type descriptions in multiple languages
properties:
es:
type: string
description: Description in Spanish
en:
type: string
description: Description in English
pt:
type: string
description: Description in Portuguese
'400':
description: Invalid request
'401':
description: Unauthorized
'500':
description: Internal server error
/content-api/hotels/amenities:
get:
tags:
- Hotel content
summary: Amenities
responses:
'200':
description: Successful response
content:
application/json:
schema:
type: array
items:
type: object
properties:
id:
type: string
description:
type: object
description: Descriptions in multiple languages
properties:
es:
type: string
description: Description in Spanish
en:
type: string
description: Description in English
pt:
type: string
description: Description in Portuguese
amenity_category:
type: object
properties:
id:
type: string
icon:
type: string
descriptions:
type: object
properties:
pt:
type: string
en:
type: string
es:
type: string
orders:
type: array
items:
type: object
properties:
type:
type: string
order:
type: integer
amenities:
type: array
items:
type: object
properties:
id:
type: string
description:
type: object
properties:
pt:
type: string
en:
type: string
es:
type: string
amenity_order:
type: array
items:
type: object
properties:
type:
type: string
order:
type: integer
'400':
description: Invalid request
'401':
description: Unauthorized
'500':
description: Internal server error
/content-api/hotels/meal-plans:
get:
tags:
- Hotel content
summary: Meal-plans
responses:
'200':
description: Successful response
content:
application/json:
schema:
type: array
items:
type: object
properties:
id:
type: string
description:
type: object
description: Descriptions in multiple languages
properties:
es:
type: string
description: Description in Spanish
en:
type: string
description: Description in English
pt:
type: string
description: Description in Portuguese
sub_categories:
type: array
description: Not all categories have subcategories
items:
type: object
properties:
id:
type: string
description:
type: object
description: Descriptions in multiple languages
properties:
es:
type: string
description: Description in Spanish
en:
type: string
description: Description in English
pt:
type: string
description: Description in Portuguese
driver:
type: array
description: This field is only returned for Disney IDs.
enum:
- DNY_DELUXE
- DNY_FAST_FOOD
- DNY_REGULAR
items:
type: object
properties:
code:
type: string
description:
type: object
properties:
es:
type: string
pt:
type: string
en:
type: string
breakdowns:
type: object
description: This field is only returned for Disney IDs.
enum:
- DNY_DELUXE
- DNY_FAST_FOOD
- DNY_REGULAR
properties:
en:
type: array
es:
type: array
pt:
type: array
disclaimers:
type: object
description: This field is only returned for Disney IDs.
enum:
- DNY_DELUXE
- DNY_FAST_FOOD
- DNY_REGULAR
properties:
en:
type: array
es:
type: array
pt:
type: array
images:
type: array
highlights:
type: array
description: This field is only returned for Disney IDs.
enum:
- DNY_DELUXE
- DNY_FAST_FOOD
- DNY_REGULAR
items:
type: object
properties:
code:
type: string
description:
type: object
properties:
en:
type: string
es:
type: string
pt:
type: string
deals:
type: array
description: This field is only returned for Disney IDs.
enum:
- DNY_DELUXE
- DNY_FAST_FOOD
- DNY_REGULAR
items:
type: object
properties:
code:
type: string
description:
type: object
properties:
en:
type: string
es:
type: string
pt:
type: string
'400':
description: Invalid request
'401':
description: Unauthorized
'500':
description: Internal server error
components:
securitySchemes:
ApiKeyAuth:
type: apiKey
in: header
name: x-apikey
BearerAuth:
type: http
scheme: bearer
x-readme: {}