This Choreo returns a list of venues similar to the specified venue. 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": 2
}
}
],
"response": {
"similarVenues": {
"count": 5,
"items": [
{
"id": "3fd66200f964a520d5e61ee3",
"name": "Antarctica",
"contact": {
"phone": "2123521666",
"formattedPhone": "(212) 352-1666"
},
"location": {
"address": "287 Hudson St.",
"crossStreet": "at Spring St.",
"lat": 40.72563263365638,
"lng": -74.00750041007996,
"postalCode": "10014",
"city": "New York",
"state": "NY",
"country": "United States"
},
"categories": [
{
"id": "4bf58dd8d48988d118941735",
"name": "Dive Bar",
"pluralName": "Dive Bars",
"shortName": "Dive Bar",
"icon": "https://foursquare.com/img/categories/nightlife/divebar.png",
"parents": [
"Nightlife Spots"
],
"primary": true
}
],
"verified": true,
"stats": {
"checkinsCount": 6377,
"usersCount": 2952,
"tipCount": 26
},
"beenHere": {
"count": 0
}
},
{
"id": "42474900f964a52080201fe3",
"name": "The Patriot Saloon",
"contact": {
"phone": "2127481162",
"formattedPhone": "(212) 748-1162"
},
"location": {
"address": "110 Chambers St",
"crossStreet": "at Church",
"lat": 40.71487853637898,
"lng": -74.0081358776865,
"postalCode": "10007",
"city": "New York",
"state": "NY",
"country": "United States"
},
"categories": [
{
"id": "4bf58dd8d48988d116941735",
"name": "Bar",
"pluralName": "Bars",
"shortName": "Bar",
"icon": "https://foursquare.com/img/categories/nightlife/bar.png",
"parents": [
"Nightlife Spots"
],
"primary": true
}
],
"verified": false,
"stats": {
"checkinsCount": 5426,
"usersCount": 3068,
"tipCount": 70
},
"url": "http://www.guidespot.com/business/0107019102_patriot_saloon_the",
"beenHere": {
"count": 0
}
},
{
"id": "3fd66200f964a52025e41ee3",
"name": "Botanica Bar",
"contact": {
"phone": "2123437251",
"formattedPhone": "(212) 343-7251"
},
"location": {
"address": "47 E Houston St.",
"crossStreet": "btwn Mott & Mulberry St.",
"lat": 40.724876040122204,
"lng": -73.99470182706324,
"postalCode": "10012",
"city": "New York",
"state": "NY",
"country": "United States"
},
"categories": [
{
"id": "4bf58dd8d48988d118941735",
"name": "Dive Bar",
"pluralName": "Dive Bars",
"shortName": "Dive Bar",
"icon": "https://foursquare.com/img/categories/nightlife/divebar.png",
"parents": [
"Nightlife Spots"
],
"primary": true
}
],
"verified": false,
"stats": {
"checkinsCount": 8168,
"usersCount": 3921,
"tipCount": 62
},
"beenHere": {
"count": 0
}
},
{
"id": "3fd66200f964a520dfe31ee3",
"name": "Welcome to the Johnsons",
"contact": {
"phone": "2124209911",
"formattedPhone": "(212) 420-9911"
},
"location": {
"address": "123 Rivington St",
"crossStreet": "Essex St",
"lat": 40.719785,
"lng": -73.987287,
"postalCode": "10002",
"city": "New York",
"state": "NY",
"country": "United States"
},
"categories": [
{
"id": "4bf58dd8d48988d118941735",
"name": "Dive Bar",
"pluralName": "Dive Bars",
"shortName": "Dive Bar",
"icon": "https://foursquare.com/img/categories/nightlife/divebar.png",
"parents": [
"Nightlife Spots"
],
"primary": true
}
],
"verified": false,
"stats": {
"checkinsCount": 7162,
"usersCount": 4332,
"tipCount": 52
},
"beenHere": {
"count": 0
}
}
]
}
}
}