kratsg / cloudchaser

Soundcloud artist recommendation tool
0 stars 0 forks source link

User Information #2

Open kratsg opened 8 years ago

kratsg commented 8 years ago
id
permalink
username
avatar_url
country
city
website
track_count
followers_count
followings_count
/web-profiles

Web profile example: https://api.soundcloud.com/users/1234/web-profiles?client_id=454aeaee30d3533d6d8f448556b50f23

kratsg commented 8 years ago
{  
   "id":174006135,
   "kind":"user",
   "permalink":"kanyewest",
   "username":"Kanye West",
   "last_modified":"2016/04/01 16:59:03 +0000",
   "uri":"https://api.soundcloud.com/users/174006135",
   "permalink_url":"http://soundcloud.com/kanyewest",
   "avatar_url":"https://i1.sndcdn.com/avatars-000204865466-szh2wh-large.jpg",
   "country":null,
   "first_name":null,
   "last_name":null,
   "full_name":"",
   "description":null,
   "city":null,
   "discogs_name":null,
   "myspace_name":null,
   "website":null,
   "website_title":null,
   "online":false,
   "track_count":260,
   "playlist_count":0,
   "plan":"Pro Plus",
   "public_favorites_count":0,
   "subscriptions":[  
      {  
         "product":{  
            "id":"creator-pro-unlimited",
            "name":"Pro Unlimited"
         }
      }
   ],
   "followers_count":714804,
   "followings_count":0
}