This Choreo allows you to obtain a list of venues near a specified location using a set of coordinates and search parameters. The documentation for this Foursquare resource can be found here.
The following is a sample of the JSON information returned by this Choreo:
{
"meta":{
"code":200
},
"notifications":[{
"type":"notificationTray",
"item":{
"unreadCount":0
}
}
],
"response":{
"venues":[{
"id":"4cf3b568cfb08eec037ff1be",
"name":"Chartis Insurance",
"contact":{},
"location":{
"address":"180 Maiden Lane",
"crossStreet":"Water Street",
"lat":40.70012856830809,
"lng":-73.99956252573816,
"distance":39,
"postalCode":"10038",
"city":"New York",
"state":"NY",
"country":"United States"
},
"categories":[],
"verified":false,
"stats":{
"checkinsCount":6,
"usersCount":2,
"tipCount":0
},
"specials":{
"count":0,
"items":[]
},
"hereNow":{
"count":0
}
},
{
"id":"4cebd5364cdf8eec1b5c53d1",
"name":"Chartis Insurance",
"contact":{},
"location":{
"address":"180 Maiden Lane",
"crossStreet":"Water Street",
"lat":40.70019871930678,
"lng":-73.99964860547712,
"distance":36,
"postalCode":"10038",
"city":"New York",
"state":"NY",
"country":"United States"
},
"categories":[],
"verified":false,
"stats":{
"checkinsCount":7,
"usersCount":2,
"tipCount":0
},
"specials":{
"count":0,
"items":[]
},
"hereNow":{
"count":0
}
},
{
"id":"4ec2db036c25adc5b2dbca7f",
"name":"CLS Bank",
"contact":{},
"location":{
"address":"32 old slip",
"crossStreet":"Water street",
"lat":40.701256020628044,
"lng":-74.0003142874853,
"distance":142,
"postalCode":"10005",
"city":"New York",
"state":"NY",
"country":"United States"
},
"categories":[],
"verified":false,
"stats":{
"checkinsCount":103,
"usersCount":5,
"tipCount":0
},
"specials":{
"count":0,
"items":[]
},
"hereNow":{
"count":0
}
},
{
"id":"4ed3af19b634dd29955299e1",
"name":"18th Floor Executive Wash Room",
"contact":{},
"location":{
"address":"88 Pine St, New York, NY 10005",
"lat":40.700871258714166,
"lng":-74.00007900359161,
"distance":97,
"postalCode":"10005",
"city":"New York",
"state":"New York",
"country":"United States"
},
"categories":[{
"id":"4bf58dd8d48988d174941735",
"name":"Coworking Space",
"pluralName":"Coworking Spaces",
"shortName":"Coworking Space",
"icon":{
"prefix":"https://foursquare.com/img/categories/building/default_",
"sizes":[32,
44,
64,
88,
256
],
"name":".png"
},
"primary":true
}
],
"verified":false,
"stats":{
"checkinsCount":37,
"usersCount":2,
"tipCount":0
},
"specials":{
"count":0,
"items":[]
},
"hereNow":{
"count":0
}
},
{
"id":"4d3f922e89616dcb96cafbb4",
"name":"Willow street",
"contact":{},
"location":{
"lat":40.697818,
"lng":-73.995348,
"distance":461,
"country":"United States"
},
"categories":[],
"verified":false,
"stats":{
"checkinsCount":83,
"usersCount":11,
"tipCount":0
},
"specials":{
"count":0,
"items":[]
},
"hereNow":{
"count":0
}
},
{
"id":"4efe18e38b81b019093afc69",
"name":"Palace Hotel",
"contact":{},
"location":{
"lat":40.70997192770586,
"lng":-74.01167643368683,
"distance":1484,
"postalCode":"10007",
"city":"New York",
"state":"NY",
"country":"United States"
},
"categories":[{
"id":"4bf58dd8d48988d1fa931735",
"name":"Hotel",
"pluralName":"Hotels",
"shortName":"Hotel",
"icon":{
"prefix":"https://foursquare.com/img/categories/travel/hotel_",
"sizes":[32,
44,
64,
88,
256
],
"name":".png"
},
"primary":true
}
],
"verified":false,
"stats":{
"checkinsCount":2,
"usersCount":2,
"tipCount":0
},
"specials":{
"count":0,
"items":[]
},
"hereNow":{
"count":0
}
},
{
"id":"4a882e27f964a520590520e3",
"name":"Harry Chapin Playground",
"contact":{},
"location":{
"address":"Middagh & Columbia Heights",
"lat":40.700682,
"lng":-73.994859,
"distance":440,
"city":"New York",
"state":"NY",
"country":"United States"
},
"categories":[{
"id":"4bf58dd8d48988d1e7941735",
"name":"Playground",
"pluralName":"Playgrounds",
"shortName":"Playground",
"icon":{
"prefix":"https://foursquare.com/img/categories/parks_outdoors/playground_",
"sizes":[32,
44,
64,
88,
256
],
"name":".png"
},
"primary":true
}
],
"verified":false,
"stats":{
"checkinsCount":181,
"usersCount":108,
"tipCount":3
},
"specials":{
"count":0,
"items":[]
},
"hereNow":{
"count":0
}
}
]
}
}