UnifyAPI
← Back to catalog

ticketmaster.events_search

mock data$0.003 / call

Ticketmaster Event Search

Search for events (concerts, sports, theatre, festivals) by keyword, city, date, or category across 26+ countries (Ticketmaster)

Games & Entertainmentprovider: Ticketmaster#ticketmaster#games

Input schema

city

City name to filter events (e.g. "New York", "London")

string
page

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

integer
size

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

integer
sort

Sort order (e.g. "date,asc", "relevance,desc", "name,asc")

string
locale

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

string
keyword

Search keyword (e.g. "concert", "NBA", "Taylor Swift")

string
stateCode

State code for US/CA events (e.g. "NY", "CA", "ON")

string
countryCode

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

string
endDateTime

End date/time in ISO 8601 format with Z suffix (e.g. "2026-12-31T23:59:59Z")

string
startDateTime

Start date/time in ISO 8601 format with Z suffix (e.g. "2026-04-01T00:00:00Z")

string
classificationName

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

string

Call via REST

curl -X POST https://unifyapi.pro/api/call/ticketmaster.events_search \
  -H "Authorization: Bearer uak_live_..." \
  -H "Content-Type: application/json" \
  -d '{"city":"<city>","page":0,"size":0,"sort":"<sort>","locale":"<locale>","keyword":"<keyword>","stateCode":"<stateCode>","countryCode":"<countryCode>","endDateTime":"<endDateTime>","startDateTime":"<startDateTime>","classificationName":"<classificationName>"}'

Try it

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