Get user data
Example
$ curl https://croovs.com/api/username/USERNAME
Data return
{
"totalFollowers":"2",
"totalFollowing":"24",
"Likes":"11",
"totalShots":"29",
"Lists":"0",
"Listed":"2",
"Projects":"3",
"id":"1",
"username":"MiguelVasquez",
"name":"Miguel Vasquez",
"location":"Aragua",
"twitter":"https://twitter.com/MiguelVasquez08",
"website":"http://miguelvasquez.net",
"bio":"#WebDesign #Developer",
"skills":"psd,photoshop,php,html5,css3",
"avatar":"https://croovs.com/public/avatar/miguelvasquez_19zy00.png",
"type_account":"2",
"cover_image":"https://croovs.com/public/cover_miguelvasquez_1j07gs.jpg",
}
Get last 15 shots from an user
Example
$ curl https://croovs.com/api/username/USERNAME/shots
Data return
{
"Shots":
[{
"id":"1",
"id_project":"0",
"created_project":"0000-00-00 00:00:00",
"image": "https://croovs.com/public/shots_img/3j8ivw84ibn.jpeg",
"large_image": "https://croovs.com/public/shots_img/large/asa3j8ivw84ibn.jpeg",
"token_id":"a8e015ec6de45c88ba0412bc9f6e2feb272b042e",
"description": "Social Microblogging PRO Twitter is a script style, designed to share news, events, or simply what you want, through publications of 140 characters.",
"title": "Social Microblogging PRO",
"user_id": "1",
"status": "1",
"tags": "social,microblogging",
"date": "2013-06-14 13:31:04",
"attachment": "https://croovs.com/public/attachment_shots/oasdoaij46n.png",
"url_purchased": "",
"price_item": "",
}
]}