GET /api/v1/artists/:username
Retrieves artist object.
Retrieves artist object.
Examples¶ ↑
GET /artists/hungry_lucy.json
{ "username":"Hungry_Lucy", "num_tracks":53, "pf_name":"Hungry Lucy", "pf_facebook":"hungrylucy", "pf_twitter":"", "pf_website":"music.hungrylucy.com", "pf_bio":"The duo of War-N Harrison & Christa Belle have been creating music as Hungry Lucy since 1998. Their intoxicating multi-layered music and enchanting female vocals are at once unique and accessible. To date, Hungry Lucy have released 4 CDs, a DVD, a digital-only album and appeared on numerous compilation CDs internationally as well as touring the US several times over the past 5 years. The staunchly independent duo is now seeking to expose their music through new and interesting channels.\r\n\r\nMore info at music.hungrylucy.com", "avatar":"https://commondatastorage.googleapis.com/k6a/uploads/profile_Hungry_Lucy", "avatar_thumb":"https://commondatastorage.googleapis.com/k6a/uploads/thumb_Hungry_Lucy", "":null, "items":[ { "item":{ "id":"rainfall", "title":"rainfall", "subtype":"track", "upload":{ "id":"00k1gtfb9m", "created_at":"2013-01-19T16:37:48.000-05:00", "bytes":5436924, "downloads":204, "hotlinks":324, "ext":"mp3", "hotlink_path":"http://k005.kiwi6.com/hotlink/00k1gtfb9m/rainfall.mp3" }, "artist":{ "username":"Hungry_Lucy" } } }, { "item":{ "id":"in-the-circle", "title":"in the circle", "subtype":"track", "upload":{ "id":"0pwn0ko7r1", "created_at":"2013-01-19T16:20:00.000-05:00", "bytes":5112795, "downloads":12, "hotlinks":23, "ext":"mp3", "hotlink_path":"http://k006.kiwi6.com/hotlink/0pwn0ko7r1/in_the_circle.mp3" }, "artist":{ "username":"Hungry_Lucy" } } } ] }
Supported Formats
jsonParams
Param name | Description |
---|---|
username required |
The username of the artist to retrieve. Value: Must be a String |