Need help with your APIs? I offer API discovery, governance & evangelism services. Explore services →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

Hotelbeds Content API

The Content API from Hotelbeds — 3 operation(s) for content.

Hotelbeds Content API is one of 5 APIs that Hotelbeds publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

Tagged areas include Content. The published artifact set on APIs.io includes an OpenAPI specification, API documentation, and an API reference.

This API exposes 3 operations across 3 paths, and defines 2 schemas. It is described by OpenAPI 3.0.1, at version 1.0.

Requests are made against 2 base URLs: https://api.hotelbeds.com, https://api.test.hotelbeds.com.

3 operations 3 paths 2 schemas 3 GET

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.0.1
API Version
1.0
Base URL
https://api.hotelbeds.com/hotel-api/1.0
Authentication
API Key, API Key
Terms of Service
Resource Areas
1

Authentication & Security 2

Hotelbeds Content API declares 2 security schemes for authenticating requests. An API key is passed in the header as Api-key (ApiKeyAuth). An API key is passed in the header as X-Signature (SignatureAuth). By default, every request must be authenticated.

  • ApiKeyAuth — Your APItude API key, issued per API suite (Hotel, Activities, Transfers).
  • SignatureAuth — SHA256 hash, in hexadecimal, of the concatenation of the API key, the shared secret, and the current Unix timestamp in seconds.

Paths & Operations 3

Across 3 paths, the API surfaces 3 operations — 3 GET. Each is listed below with its method, path, parameters, and response codes.

Content 3
GET
/hotel-content-api/1.0/hotels
Hotel content
getHotelContent 4 params → 200
GET
/hotel-content-api/1.0/locations/countries
Countries
getCountries 2 params → 200
GET
/hotel-content-api/1.0/locations/destinations
Destinations
getDestinations 2 params → 200

Schemas 2

The contract defines 2 schemas that model the data the API accepts and returns. The most detailed are Hotel (6 properties), HotelContentResponse (4 properties). Each schema is shown below with its type and property counts.

Hotel
object
6 properties
HotelContentResponse
object
4 properties

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

hotelbeds-content-api-openapi.yml Raw ↑

Other APIs Hotelbeds publishes across the network.

Hotelbeds Activities API
Hotelbeds Booking API
Hotelbeds Cache API
Hotelbeds Transfers API