Count Hotels

Get count of hotels matching specified filters without returning results. ### Request Body ```json { "countryCode": "AE", "starRating": [4, 5], "familyFriendly": true } ``` ### Response ```json { "success": true, "count": 1234 } ```

Request

This endpoint expects an object.
countryCodestringOptional
Filter by country code
citystringOptional
Filter by city name
minStarRatingdoubleOptional1-5
maxStarRatingdoubleOptional1-5
starRatingdouble or list of doublesOptional

Exact star rating(s)

familyFriendlybooleanOptional
beachfrontbooleanOptional
wellnessSpabooleanOptional
kindlist of stringsOptional
Property types

Response

This endpoint returns an object.