UnifyAPI
← Back to catalog

ticketmaster.events_nearby

mock data$0.003 / call

Ticketmaster Events Nearby

Find events near geographic coordinates with radius filter (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
sort

Sort order (e.g. "date,asc", "distance,asc")

string
unit

Distance unit for radius (default: miles)

string
locale

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

string
radius

Search radius (default unit: miles, max 500)

integer
keyword

Optional keyword filter (e.g. "jazz", "basketball")

string
latlongrequired

Latitude,longitude coordinates (e.g. "40.7128,-74.0060" for NYC)

string
endDateTime

End date/time in ISO 8601 format with Z suffix

string
startDateTime

Start date/time in ISO 8601 format with Z suffix

string
classificationName

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

string

Call via REST

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

Try it

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