v40

latestSwagger 2.0raw.githubusercontent.com2017-08-11136588.0 KB

Venue Search

Find venues and filter your search by name, and much more.

get/discovery/v2/venues

Query parameters

sortstring

Sorting order of the search result. Allowable Values: 'name,asc', 'name,desc', 'relevance,asc', 'relevance,desc', 'distance,asc', 'distance,desc'

stateCodestring

Filter venues by state / province code

countryCodestring

Filter venues by country code

latlongstring

Filter events by latitude and longitude, this filter is deprecated and maybe removed in a future release, please use geoPoint instead

radiusstring

Radius of the area in which we want to search for events.

unit'miles' | 'km'

Unit of the radius

geoPointstring

filter events by geoHash

keywordstring

Keyword to search on

idstring

Filter entities by its id

source'ticketmaster' | ' universe' | ' frontgate' | ' tmr'

Filter entities by its source name

includeTest'yes' | ' no' | ' only'

True if you want to have entities flag as test in the response. Only, if you only wanted test entities

pagestring

Page number

sizestring

Page size of the response

localestring

The locale in ISO code format. Multiple comma-separated values can be provided. When omitting the country part of the code (e.g. only 'en' or 'fr') then the first matching locale is used. When using a '' it matches all locales. '' can only be used at the end (e.g. 'en-us,en,*')

includeLicensedContent'yes' | ' no'

Yes if you want to display licensed content

includeSpellcheck'yes' | ' no'

yes, to include spell check suggestions in the response.

Response

successful operation