Skip to content

Endpoints

Gregorio Setti edited this page Aug 7, 2016 · 4 revisions

Users

GET /users/{id} a user a user
GET /users/{id}/tracks list of tracks of the user
GET /users/{id}/playlists list of playlists (sets) of the user
GET /users/{id}/followings list of users who are followed by the user
GET /users/{id}/followings/{id} a user who is followed by the user
PUT /users/{id}/followings/{id} a user who is followed by the user
DELETE /users/{id}/followings/{id} a user who is followed by the user
GET /users/{id}/followers list of users who are following the user
GET /users/{id}/followers/{id} user who is following the user
GET /users/{id}/comments list of comments from this user
GET /users/{id}/favorites list of tracks favorited by the user
GET /users/{id}/favorites/{id} track favorited by the user
PUT /users/{id}/favorites/{id} track favorited by the user
DELETE /users/{id}/favorites/{id} track favorited by the user
GET /users/{id}/web-profiles list of web profiles
PUT /users/{id}/web-profiles list of web profiles
DELETE /users/{id}/web-profiles list of web profiles

Tracks

GET /tracks/{id}
PUT /tracks/{id}
DELETE /tracks/{id}
GET /tracks/{id}/comments
GET /tracks/{id}/comments/{comment-id}
PUT /tracks/{id}/comments/{comment-id}
DELETE /tracks/{id}/comments/{comment-id}
GET /tracks/{id}/favoriters
GET /tracks/{id}/favoriters/{user-id}
GET /tracks/{id}/secret-token
PUT /tracks/{id}/secret-token

Playlists

GET /playlists/{id}/secret-token
PUT /playlists/{id}/secret-token

Comments

GET /comments
Clone this wiki locally