Venues / Search

NameVenues / Search
DescriptionPerform a full-text search on all Venues.
TypeGET
URL/v9/venues/search
Credential TypeAPI|User
Supports PaginationYes

Long Description

Perform a full-text search on all Venues.

Parameters

Name
Description
Type
Presence
Location
qSearch term(s)StringRequiredQuery
fuzzyFuzzy versus exact search term matchBooleanOptionalQuery

 

Examples

RequestResponse
/v9/venues/search?q=yankee 

 

 

{
   "current_page":1,
   "total_entries":1,
   "venues":[
      {
         "upcoming_events":{
            "last":"2022-06-19 19:05:00",
            "first":"2013-07-09 19:05:00"
         },
         "address":{
            "locality":"Bronx",
            "postal_code":"10452",
            "label":null,
            "street_address":"161st Street and River Avenue",
            "created_at":"2012-04-12T03:35:28Z",
            "latitude":40.8330858,
            "extended_address":null,
            "longitude":-73.9228909,
            "region":"NY"
         },
         "popularity_score":"0.92982",
         "keywords":"",
         "country_code":"US",
         "url":"/venues/5725",
         "updated_at":"2012-09-19T08:36:26Z",
         "location":"Bronx, NY",
         "name":"Yankee Stadium",
         "id":5725
      }
   ],
   "per_page":100
}