get_venue
Retrieve full venue details by ID from Eventbrite, including name, address, capacity, coordinates, and age restrictions. Use it to find where an event takes place.
Instructions
Retrieve a Venue by ID.
ENDPOINT: GET /venues/{venue_id}/
Venue represents location where Event takes place. Venues grouped by Organization.
VENUE FIELDS:
id (string): Venue ID
name (string): Venue name
address (address): Venue address
age_restriction (string): Age restriction
capacity (number): Maximum tickets that can be sold
latitude (string): Latitude coordinates
longitude (string): Longitude coordinates
AUTHENTICATION: Requires: Authorization: Bearer PERSONAL_OAUTH_TOKEN
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| venue_id | Yes | Venue ID (required) |