Skip to main content

Quick start guide

Introduction

The Hotels Content API provides static, descriptive information about hotels that you can use to build client experiences such as hotel details pages.

Sample requests and responses

/content

curl --request POST 'https://partners.api.skyscanner.net/apiservices/v1/hotels/content' \
--header 'x-api-key: your-api-key' \
--data '{
"hotelIds": ["46948122"],
"locale": "en-GB"
}'

API documentation

For more information please see the Hotels Content overview.