Skip to main content

Quick start guide

Introduction

The Hotels Indicative Prices API returns the estimated prices for hotels in a given location for specified travel dates.

Sample requests and responses

curl --request POST 'https://partners.api.skyscanner.net/apiservices/v1/hotels/indicative/search' \
--header 'x-api-key: your-api-key' \
--data '{
"query": {
"market": "UK",
"locale": "en-GB",
"currency": "GBP",
"destinationEntityIds": ["27548283"],
"travelDate": {
"dateRange": {
"startDate": {
"year": 2025,
"month": 10,
"day": 1
},
"endDate": {
"year": 2025,
"month": 10,
"day": 31
}
}
},
"dateTimeGroupingType": "DATE_TIME_GROUPING_TYPE_BY_WEEK"
}
}'

API documentation

For more information please see hotels indicative prices API documentation