cURL
curl --request GET \ --url https://api.liteapi.travel/v3.0/data/hotelTypes \ --header 'X-API-Key: <api-key>'
{ "data": [ { "id": 123, "name": "<string>" } ] }
Get all available hotel type classifications (e.g., resort, boutique, business hotel). Use type IDs to filter hotel searches.
No parameters required. Returns all hotel types with IDs. Use type IDs in hotel search filters.
OK
Show child attributes
Was this page helpful?