Genre Videos Method

Returns a list of videos for a specified genre.

Method Path

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

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/videos/

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/videos/</id>
<updated>2008-11-06T13:31:06.38-05:00</updated>
<title>Hip-Hop Videos</title>

<link rel="self" type="application/atom+xml" href="http://api.mtvnservices.com/1/genre/hip_hop/videos/?start-index=1&amp;max-results=25"/>
<link rel="next" type="application/atom+xml" href="http://api.mtvnservices.com/1/genre/hip_hop/videos/?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>1331</opensearch:totalResults>
<opensearch:startIndex>1</opensearch:startIndex>
<opensearch:itemsPerPage>25</opensearch:itemsPerPage>

<entry>
<id>http://api.mtvnservices.com/1/video/hznHivqrbHHSDZNN/</id>
<published>2005-08-23T00:00:00Z</published>
<updated>2008-11-06T13:31:06.38-05:00</updated>
<title>The Come Up</title>

<content>AZ | The Come Up | Quiet Money/Fastlife Music</content>
<link rel="self" type="application/atom+xml" href="http://api.mtvnservices.com/1/video/hznHivqrbHHSDZNN/"/>
<link rel="http://api.mtvnservices.com/1/schemas/artist" type="application/atom+xml" href="http://api.mtvnservices.com/1/artist/az/"/>
<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/"/>
<author>
<name>AZ</name>
<uri>http://api.mtvnservices.com/1/artist/az/</uri>

</author>
<media:player url="http://www.mtv.com/overdrive/?vid=61299"/>
<media:title>The Come Up</media:title>
<media:description>AZ | The Come Up | Quiet Money/Fastlife Music</media:description>
<media:thumbnail url="http://www.mtv.com/bands/a/az/thumbnails/the_come_up70x53.jpg" height="53" width="70"/>
<media:thumbnail url="http://www.mtv.com/bands/a/az/thumbnails/the_come_up82x55.jpg" height="55" width="82"/>
<media:thumbnail url="http://www.mtv.com/bands/a/az/thumbnails/the_come_up140x105.jpg" height="105" width="140"/>

<media:thumbnail url="http://www.mtv.com/bands/a/az/thumbnails/the_come_up188x110.jpg" height="110" width="188"/>
<media:restriction type="country" relationship="allow">all </media:restriction>
<media:keywords><![CDATA[AZ, The Come Up, Dan the Man/S.M. Godder]]></media:keywords>
<media:credit role="director" scheme="urn:ebu">Dan the Man/S.M. Godder</media:credit>
<media:credit role="artist/performer" scheme="urn:ebu">AZ</media:credit>

<media:category scheme="urn:mtvn:governing_agreement" label="Governing Agreement">6</media:category>
<media:category scheme="urn:mtvn:mgid" label="mgid">mgid:uma:video:api.mtvnservices.com:61299</media:category>
</entry>

...

</feed>

Comments

New comments are not being accepted at this time.