Get venues by cityKey
Get the venues in a given city.
Don't know the cityKey? Use the Get cities for venue/festival endpoint.
Request
GET
/api/v2/venue/by-city-key
Query string parameters
| Parameter | Value | Description | Additional |
|---|---|---|---|
| cityKey | string | Add a cityKey. Available values are listed in the https://doc.api.soundcharts.com/api/v2/doc/reference/path/referential/get-venue-festival-city endpoint. | Required |
Response
| Code | Description | Resource |
|---|---|---|
| 200 |
OK
An venue collection response |
Venue Collection |
| 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 |