This Choreo returns a list of all venues visited by the specified user, along with how many visits and when they were last there. The documentation for this Foursquare resource can be found here. Note that this portion of API is considered experimental right now.
The following is a sample of the JSON information returned by this Choreo:
{
"meta":{
"code":200
},
"notifications":[{
"type":"notificationTray",
"item":{
"unreadCount":1
}
}
],
"response":{
"venues":{
"count":7,
"items":[{
"beenHere":1,
"venue":{
"id":"3fd66200f964a520c5f01ee3",
"name":"Union Pool",
"contact":{
"phone":"7186090484",
"formattedPhone":"(718) 609-0484"
},
"location":{
"address":"484 Union Ave",
"crossStreet":"at Meeker Ave.",
"lat":40.71501300319713,
"lng":-73.95146369934082,
"postalCode":"11211",
"city":"Brooklyn",
"state":"NY",
"country":"United States"
},
"categories":[{
"id":"4bf58dd8d48988d116941735",
"name":"Bar",
"pluralName":"Bars",
"shortName":"Bar",
"icon":{
"prefix":"https://foursquare.com/img/categories/nightlife/bar_",
"sizes":[32,
44,
64,
88,
256
],
"name":".png"
},
"primary":true
}
],
"verified":false,
"stats":{
"checkinsCount":14908,
"usersCount":7380,
"tipCount":108
}
}
},
{
"beenHere":1,
"venue":{
"id":"3fd66200f964a520c7f11ee3",
"name":"Otto Enoteca Pizzeria",
"contact":{
"phone":"2129959559",
"formattedPhone":"(212) 995-9559",
"twitter":"OttoPizzeria"
},
"location":{
"address":"1 5th Ave",
"crossStreet":"at 8th St",
"lat":40.73168165030361,
"lng":-73.99618148803711,
"postalCode":"10003",
"city":"New York",
"state":"NY",
"country":"United States"
},
"categories":[{
"id":"4bf58dd8d48988d1ca941735",
"name":"Pizza Place",
"pluralName":"Pizza Places",
"shortName":"Pizza",
"icon":{
"prefix":"https://foursquare.com/img/categories/food/pizza_",
"sizes":[32,
44,
64,
88,
256
],
"name":".png"
},
"primary":true
}
],
"verified":true,
"stats":{
"checkinsCount":12428,
"usersCount":8572,
"tipCount":186
},
"url":"http://www.ottopizzeria.com/",
"menu":{
"url":"https://foursquare.com/v/otto-enoteca-pizzeria/3fd66200f964a520c7f11ee3/menu",
"mobileUrl":"https://foursquare.com/v/3fd66200f964a520c7f11ee3/device_menu"
}
}
},
"categories":[{
"id":"4bf58dd8d48988d125941735",
"name":"Tech Startup",
"pluralName":"Tech Startups",
"shortName":"Tech Startup",
"icon":{
"prefix":"https://foursquare.com/img/categories/shops/technology_",
"sizes":[32,
44,
64,
88,
256
],
"name":".png"
},
"primary":true
}
],
"verified":false,
"stats":{
"checkinsCount":250,
"usersCount":9,
"tipCount":0
}
}
}
]
}
}
}