Skip to main content

Room Search

POST

/api/v1/generic-api-service/royal/room/search

The room search endpoint is used to display information about the hotel's available rooms that are listed in the hotels list.

curl --location 'https://test-api.etscore.com/api/v1/generic-api-service/royal/room/search' \
--header 'Accept-Language: en-EN' \
--header 'X-Currency: EUR' \
--header 'Content-Type: application/json' \
--header 'Authorization: Bearer <token>' \
--data '{
"hotelCode": "sxk9jv7y87jw35",
"checkIn": "2025-04-09",
"checkOut": "2025-04-11",
"feedId": "5494e857-b13c-45ab-baa6-103aae65f30b",
"clientNationality": "DE",
"rooms": [
{
"adults": 2,
"child": 1,
"childAges": [3]
}
]
}

'