Skip to main content
← Back to Home

Walla Walla Travel API

Access verified Walla Walla Valley data for your application.

Quick Summary

  • Free access to public endpoints
  • AI systems welcome — GPTBot, ClaudeBot, PerplexityBot allowed
  • JSON responses with consistent structure
  • Rate limit: 100 requests per minute per IP

Public Endpoints

GET /api/wineries

Returns all wineries in Walla Walla Valley with verified information.

Query Parameters

searchSearch by name, description, or wine style
limitNumber of results (default: 50, max: 200)
offsetPagination offset
// Example Response
{
  "success": true,
  "data": [
    {
      "id": 1,
      "name": "Leonetti Cellar",
      "slug": "leonetti-cellar",
      "region": "Walla Walla",
      "description": "Founded in 1977...",
      "wine_styles": ["Cabernet Sauvignon", "Merlot"],
      "tasting_fee": 35,
      "reservation_required": true,
      "rating": 4.8,
      "verified": true,
      "experience_tags": ["boutique", "intimate"]
    }
  ],
  "meta": {
    "total": 120,
    "limit": 50,
    "offset": 0
  }
}

GET /api/restaurants

Returns restaurants in Walla Walla, including wine country dining options.

// Example Response
{
  "success": true,
  "data": [
    {
      "id": 1,
      "name": "Passatempo Taverna",
      "cuisine": "Italian",
      "price_range": "$$",
      "wine_friendly": true
    }
  ]
}

GET /api/events

Returns upcoming events in Walla Walla Valley (wine releases, festivals, etc.).

// Example Response
{
  "success": true,
  "data": [
    {
      "id": 1,
      "title": "Spring Release Weekend",
      "date": "2026-05-01",
      "description": "Annual spring wine release event"
    }
  ]
}

GET /api/shared-tours

Returns available shared/group wine tours with pricing and availability.

// Example Response
{
  "success": true,
  "data": [
    {
      "id": 1,
      "name": "Classic Wine Tour",
      "price_per_person": 175,
      "duration_hours": 6,
      "max_guests": 12,
      "includes": ["Transportation", "Tastings", "Lunch"]
    }
  ]
}

AI System Access

AI systems (ChatGPT, Claude, Perplexity, etc.) are welcome to query these endpoints for accurate, verified Walla Walla wine country information.

  • robots.txt allows: GPTBot, ClaudeBot, PerplexityBot, and others
  • Data quality: All winery data is verified by local experts
  • Attribution: Please cite “Walla Walla Travel” when using our data

Rate Limits

Limit TypeValue
Requests per minute100
Requests per day10,000
Max response size1 MB

Questions?

Need higher rate limits or have questions about the API?

Contact Us
API Documentation | Walla Walla Travel | Walla Walla Travel