This Choreo returns a list of recommended venues near the current location. The documentation for this Foursquare resource can be found here.
Note: when providing a venue ID for the LastVenue optional input, Intent must be set to "nextVenues" in order to return venues that the user often visits after the specified venue. If Intent is set to "nextVenues" but LastVenue is not provided, the user's last check-in will be used if it is within 2 hours. If the user has not checked in within the last 2 hours, no results will be returned.
The optional Price input can accept the following values: 1, 2, 3, or 4 (1 being the least expensive and 4 being the most expensive). For food venues, in the United States, 1 is < $10 an entree, 2 is $10-$20 an entree, 3 is $20-$30 an entree, and 4 is > $30 an entree.
The following is a sample of the JSON information returned by this Choreo:
{
"meta": {
"code": 200
},
"response": {
"suggestedFilters": {
"header": "Tap to show:",
"filters": [
{
"name": "With specials",
"key": "specials"
},
{
"name": "$-$$$$",
"key": "price"
}
]
},
"warning": {
"text": "There aren't a lot of results near you. Try something more general, reset your filters, or expand the search area."
},
"suggestedRadius": 483,
"headerLocation": "Tribeca",
"headerFullLocation": "Tribeca, New York",
"headerLocationGranularity": "neighborhood",
"totalResults": 249,
"suggestedBounds": {
"ne": {
"lat": 40.71987356821065,
"lng": -74.00683895121436
},
"sw": {
"lat": 40.7171739084252,
"lng": -74.00411901487995
}
},
"groups": [
{
"type": "Recommended Places",
"name": "recommended",
"items": [
{
"reasons": {
"count": 0,
"items": []
},
"venue": {
"id": "504209e4e4b00a58046eb65c",
"name": "All Good Things",
"contact": {
"phone": "2129663663",
"formattedPhone": "(212) 966-3663"
},
"location": {
"address": "102 Franklin St",
"crossStreet": "at Church St.",
"lat": 40.71852373831793,
"lng": -74.00547898304715,
"distance": 14,
"postalCode": "10013",
"cc": "US",
"city": "New York",
"state": "NY",
"country": "United States"
},
"categories": [
{
"id": "4bf58dd8d48988d1f5941735",
"name": "Gourmet Shop",
"pluralName": "Gourmet Shops",
"shortName": "Gourmet",
"icon": {
"prefix": "https://ss1.4sqi.net/img/categories_v2/shops/food_gourmet_",
"suffix": ".png"
},
"primary": true
}
],
"verified": false,
"stats": {
"checkinsCount": 3373,
"usersCount": 1553,
"tipCount": 36
},
"url": "http://www.allgoodthingsny.com",
"likes": {
"count": 86,
"groups": [
{
"type": "others",
"count": 86,
"items": []
}
],
"summary": "86 likes"
},
"rating": 9.07,
"ratingSignals": 603,
"hours": {
"status": "Open until 10:00pm",
"isOpen": true
},
"specials": {
"count": 0,
"items": []
},
"photos": {
"count": 228,
"groups": []
},
"hereNow": {
"count": 1,
"summary": "One person here",
"groups": [
{
"type": "others",
"name": "Other people here",
"count": 1,
"items": []
}
]
}
},
"tips": [
{
"id": "50857893e4b0a0ddb4c39839",
"createdAt": 1350924435,
"text": "I'm obsessed with this indoor stall market. You can get fresh produce, fresh fish, fresh meats & cheeses in addition to flowers & coffee. And there's even a small bar at the end! So perfect.",
"canonicalUrl": "https://foursquare.com/item/50857893e4b0a0ddb4c39839",
"likes": {
"count": 16,
"groups": [],
"summary": "16 likes"
},
"logView": true,
"todo": {
"count": 1
},
"saves": {},
"user": {
"id": "681",
"firstName": "rosie",
"lastName": "siman",
"gender": "female",
"photo": {
"prefix": "https://irs1.4sqi.net/img/user/",
"suffix": "/KZNUNVVTGTE4QH45.jpg"
}
}
}
],
"referralId": "e-0-504209e4e4b00a58046eb65c-0"
}
]
}
]
}
}