Shots
List shots for a team
GET /teams/:team/shots
List shots by the team and team members.
Response
Status: 200 OK
X-RateLimit-Limit: 60
X-RateLimit-Remaining: 59
[
{
"id" : 471756,
"title" : "Sasquatch",
"description" : "<p>Quick, messy, five minute sketch of something that might become a fictional something.</p>",
"width" : 400,
"height" : 300,
"images" : {
"hidpi" : null,
"normal" : "https://d13yacurqjgara.cloudfront.net/users/1/screenshots/471756/sasquatch.png",
"teaser" : "https://d13yacurqjgara.cloudfront.net/users/1/screenshots/471756/sasquatch_teaser.png"
},
"views_count" : 4372,
"likes_count" : 149,
"comments_count" : 27,
"attachments_count" : 0,
"rebounds_count" : 2,
"buckets_count" : 8,
"created_at" : "2012-03-15T01:52:33Z",
"updated_at" : "2012-03-15T02:12:57Z",
"html_url" : "https://dribbble.com/shots/471756-Sasquatch",
"attachments_url" : "https://api.dribbble.com/v1/shots/471756/attachments",
"buckets_url" : "https://api.dribbble.com/v1/shots/471756/buckets",
"comments_url" : "https://api.dribbble.com/v1/shots/471756/comments",
"likes_url" : "https://api.dribbble.com/v1/shots/471756/likes",
"projects_url" : "https://api.dribbble.com/v1/shots/471756/projects",
"rebounds_url" : "https://api.dribbble.com/v1/shots/471756/rebounds",
"animated" : false,
"tags" : [
"fiction",
"sasquatch",
"sketch",
"wip"
],
"user" : {
"id" : 1,
"name" : "Dan Cederholm",
"username" : "simplebits",
"html_url" : "https://dribbble.com/simplebits",
"avatar_url" : "https://d13yacurqjgara.cloudfront.net/users/1/avatars/normal/dc.jpg?1371679243",
"bio" : "Co-founder & designer of <a href=\"https://dribbble.com/dribbble\">@Dribbble</a>. Principal of SimpleBits. Aspiring clawhammer banjoist.",
"location" : "Salem, MA",
"links" : {
"web" : "http://simplebits.com",
"twitter" : "https://twitter.com/simplebits"
},
"buckets_count" : 10,
"comments_received_count" : 3395,
"followers_count" : 29262,
"followings_count" : 1728,
"likes_count" : 34954,
"likes_received_count" : 27568,
"projects_count" : 8,
"rebounds_received_count" : 504,
"shots_count" : 214,
"teams_count" : 1,
"can_upload_shot" : true,
"type" : "Player",
"pro" : true,
"buckets_url" : "https://dribbble.com/v1/users/1/buckets",
"followers_url" : "https://dribbble.com/v1/users/1/followers",
"following_url" : "https://dribbble.com/v1/users/1/following",
"likes_url" : "https://dribbble.com/v1/users/1/likes",
"shots_url" : "https://dribbble.com/v1/users/1/shots",
"teams_url" : "https://dribbble.com/v1/users/1/teams",
"created_at" : "2009-07-08T02:51:22Z",
"updated_at" : "2014-02-22T17:10:33Z"
}
}
]