Skip to content

Instantly share code, notes, and snippets.

@Meekohi
Created March 19, 2014 16:54
Show Gist options
  • Save Meekohi/9646093 to your computer and use it in GitHub Desktop.
Save Meekohi/9646093 to your computer and use it in GitHub Desktop.
example return value of Instagram API
{
"attribution" : null,
"tags" : [
"coffeeandcookiesforbreakfast"
],
"location" : {
"latitude" : 38.03301584,
"longitude" : -78.5012547
},
"comments" : {
"count" : 0,
"data" : [ ]
},
"filter" : "Lo-fi",
"created_time" : "1390932791",
"link" : "http://instagram.com/p/juN_0Elv4u/",
"likes" : {
"count" : 0,
"data" : [ ]
},
"images" : {
"low_resolution" : {
"url" : "http://distilleryimage9.s3.amazonaws.com/6741c78a884711e38fe012b1c8928cc9_6.jpg",
"width" : 306,
"height" : 306
},
"thumbnail" : {
"url" : "http://distilleryimage9.s3.amazonaws.com/6741c78a884711e38fe012b1c8928cc9_5.jpg",
"width" : 150,
"height" : 150
},
"standard_resolution" : {
"url" : "http://distilleryimage9.s3.amazonaws.com/6741c78a884711e38fe012b1c8928cc9_8.jpg",
"width" : 640,
"height" : 640
}
},
"users_in_photo" : [ ],
"caption" : {
"created_time" : "1390932791",
"text" : "The fattys are in Apod today. @kamaulie @ashleync719 #coffeeandcookiesforbreakfast",
"from" : {
"username" : "beb3f",
"profile_picture" : "http://images.ak.instagram.com/profiles/profile_193471470_75sq_1380163713.jpg",
"id" : "193471470",
"full_name" : "Brooke Bosselman"
},
"id" : "643513357081968050"
},
"type" : "image",
"id" : "643513356603817518_193471470",
"user" : {
"username" : "beb3f",
"website" : "",
"profile_picture" : "http://images.ak.instagram.com/profiles/profile_193471470_75sq_1380163713.jpg",
"full_name" : "Brooke Bosselman",
"bio" : "",
"id" : "193471470"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment