Attraction Search
attraction_searchTicketmaster Discovery API — search attractions (artists, sports teams, performers) by keyword, classificationName, or other filters. Returns attraction name, ID, classifications, and images.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | 0-based page number. Deep paging is capped at page × size ≤ 1000. | |
| size | No | Results per page (default 20). | |
| sort | No | Sort order. Ticketmaster accepts only these values for attractions; anything else is a 400. | |
| keyword | No | Artist, team or performer name, e.g. "Taylor Swift". Omitting it returns Ticketmaster's default attraction feed, not a search. | |
| countryCode | No | 2-letter country code, e.g. "US". | |
| classificationName | No | Segment/genre, e.g. "Music", "Sports". |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||