API Method venue_get
This method retrieves a venue record by id.
Request Parameters
| Name | description |
|---|---|
| id | A numeric venue ID. |
Example Request URL
https://www.eventbrite.com/json/venue_get?id=2123424
Example Response
{
"venue": [
{
"city": "San Francisco",
"name": "venue007",
"country": "United States",
"region": "CA",
"longitude": -122.40007,
"postal_code": "",
"address_2": "#110",
"address": "651 Brannan St.",
"latitude": 37.77552,
"country_code": "US",
"id": 1524221
}
]
}
Method-Specific Errors
More information about error-handling and common error messages are available in our error docs.
| error_type | error_message |
|---|---|
| Venue error | The venue ID is unknown or Invalid. |
| Venue error | The venue ID does not Belong to authenticated user. |
| Venue error | The venue ID is missing. |