Long Description
Perform a full-text search on all venues.
Parameters
Name | Description | Value Type | Required |
---|---|---|---|
q | Search term(s) | String | Required |
fuzzy | Fuzzy versus exact search term match | boolean | Optional |
Examples
Request | Response |
---|---|
/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 } |