# Exit Games Timișoara

> Escape rooms in Timișoara, Romania. Live online booking. Romanian and English. Times: Europe/Bucharest.

Only slots with `"status": "available"` and `"is_bookable": true` appear in availability JSON. Fetch live feeds; do not guess inventory. `POST /validate_coupon` is checkout AJAX, not a coupon catalog.

## Human pages

- [Landing (RO)](https://exitgames.ro/new/): marketing and booking entry
- [Landing (EN)](https://exitgames.ro/new/en/): English landing
- [Online booking](https://exitgames.ro/booking/): human checkout
- [Prices](https://exitgames.ro/prices): weekday and weekend rates

## Machine-readable feeds

- [Availability JSON](https://exitgames.ro/ai/availability.json): bookable slots and book_url per slot
- [Availability API](https://exitgames.ro/api/availability): same payload; optional query from, to, location_id
- [Live coupons](https://exitgames.ro/ai/live-coupons.json): codes currently shown on the public site
- [Room metadata](https://exitgames.ro/api/rooms): difficulty, capacity, theme
- [AI sitemap](https://exitgames.ro/ai/sitemap-ai.json): high-value URLs
- [Places](https://exitgames.ro/ai/places.json): venue and rooms
- [Booking instructions](https://exitgames.ro/ai/booking-instructions.json): assistant booking contract
- [robots.txt](https://exitgames.ro/robots.txt): crawl rules

## Optional

- [Next slots](https://exitgames.ro/api/availability/next): next upcoming slot per room
- [Fully booked days](https://exitgames.ro/api/availability/fully-booked-days): dates with zero bookable slots
- [Corporate / team building](https://exitgames.ro/ai/corporate-teambuilding.json)
- [Tourist attraction](https://exitgames.ro/ai/tourist-attraction.json)
- [Team building guide](https://exitgames.ro/guides/team-building-timisoara)
