Related Artist Method

Returns a list of artists related to the specified artist.

Method Path

http://api.mtvnservices.com/1/artist/[artist_uri]/related/

Parameters

Parameter Description Required
artist_uri Each artist has a unique URI in the MTVN content system. Yes

Atom Request Example

http://api.mtvnservices.com/1/artist/q_tip/related/

Atom Return Example

<?xml version="1.0" encoding="iso-8859-1"?>
<feed xmlns:media="http://search.yahoo.com/mrss/" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:openSearch="http://a9.com/-/spec/opensearchrss/1.0/" xmlns="http://www.w3.org/2005/Atom">
<id>http://api.mtvnservices.com/1/artist/q_tip/related/</id>
<updated>2008-08-06T09:23:33.358-04:00</updated>
<title>Q-Tip Related Artists</title>

<link rel="self" type="application/atom+xml" href="http://api.mtvnservices.com/1/artist/q_tip/related/" />
<link rel="http://api.mtvnservices.com/1/schemas/artist" type="application/atom+xml" href="http://api.mtvnservices.com/1/artist/q_tip/" />
<link rel="related" type="application/atom+xml" href="http://api.mtvnservices.com/1/artist/q_tip/" />

<entry>
<id>http://api.mtvnservices.com/1/artist/allure/</id>
<updated>2008-08-06T09:23:33.358-04:00</updated>

<title>Allure</title>
<author>
<name>Allure</name>
<uri>http://api.mtvnservices.com/1/artist/allure/</uri>
</author>
<link rel="self" type="application/atom+xml"
href="http://api.mtvnservices.com/1/artist/allure/" />

<link rel="http://api.mtvnservices.com/1/schemas/artist/videos" type="application/atom+xml" href="http://api.mtvnservices.com/1/artist/allure/videos/" />
<link rel="http://api.mtvnservices.com/1/schemas/artist/related" type="application/atom+xml" href="http://api.mtvnservices.com/1/artist/allure/related/" />
<!-- Artist Genres -->
<!-- Artist Thumbnails -->
<content/>
</entry>

...

</feed>

Comments

New comments are not being accepted at this time.