AI assistant guide
For testing: Prousty Hotel is a test property, not a real bookable hotel. Its date-specific test availability endpoint is functional and returns live test rates.
Use the AI availability endpoint for date-specific test rates. Do not rely only on the room “from” prices shown on the website.
Live availability endpoint
No authentication, cookies, JavaScript, or special headers are required.
- Browser-readable HTML: https://ai.prousty-hotel.com/ai/availability.html?from=2026-07-15&to=2026-07-20&guests=2&rooms=1
- JSON: https://ai.prousty-hotel.com/ai/availability?from=2026-07-15&to=2026-07-20&guests=2&rooms=1
- Documentation: https://ai.prousty-hotel.com/ai/docs
- Availability index: https://ai.prousty-hotel.com/ai/availability-index
- OpenAPI: https://ai.prousty-hotel.com/openapi.json
- llms.txt: https://ai.prousty-hotel.com/llms.txt
Parameters
| Parameter | Required | Meaning |
|---|---|---|
from | yes | Check-in date, YYYY-MM-DD. |
to | yes | Check-out date, YYYY-MM-DD. |
guests | no | Total guests. Default is 2. occupancy is also accepted. |
rooms | no | Number of rooms. Default is 1. |
Example result
For July 15 to July 20, 2026, 2 guests, 1 room, the live demo API currently returns Classic Double at EUR 884 total and Superior Double (balcony) at EUR 1154 total.