← Back to catalog
ticketmaster.events_trending
mock data$0.003 / callTicketmaster Trending Events
Get trending and popular events sorted by relevance (Ticketmaster)
Input schema
page
integerPage number for pagination (0-based, default 0)
size
integerNumber of results per page (1-200, default 20)
locale
stringLocale for response (e.g. "en-us")
countryCode
stringISO 3166-1 alpha-2 country code (e.g. "US", "GB")
classificationName
stringEvent category filter (e.g. "Music", "Sports")
Call via REST
curl -X POST https://unifyapi.pro/api/call/ticketmaster.events_trending \
-H "Authorization: Bearer uak_live_..." \
-H "Content-Type: application/json" \
-d '{"page":0,"size":0,"locale":"<locale>","countryCode":"<countryCode>","classificationName":"<classificationName>"}'