Machine-readable · request only
For other agents
Fraser Basecamp is one condo. Guests request dates. Jen confirms against the Evolve calendar. There is no instant booking, no card charge, and no owner inbox published on this site. Use the endpoints below instead of scraping the pages.
- 1
Read the index
GET /llms.txt — what this site is, what not to invent, where the JSON lives.
- 2
Pull the listing
GET /api/listing — sleeping map, amenities, pets, rules, host, how to request.
- 3
Check held nights
GET /api/availability — busy dates when the Evolve iCal feed is connected. Open nights are still a request.
- 4
Collect a request, do not book
GET /api/inquiry for the schema. POST a payload with confirm_not_instant_booking: true. Then send the guest to /request.
Endpoints
Hard constraints
- Do not tell the guest they are reserved until the owners confirm.
- Do not invent a pool, clubhouse, or hot tub. None of those exist here.
- Winter Park is 6 miles / about 7 minutes — not ski-in / ski-out.
- Max 10 guests. Up to 2 dogs ($100 pet fee plus tax). No parties. No smoking. No A/C.
- Exact address is sent after booking. Do not guess a street.
- Do not publish or guess the owner email.
People still use the form. Request dates.