Get Trending Events
ticketmaster.events.trendingRetrieve trending events by country, category, and page. Filter by classification and locale.
Instructions
Get trending and popular events sorted by relevance (Ticketmaster)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| countryCode | No | ISO 3166-1 alpha-2 country code (e.g. "US", "GB") | |
| classificationName | No | Event category filter (e.g. "Music", "Sports") | |
| size | No | Number of results per page (1-200, default 20) | |
| page | No | Page number for pagination (0-based, default 0) | |
| locale | No | Locale for response (e.g. "en-us") |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | No | Tool response payload. Shape varies per tool — consult the tool description and inputSchema. May be an object, array, string, or number depending on the upstream provider response. | |
| error | No | Present only when the call failed. Includes error code, message, request_id, and any provider-specific extras. |