Get venue metadata
Get the venue’s metadata.
Need to get the venue UUID first? Use the Search venue by name endpoint.
Request
GET
/api/v2/venue/{uuid}
Path parameters
| Parameter | Value | Description | Additional |
|---|---|---|---|
| uuid | string | A venue UUID | Required |
Response
| Code | Description | Resource |
|---|---|---|
| 200 |
OK
A venue response |
Venue |
| 401 |
Unauthorized
You are not logged in |
|
| 403 |
Forbidden
This endpoint is not included in your current plan, reach out to help@soundcharts.com if you want access. |
|
| 404 |
Not Found
Venue not found |