This Choreo retrieves details of a photo. 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":{
"photo":{
"id":"4d0fb8162d39a340637dc42b",
"createdAt":1292875798,
"url":"https://img-s.foursquare.com/pix/UYU54GYOCURPAUYXH5V2U3EOM4DCX4VZPT3YOMN43H555KU2.jpg",
"sizes":{
"count":4,
"items":[{
"url":"https://img-s.foursquare.com/pix/UYU54GYOCURPAUYXH5V2U3EOM4DCX4VZPT3YOMN43H555KU2.jpg",
"width":540,
"height":720
},
{
"url":"https://img-s.foursquare.com/derived_pix/UYU54GYOCURPAUYXH5V2U3EOM4DCX4VZPT3YOMN43H555KU2_300x300.jpg",
"width":300,
"height":300
},
{
"url":"https://img-s.foursquare.com/derived_pix/UYU54GYOCURPAUYXH5V2U3EOM4DCX4VZPT3YOMN43H555KU2_100x100.jpg",
"width":100,
"height":100
},
{
"url":"https://img-s.foursquare.com/derived_pix/UYU54GYOCURPAUYXH5V2U3EOM4DCX4VZPT3YOMN43H555KU2_36x36.jpg",
"width":36,
"height":36
}
]
},
"source":{
"name":"foursquare for iPhone",
"url":"https://foursquare.com/download/#/iphone"
},
"user":{
"id":"2102",
"firstName":"Kushal",
"lastName":"D.",
"photo":"https://img-s.foursquare.com/userpix_thumbs/2102_1242573242.jpg",
"gender":"male",
"homeCity":"Brooklyn, NY",
"canonicalUrl":"https://foursquare.com/krave"
},
"visibility":"public",
"venue":{
"id":"439e8590f964a5200b2c1fe3",
"name":"Costello's",
"contact":{},
"location":{
"address":"2222 NE Broadway",
"crossStreet":"at 22nd St",
"lat":45.53487002849579,
"lng":-122.64241722,
"postalCode":"97232",
"city":"Portland",
"state":"OR",
"country":"United States"
},
"categories":[{
"id":"4bf58dd8d48988d16d941735",
"name":"Café",
"pluralName":"Cafés",
"shortName":"Café",
"icon":{
"prefix":"https://foursquare.com/img/categories/food/cafe_",
"sizes":[32,
44,
64,
88,
256
],
"name":".png"
},
"primary":true
}
],
"verified":false,
"stats":{
"checkinsCount":356,
"usersCount":188,
"tipCount":6
}
},
"tip":{
"id":"4d0fb80b6331a0932b685294",
"createdAt":1292875787,
"text":"good strong earthy drip coffee!",
"todo":{
"count":0
},
"done":{
"count":2
}
}
}
}
}