Retrieve a list of venues for a particular metro.
Within the response, several geographical parameters have been added that refer to the geolocation of the underlying venue of the event. These include latitude and longitude, as well as geocoding_precision, which specifies the precision to which the venue address could be found and geocoded, and also the geocoding_ambiguous parameter, which serves as a warning that the geocoding is likely to be erroneous.
Any venue that could not be geocoded at all will have blank values in the fields.
{
"rsp":{
"stat":"ok",
"version":1,
"venue":[
{
"id":31219,
"name":"My Dog Votes Candlelight Vigil In Fall River, MA",
"city":"Fall River",
"url":"",
"user_id":33903,
"private":0,
"latitude":41.6921,
"longitude":-71.1315,
"geocoding_precision":"Zip code or postal code",
"geocoding_ambiguous":0,
"address":"City Hall",
"zip":2723,
"phone":"",
"state_name":"Massachusetts",
"state_code":"ma",
"state_id":22,
"country_name":"United States",
"country_code":"us",
"country_id":1
},
{
"id":31359,
"name":"Narrows Center for the Arts",
"city":"Fall River",
"url":"",
"user_id":18326,
"private":0,
"latitude":41.7031,
"longitude":-71.1634,
"geocoding_precision":"Zip code or postal code",
"geocoding_ambiguous":0,
"address":"16 Anawan St.",
"zip":2721,
"phone":"",
"state_name":"Massachusetts",
"state_code":"ma",
"state_id":22,
"country_name":"United States",
"country_code":"us",
"country_id":1
},
{
"id":17337,
"name":"Narrows Center or the Arts",
"city":"Fall River",
"url":"",
"user_id":15305,
"private":0,
"latitude":41.7031,
"longitude":-71.1634,
"geocoding_precision":"Zip code or postal code",
"geocoding_ambiguous":0,
"address":"16 Anawan St.",
"zip":2721,
"phone":"",
"state_name":"Massachusetts",
"state_code":"ma",
"state_id":22,
"country_name":"United States",
"country_code":"us",
"country_id":1
},
{
"id":47007,
"name":"P.A.L - Police Athletic League",
"city":"Fall River",
"url":"",
"user_id":105942,
"private":0,
"latitude":41.7033,
"longitude":-71.1545,
"geocoding_precision":"Zip code or postal code",
"geocoding_ambiguous":0,
"address":"31 Franklin Street",
"zip":"MA",
"phone":"508-672-9197",
"state_name":"Massachusetts",
"state_code":"ma",
"state_id":22,
"country_name":"United States",
"country_code":"us",
"country_id":1
},
{
"id":174960,
"name":"The Narrows Center for the Arts",
"city":"Fall River",
"url":"",
"user_id":18326,
"private":0,
"latitude":41.7031,
"longitude":-71.1634,
"geocoding_precision":"Zip code or postal code",
"geocoding_ambiguous":0,
"address":"16 Anawan Street",
"zip":2721,
"phone":"",
"state_name":"Massachusetts",
"state_code":"ma",
"state_id":22,
"country_name":"United States",
"country_code":"US",
"country_id":1
},
{
"id":44863,
"name":"Waterstreet Cafe",
"city":"Fall River",
"url":"http:\/\/www.waterstreetcafe.com",
"user_id":103237,
"private":0,
"latitude":41.7043,
"longitude":-71.1628,
"geocoding_precision":"Zip code or postal code",
"geocoding_ambiguous":0,
"address":"36 Water Street",
"zip":2720,
"phone":"508-672-8748",
"state_name":"Massachusetts",
"state_code":"ma",
"state_id":22,
"country_name":"United States",
"country_code":"us",
"country_id":1
}
]
}
}