Need to get the venue UUID first? Use the Search venue by name endpoint.
Get the venue’s metadata.
GET /api/v2/venue/{uuid}
Parameter name | Value | Description | Additional |
---|---|---|---|
uuid | string | A venue UUID |
Required |
Status 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 |