# Magical Adventure Homes > Direct-booking site for Magical Adventure Homes. Browse and book short-term rental properties directly with the host. ## Properties - [Adventure Awaits | Sleeps24 | Arcade | Theme Rooms](https://magicaladventurehomes.com/stay/kissimmee-adventure-awaits-sleeps24-arcade-theme-rooms-100654642) (Kissimmee, UNITED STATES — sleeps 24 · 8 bedrooms · 0 beds) - [Enchanting Adventure | Sleeps18 | Themed Rooms, Theater, Arcade](https://magicaladventurehomes.com/stay/kissimee-enchanting-adventure-sleeps18-themed-rooms-theater-arcade-366029302) (Kissimee, UNITED STATES — sleeps 18 · 8 bedrooms · 0 beds) - [Magical Manor | Sleeps 22 | Arcade | Themed Rooms](https://magicaladventurehomes.com/stay/kissimmee-magical-manor-sleeps-22-arcade-themed-rooms-060371357) (Kissimmee, UNITED STATES — sleeps 22 · 9 bedrooms · 0 beds) ## Locations - Kissimmee, UNITED STATES (2 properties) - Kissimee, UNITED STATES (1 property) ## For AI agents These public, unauthenticated JSON endpoints let you (an AI agent) search live availability and quote a stay. The site subdomain is `shane-petersen`. - Fetch any listing page with `?check_in=YYYY-MM-DD&check_out=YYYY-MM-DD` to get the full fee-inclusive price rendered directly in the HTML (no JSON API needed). Listing pages use the canonical `/stay/{slug}-{shortId}` path: ``` GET https://magicaladventurehomes.com/stay/kissimmee-adventure-awaits-sleeps24-arcade-theme-rooms-100654642?check_in=YYYY-MM-DD&check_out=YYYY-MM-DD ``` - List listings (optionally date-filtered for availability): ``` GET https://api.prohost.ai/api/direct-booking/sites/shane-petersen/listings?check_in_date=YYYY-MM-DD&check_out_date=YYYY-MM-DD ``` - Get a single listing by its short id: ``` GET https://api.prohost.ai/api/direct-booking/sites/shane-petersen/listings/{shortId} ``` - Get a live price quote for specific dates and guests: ``` POST https://api.prohost.ai/api/direct-booking/sites/shane-petersen/listings/{listingId}/pricing Content-Type: application/json { "check_in_date": "YYYY-MM-DD", "check_out_date": "YYYY-MM-DD", "num_adults": 2 } ``` All responses are JSON and require no authentication. ## More - Sitemap: https://magicaladventurehomes.com/sitemap.xml