Skip to main content
POST
cURL

Body

application/json

Request body for artist event lookup.

artist_id
string<uuid>
required

Recoup artist id. Events are resolved through the live-events profile connected to this artist, so the lookup is exact and cannot drift to a same-named performer. Returns 404 if no live-events profile is connected.

Example:

"123694f2-1dab-40b4-8a75-84d39571c0bc"

date
enum<string>
default:upcoming

Which events to return.

Available options:
upcoming,
past,
all

Response

Events for the artist. An artist with no matching events returns an empty events array, not an error.

Live events for one artist.

status
string
required
Example:

"success"

events
object[]
required

Matching events, ascending by date. Empty when the artist has none.