UnifyAPI
← Back to catalog

ticketmaster.events_trending

mock data$0.003 / call

Ticketmaster Trending Events

Get trending and popular events sorted by relevance (Ticketmaster)

Games & Entertainmentprovider: Ticketmaster#ticketmaster#games

Input schema

page

Page number for pagination (0-based, default 0)

integer
size

Number of results per page (1-200, default 20)

integer
locale

Locale for response (e.g. "en-us")

string
countryCode

ISO 3166-1 alpha-2 country code (e.g. "US", "GB")

string
classificationName

Event category filter (e.g. "Music", "Sports")

string

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>"}'

Try it

Paste a UnifyAPI key (create one in the dashboard) and run a real call.