User response
User objects contain the whole profile of someone, including his name, birthdate, gender, location, avatar url, amount of votes on playlists, and so on.
The endpoints users/tracks and users/playlists allow you to retrieve the tracks and playlists uploaded by a given user.
Keep in mind that not all users are artists, there also exists label and media accounts.
| birthdate |
iso date of user birthdate (YYYY-MM-DD) |
| city |
city of user |
| comments_count |
amount of comments posted by user |
| country_id |
iso country codes (2 letters) |
| created_at |
iso datetime of account creation (YYYY-MM-DDThh:mm:ssTZD) |
| email * |
email of user |
| free_trial_expired_at * |
date of free trial expiration |
| gender |
gender of user (male/female/none) |
| id |
user id |
| name |
user display name |
| picture_absolute_url |
absolute url of user avatar |
| playlist_votes_count |
amount of playlist votes by user |
| playlists_count |
amount of user playlists |
| pro |
true if user has a pro account else false |
| pro_account_expired_at * |
date of pro account expiration |
| profile |
user profile description |
| status |
user status (member/artist/media/label) |
| tracks_count |
amount of user tracks |
| tracks_credit * |
user tracks credit |
| url |
user profile url |
| votes_count |
amount of track votes by user |
* Only available in advanced requests using oAuth
|