WedStay
info@thewedstay.com

Subscribe to our newsletter

For Everyone

  • About Us
  • How It Works
  • Download App
  • Blog
  • Reviews
  • FAQs
  • Terms
  • Privacy
  • Contact
  • We're Hiring!
  • Sitemap

For Couples

  • Wedding Venues
  • Wedding Venue Buyout
  • Wedding House Rentals
  • How WedStay Works
  • Wedding Venue Finder
  • Wedding Quizzes
  • Venue Style Quiz
  • How Venue Matcher Works
  • 2025 Wedding Trends
  • Viral Wedding Estates
  • Preferred Vendor Marketplace
  • Non-Traditional Weddings
  • Wedding Weekend Experience
  • Wedding Planning Checklist Tool
  • WedStay-Style Weddings
  • Venue Cost Calculator
  • Wedding Financing

For Property Owners

  • Submit Your Property
  • Wedding Industry Insights
  • Revenue Opportunities
  • WedStay Operating System
  • Property Transformation
  • Effortless Hosting
  • Top Wedding Trends

For Vendors

  • Join Wedstay Vendor Network
  • Preferred Vendor Marketplace
  • Wedding Photographers
  • The Ultimate Wedding Vendor Guide: A Former Bride's Tell-All

© 2026 WedStay. All rights reserved.

This site is not affiliated with or endorsed by Airbnb.

    WedStay Developers
    WedStay Developers
    API Referencethewedstay.com

    Getting Started

    WedStay APIQuickstart

    Endpoints

    VenuesVendorsPricingInquiries

    Reference

    ErrorsRate Limits

    Integrations

    MCP ServerChatGPT Action

    Pricing

    Calculate wedding venue pricing with WedStay's transparent pricing engine. Region, guest count, season, and venue type all factor in.

    Pricing Calculator

    WedStay is one of the only platforms with transparent venue pricing. Most wedding venues hide their costs — we show them upfront.

    The pricing calculator returns estimated totals and price ranges based on region, event size, season, and venue type.

    Calculate pricing

    GET /api/v1/venues/pricing

    Query parameters

    ParameterTypeRequiredDescription
    regionstringYesState or region slug (e.g. california, texas, tuscany)
    event_typestringNoweekday or weekend. Default: weekend
    event_guestsnumberNoNumber of event guests (20-300). Default: 100
    overnight_guestsnumberNoNumber of overnight guests (10-100). Default: 20
    nightsnumberNoNumber of nights (2-7). Default: 2
    venue_typestringNobarn, estate, resort, winery, garden, historic, ranch, villa. Default: estate
    seasonstringNopeak, shoulder, off. Default: peak

    Valid values

    Regions: Any state slug (california, texas, florida, new-york, etc.) or international region (tuscany, tulum, costa-rica, ireland)

    Venue types: barn, estate, resort, winery, garden, historic, ranch, villa

    Seasons: peak (May-Oct), shoulder (Mar-Apr, Nov), off (Dec-Feb)

    Example request

    curl -X GET "https://www.thewedstay.com/api/v1/venues/pricing?region=california&event_guests=80&overnight_guests=30&nights=3&venue_type=estate&season=peak" \
      -H "Authorization: Bearer ws_live_..."

    Example response

    {
      "data": {
        "estimated_total": 18750,
        "price_range": "$16,750 - $21,750",
        "per_night": 6250,
        "summary": "WedStay venue buyout in california: estimated $18,750 for 80 guests, 30 overnight, 3 nights at an estate during peak season.",
        "savings_vs_traditional": {
          "savings_percent": 46,
          "note": "Based on average traditional venue costs in california"
        },
        "parameters": {
          "region": "california",
          "event_type": "weekend",
          "event_guests": 80,
          "overnight_guests": 30,
          "nights": 3,
          "venue_type": "estate",
          "season": "peak"
        }
      },
      "request_id": "req_abc123def456"
    }

    Pricing notes

    • All prices are in USD
    • estimated_total is the midpoint estimate; price_range shows the realistic range
    • Estimates are based on aggregate data — actual pricing varies by specific property
    • The savings_vs_traditional field shows estimated savings vs. a traditional wedding venue in the same region
    • Use venue detail endpoints and the inquiry endpoint for property-specific quotes

    How WedStay pricing works

    WedStay venues are priced per night for the entire property (full buyout). This means:

    1. No per-head pricing — You rent the whole property, not individual seats
    2. Multi-day stays — Most weddings are 2-3 night stays (rehearsal, wedding, brunch)
    3. Transparent — The price you see is the price you pay, plus cleaning and service fees
    4. Savings — Couples typically save 40-60% compared to traditional venues

    Previous

    Vendors

    Next

    Inquiries

    On this page

    Pricing CalculatorCalculate pricingQuery parametersValid valuesExample requestExample responsePricing notesHow WedStay pricing works