Search Event
get
Search Event
The Search Catalog Events API v3 retrieves information about the events that are defined in the StubHub catalog. An event is a concert, sporting match, festival, or other occasion for which tickets can be sold and purchased through StubHub.
Resource URL
https://api.stubcloudprod.com/sellers /search/events/v3
Query Parameters
Name | Values | Description |
---|---|---|
q |
A query parameter string describing the event for a fuzzy logic search. Example: q=ufc |
|
id |
The event id to search on. |
|
name |
Search by name of the event |
|
date |
Search by date of the event. This is string describing the event date in UTC timezone. For now this just supports a date or date range string in the formats:
|
|
dateLocal |
Search by date of the event. This is string describing the event date in Local timezone. For now this just supports a date or date range string in the formats:
|
|
venue |
The name of the venue at which the event occurs. |
|
venueId |
StubHub venue ID to search on. This query parameter supports OR (|) and NOT (-) operators. For example, |
|
city |
The name of the city in which the event occurs. For city names with multiple words, dont need to use quotes. For example, |
|
state |
The name of the state in which the event occurs. |
|
country |
The code of the country in which the event occurs. |
|
categoryName |
The name of the category to which the event belongs |
|
performerName |
The name of the performer |
|
performerId |
StubHub performer ID to search on. This query parameter supports OR (|) and NOT (-) operators. For example, |
|
parking |
Whether to include parking events in the response. true means include parking events. |
|
minAvailableTickets |
The minimum number of tickets available for sale for the specified event.Default is 0 |
|
start |
Returns results starting from the specified index. Default is 0 |
|
rows |
The number of results to return, max=500. For example, rows=20. Default is 10. |
|
sort |
Parameter to support sorting. For ascending use 'asc' and for descending use 'desc'. Comma can be used as a separator to sort by multiple fields. Following are the fields on which we can use for sorting - title, distance, minPrice, eventDateLocal (e.g |
Header Parameters
Name | Values | Description |
---|---|---|
Authorization
(required) |
Note that you will need to add a 'Bearer ' prefix to your access token. Otherwise, you'll get an 'Invalid Access Token' error |
|
Accept
(required) |
|
Make a request and see the response.
Make a request and see the response.
Make a request and see the response.
Response Error Details
-
HTTP CodeError CodeDescription
-
404404
Incorrect event ID, or event is invalid / expired
-
401401
Not authorized to access the listing
-
403403
Forbidden
-
400400
Bad request
Resource Summary |
|
Security |
None |
Content Type |
application/json |
Category |
Search Events |
Working...