Lists currently featured videos.

Note: ALL arguments are required.

Authenication

This method does not require user authentication.

Arguments

method
Should be set to “Viddler.videos.getFeatured”
api_key
Assigned Viddler API Key

Example Call

http://api.viddler.com/rest/v1/?method=viddler.videos.getFeatured&api_key=key

Example Response

This method returns set of video tag elements. Each tag element has the same structure asviddler.videos.getDetails response.

<?xml version="1.0" encoding="UTF-8"?>
<video_list>
  <video>
    <author>username</author>
    <id>3510w2e2w</id>
    <title>Video title</title>
    <length_seconds>188</length_seconds>
    <description></description>
    <view_count>121</view_count>
    <upload_time>1195445607000</upload_time>
    <comment_count>0</comment_count>
    <url>http://www.viddler.com/explore/username/videos/33/</url>
    <thumbnail_url>http://cdn-ll-79.viddler.com/e1/thumbnail_2_31103229.jpg</thumbnail_url>
  </video>
  ...
</video_list>