Hotel Pages Directory
Individual hotel pages are available at /h/{slug}
where slug is the hotel identifier.
For AI Agents & LLMs
To find a hotel slug, use the SearchAction endpoint (searches hotel names and website URLs):
GET https://kismet.travel/hotels-lookup?q={hotel_name_or_website}&limit=10
This returns hotel information including the slug needed for direct access:
{ "results": [ { "name": "Hotel Zephyr", "slug": "hotel-zephyr-san-francisco-ca", "address": { "streetAddress": "200-288 Beach St", "addressLocality": "San Francisco", "addressRegion": "CA", "postalCode": "94133-1216", "addressCountry": "US" }, "sameAs": ["https://www.hotelzephyrsf.com/"], "links": { "human": "https://kismet.travel/h/hotel-zephyr-san-francisco-ca", "mcp": "https://kismet.travel/mcp/hotels/hotel-zephyr-san-francisco-ca.json" } } ] }
Available Routes
- Human view:
https://kismet.travel/h/{slug}
- Booking page:
https://kismet.travel/h/{slug}/book
- Machine-readable JSON:
https://kismet.travel/mcp/hotels/{slug}.json