| Query parameter | Description |
|---|---|
apiKey Required | The API key assigned to the affiliate. |
lastId Required | The value of the last hotel ID that was received. Must be equal or greater than zero. |
pageSize Required | The page size for the feed. |
languageCode Default: en | The language code for the feed. Must be a valid language code. |
countryCode | Returns hotels in a specific country. If not provided, the feed will not be filtered by country. |
lastUpdated | Return properties that have been updated since the given date. Must be a valid ISO Date in the format yyyy-MM-dd. |
propertyTypeIds | Return properties that have the given property type IDs. |
| Responses |
|---|
200 - application/x-ndjson {
"hotelId": 1,
"hotelName": "Hotel Torbräu",
"propertyTypeId": 0,
"location": {
"address": "Tal 41",
"postalCode": "80331",
"coordinates": {
"latitude": 48.135433,
"longitude": 11.581553
},
"city": {
"placeId": 34192,
"name": "Munich",
"placeTypeId": 5
},
"state": {
"placeId": 36159,
"name": "Bavaria"
},
"country": {
"placeId": 35343,
"name": "Germany",
"countryCode": "DE",
"currencyCode": "EUR"
}
},
"starRating": 4,
"minRate": 163.05,
"popularity": 17857,
"overallRating": 8.9,
"numberOfReviews": 3236,
"themes": [
1,
2
],
"facilities": [
{
"tag": "media_entertain",
"featureIds": [
85,
537,
645,
675,
747
]
}
],
"checkIn": 1500,
"checkOut": 1100,
"chainId": 80,
"iataCode": "MUC",
"dateCreated": "2008-01-15",
"lastUpdated": "2024-02-07T17:38:20Z",
"images": [
{
"imageId": 2066455622,
"source": "Expedia",
"url": "https://content.r9cdn.net/himg/da/83/ae/expediav2-1-3c76a2-996459.jpg",
"width": 1000,
"height": 674,
"tag": 17
}
]
} |
400 - application/json Validation error in request. |
403 - application/json Request is not allowed. |
404 - application/json Resource was not found. |
429 - application/json Rate limit exceeded. |