Skip to content

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. 1

    Read the index

    GET /llms.txt — what this site is, what not to invent, where the JSON lives.

  2. 2

    Pull the listing

    GET /api/listing — sleeping map, amenities, pets, rules, host, how to request.

  3. 3

    Check held nights

    GET /api/availability — busy dates when the Evolve iCal feed is connected. Open nights are still a request.

  4. 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

GET
/api/listing
Full listing JSON
GET
/api/availability
Held nights (read-only)
GET
/api/inquiry
Inquiry JSON Schema
POST
/api/inquiry
Validate a request — does not book
GET
/llms.txt
Agent index
GET
/llms-full.txt
Full markdown listing
GET
/.well-known/agent.json
Capability card

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.

Request dates