Get concert details
Get a specific concert's details, including the lineup.
To get the concert’s uuid, please use the Get concerts endpoint.
Please note that there are separate UUIDs for the venue itself and each of the concerts played there.
Request
GET
/api/v2/venue/concert/{uuid}
Path parameters
| Parameter | Value | Description | Additional |
|---|---|---|---|
| uuid | string | A concert UUID | Required |
Response
| Code | Description | Resource |
|---|---|---|
| 200 |
OK
An event response |
Event |
| 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 |