Search venue by name

Request

GET /api/v2/venue/search/{term}

Path parameters

Parameter Value Description Additional
term string A name Required

Query string parameters

Parameter Value Description Additional
offset integer Get results starting from position Optional
limit integer Number of results (max. 20) Optional

Response

Code Description Resource
200 OK

A song collection response with the 20 most pertinent songs

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

No venue found for this term

Explore

A name

Get results starting from position

Number of results (max. 20)

Try it out