Search Ticketmaster events by keyword, date, location, venue, attraction, or cla
Search Ticketmaster events by keyword, date, location, venue, attraction, or classification
Answeringour last check, 2026-09-24
1 of 1checks answered this week
293 msmedian answer time
$0.01listed price per call
$0.01price it asked us
Paid test badge: not yet. The checks above are free: we call the tool without paying and read the payment request it sends back. The Verified badge needs paid calls whose answers match the promised output, and nobody can buy a badge.
Endpoint
POST https://stabletickets.dev/api/events/search
| Category | Search and research |
|---|---|
| Provider host | stabletickets.dev |
| Networks | eip155:8453 |
| Payment schemes | exact |
| Self-reported calls, 30 days | 7 from 6 payers (the provider's figure, not ours) |
Our checks, last 30 days
| Day | Result | HTTP | Asked | Time |
|---|---|---|---|---|
| 2026-09-24 | valid payment request | 402 | $0.01 | 293 ms |
Example input (from the provider)
{
"body": {
"city": "New York",
"countryCode": "US",
"endDateTime": "2026-06-30T23:59:59Z",
"includeTicketing": "yes",
"keyword": "Taylor Swift",
"locale": "*",
"size": 10,
"sort": "date,asc",
"startDateTime": "2026-06-01T00:00:00Z"
},
"bodyType": "json",
"method": "POST",
"type": "http"
}
Promised output schema (from the provider)
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"properties": {
"input": {
"additionalProperties": false,
"properties": {
"body": {
"$schema": "https://json-schema.org/draft/2020-12/schema",
"additionalProperties": false,
"properties": {
"attractionId": {
"anyOf": [
{
"type": "string"
},
{
"items": {
"type": "string"
},
"type": "array"
}
],
"description": "Filter by attraction IDs"
},
"city": {
"type": "string"
},
"classificationId": {
"anyOf": [
{
"type": "string"
},
{
"items": {
"type": "string"
},
"type": "array"
}
],
"description": "Segment, genre, or subgenre IDs"
},
"classificationName": {
"type": "string"
},
"countryCode": {
"maxLength": 2,
"minLength": 2,
"type": "string"
},
"dmaId": {
"anyOf": [
{
"type": "string"
},
{
"items": {
"type": "string"
},
"type": "array"
}
],
"description": "Designated market area IDs"
},
"domain": {
"anyOf": [
{
"type": "string"
},
{
"items": {
"type": "string"
},
"type": "array"
}
],
"description": "Filter entities by domain availability"
},
"endDateTime": {
"description": "UTC ISO date-time upper bound",
"type": "string"
},
"genreId": {
"anyOf": [
{
"type": "string"
},
{
"items": {
"type": "string"
},
"type": "array"
}
],
"description": "Single value, comma-separated values, or string array"
},
"geoPoint": {
"description": "GeoHash location filter",
"type": "string"
},
"id": {
"anyOf": [
{
"type": "string"
},
{
"items": {
"type": "string"
},
"type": "array"
}
],
"description": "Filter by event IDs"
},
"includeSpellcheck": {
"enum": [
"yes",
"no"
],
"type": "string"
},
"includeTBA": {
"enum": [
"yes",
"no",
"only"
],
"type": "string"
},
"includeTBD": {
"enum": [
"yes",
"no",
"only"
],
"type": "string"
},
"includeTest": {
"description": "Include test entities",
"enum": [
"yes",
"no",
"only"
],
"type": "string"
},
"includeTicketing": {
"default": "yes",
"description": "Include ticket pricing and sales information",
"enum": [
"yes",
"no",
"only"
],
"type": "string"
},
"keyword": {
"description": "Keyword to search",
"type": "string"
},
"latlong": {
"description": "Deprecated Ticketmaster lat,long filter; prefer geoPoint",
"type": "string"
},
"localStartDateTime": {
"type": "string"
},
"localStartEndDateTime": {
"type": "string"
},
"locale": {
"default": "*",
"description": "Locale such as en-us, en, or *",
"type": "string"
},
"marketId": {
"anyOf": [
{
"type": "string"
},
{
"items": {
"type": "string"
},
"type": "array"
}
],
"description": "Ticketmaster market IDs"
},
"page": {
"description": "Zero-based page number",
"maximum": 9007199254740991,
"minimum": 0,
"type": "integer"
},
"postalCode": {
"type": "string"
},
"radius": {
"type": "number"
},
"segmentId": {
"anyOf": [
{
"type": "string"
},
{
"items": {
"type": "string"
},
"type": "array"
}
],
"description": "Single value, comma-separated values, or string array"
},
"size": {
"description": "Page size; Ticketmaster max is 200",