Get an Etix venue and its upcoming events by id
etix_get_venueFetch a single Etix venue by venue ID and get its name, organizer, address, and list of upcoming events with ticket URLs.
Instructions
Fetch a single Etix venue by its numeric venue_id — name, organizer, full address, and the list of upcoming events at that venue (each with event_id, name, start time, and ticket URL). Get the venue_id from etix_search. Follow up with etix_get_event for any listed event. Read-only, no Etix account required.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| venue_id | Yes | Etix venue id (e.g. 17987). From etix_search. |