|
Every user has a unique ID. You can fetch the data associated with a user by fetching
http://api.onmvoice.com/user/ID
You can also fetch the data associated with a user by username by fetching
http://api.onmvoice.com/username/USERNAME
You can fetch the audios uploaded by a user by fetching
http://api.onmvoice.com/user/ID/audios
You can fetch the playlists created by a user by fetching
http://api.onmvoice.com/user/ID/playlists
You can fetch the user's following by fetching
http://api.onmvoice.com/user/ID/following
You can fetch the user's followers by fetching
http://api.onmvoice.com/user/ID/followers
|