Genre Artists Method

Returns a list of artists for a specified genre.

Method Path

http://api.mtvnservices.com/1/genre/[genre_alias]/artists/

Parameters

Parameter Description Required
genre_alias Each genre has a single alias in the MTVN Content API Yes

Request Example

http://api.mtvnservices.com/1/genre/hip_hop/artists/

Return Example

<?xml version="1.0" encoding="iso-8859-1"?>
<feed xmlns:opensearch="http://a9.com/-/spec/opensearch/1.1/" xmlns:media="http://search.yahoo.com/mrss/" xmlns:atom="http://www.w3.org/2005/Atom" xmlns="http://www.w3.org/2005/Atom">
<id>http://api.mtvnservices.com/1/genre/hip_hop/artists/</id>
<updated>2008-11-06T12:47:57.967-05:00</updated>
<title>Hip-Hop Artists</title>
<link rel="self" type="application/atom+xml" href="http://api.mtvnservices.com/1/genre/hip_hop/artists/?start-index=1&amp;max-results=25" />
<link rel="next" type="application/atom+xml" href="http://api.mtvnservices.com/1/genre/hip_hop/artists/?start-index=26&amp;max-results=25" />
<link rel="http://api.mtvnservices.com/1/schemas/genre" type="application/atom+xml" title="Hip Hop" href="http://api.mtvnservices.com/1/genre/hip_hop/" />
<opensearch:totalResults>569</opensearch:totalResults>
<opensearch:startIndex>1</opensearch:startIndex>
<opensearch:itemsPerPage>25</opensearch:itemsPerPage>

<entry>
<id>http://api.mtvnservices.com/1/artist/az/</id>
<updated>2008-11-06T12:47:57.967-05:00</updated>
<title>AZ</title>
<author>
<name>AZ</name>
<uri>http://api.mtvnservices.com/1/artist/az/</uri>
</author>
<link rel="self" type="application/atom+xml" href="http://api.mtvnservices.com/1/artist/az/" />
<link rel="http://api.mtvnservices.com/1/schemas/artist/videos" type="application/atom+xml" href="http://api.mtvnservices.com/1/artist/az/videos/"/>
<link rel="http://api.mtvnservices.com/1/schemas/artist/related" type="application/atom+xml" href="http://api.mtvnservices.com/1/artist/az/related/" />
<link rel="http://api.mtvnservices.com/1/schemas/genre" type="application/atom+xml" title="Hip-Hop" href="http://api.mtvnservices.com/1/genre/hip_hop/" />
<content/>
<media:thumbnail url="http://www.mtv.com/shared/media/images/artist/a/az/az_official/376x180.jpg" height="180" width="376"/>
<media:thumbnail url="http://www.mtv.com/shared/media/images/artist/a/az/az_official/281x211.jpg" height="211" width="281"/>
<media:thumbnail url="http://www.mtv.com/shared/media/images/artist/a/az/az_official/140x105.jpg" height="105" width="140"/>
<media:thumbnail url="http://www.mtv.com/shared/media/images/artist/a/az/az_official/70x53.jpg" height="53" width="70"/>
<media:thumbnail url="http://www.mtv.com/shared/media/images/artist/a/az/dms/288x162.jpg" height="162" width="288"/>
<media:thumbnail url="http://www.mtv.com/shared/media/images/artist/a/az/dms/92x52.jpg" height="52" width="92"/>
</entry>

...

</feed>

Comments

New comments are not being accepted at this time.