This Choreo allows you to retrieve user-provided tips located near an area specified by Latitude and Longitude coordinates. Additional optional parameters such as Filter, Limit, Offset and Query can also be returned. 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":{
"tips":[{
"id":"4ec886ba49010f98cdd729c4",
"createdAt":1321764538,
"text":"This place is awesome",
"todo":{
"count":0
},
"done":{
"count":0
},
"venue":{
"id":"4d58725cc406a35d59bbf44a",
"name":"Susy G's Castle",
"contact":{},
"location":{
"isFuzzed":true,
"lat":40.70323314746373,
"lng":-74.00063278107605,
"distance":363,
"city":"Brooklyn",
"state":"NY",
"country":"United States"
},
"categories":[{
"id":"4bf58dd8d48988d103941735",
"name":"Home (private)",
"pluralName":"Homes (private)",
"shortName":"Home",
"icon":{
"prefix":"https://foursquare.com/img/categories/building/home_",
"sizes":[32,
44,
64,
88,
256
],
"name":".png"
},
"primary":true
}
],
"verified":false,
"stats":{
"checkinsCount":11,
"usersCount":5,
"tipCount":1
}
},
"user":{
"id":"1349770",
"firstName":"Josh",
"lastName":"P.",
"photo":"https://img-s.foursquare.com/userpix_thumbs/ETNC4QQQV2U2GUNO.jpg",
"gender":"male",
"homeCity":"New York, NY",
"canonicalUrl":"https://foursquare.com/jcperlin"
}
},
{
"id":"4cc98dcbdbc376b08b68a4bc",
"createdAt":1288277451,
"text":"Marco Polo Cruises provides New York City yacht and boat charters and booze cruises for party planners, promoters and corporate event planners. We can be chartered for company events, weddings, engage",
"todo":{
"count":0
},
"done":{
"count":1
},
"venue":{
"id":"4c0077809cf52d7f4ce013e7",
"name":"Booze Cruise",
"contact":{
"phone":"2126916693",
"formattedPhone":"(212) 691-6693"
},
"location":{
"address":"East 23rd St",
"crossStreet":"FDR Drive",
"lat":40.703544,
"lng":-74.001143,
"distance":406,
"postalCode":"10010",
"city":"New York",
"state":"NY",
"country":"United States"
},
"categories":[{
"id":"4bf58dd8d48988d11f941735",
"name":"Nightclub",
"pluralName":"Nightclubs",
"shortName":"Nightclub",
"icon":{
"prefix":"https://foursquare.com/img/categories/nightlife/danceparty_",
"sizes":[32,
44,
64,
88,
256
],
"name":".png"
},
"primary":true
}
],
"verified":false,
"stats":{
"checkinsCount":68,
"usersCount":60,
"tipCount":1
}
},
"user":{
"id":"1694164",
"firstName":"Steven",
"lastName":"H.",
"photo":"https://img-s.foursquare.com/userpix_thumbs/V35E1VI0UBZUELFV.jpg",
"gender":"male",
"homeCity":"New York, NY",
"canonicalUrl":"https://foursquare.com/hill10003"
}
}
]
}
}