← Back to catalog
ticketmaster.artist_events
mock data$0.005 / callTicketmaster Artist Events
Find events by artist or performer name with optional country and date filters (Ticketmaster)
Input schema
page
integerPage number for pagination (0-based, default 0)
size
integerNumber of results per page (1-200, default 20)
sort
stringSort order (e.g. "date,asc", "relevance,desc")
locale
stringLocale for response (e.g. "en-us")
keyword
stringArtist/performer name to search (e.g. "Beyonce", "Coldplay")
countryCode
stringISO 3166-1 alpha-2 country code (e.g. "US", "GB")
endDateTime
stringEnd date/time in ISO 8601 format with Z suffix
attractionId
stringTicketmaster attraction ID for exact artist match
startDateTime
stringStart date/time in ISO 8601 format with Z suffix
Call via REST
curl -X POST https://unifyapi.pro/api/call/ticketmaster.artist_events \
-H "Authorization: Bearer uak_live_..." \
-H "Content-Type: application/json" \
-d '{"page":0,"size":0,"sort":"<sort>","locale":"<locale>","keyword":"<keyword>","countryCode":"<countryCode>","endDateTime":"<endDateTime>","attractionId":"<attractionId>","startDateTime":"<startDateTime>"}'