MOVIECLIPS API 0.2.2 documentation

This Page

Video Feed Types

This page describes several different types of video feeds that can be retrieved using the YouTube API. A video feed contains a list of videos that would be displayed in a list on your site. You can use standard API query parameters to customize the number of videos that you retrieve.

Video feeds return a collection of video entries. In turn, each video entry contains information about a specific video in the video feed’s result set.

This page explains how to retrieve the following types of video feeds:

Videos Feeds

The API returns a videos feed in response to a request to a specfic video feed or a search search request. To obtain a result set listing all the videos in our catalog, send an API request to the following URL:

http://api.movieclips.com/v2/videos

Video feed requests can use any of the standard or custom query parameters. For example, the following URL requests all videos that are of type mashup, starting with the 20th result and returning 10 results:

http://api.movieclips.com/v2/videos?
  filter_by=mashup
  &offset=20
  &count=10

Special feeds

Special feeds contain lists of videos that were selected movieclips.com to highlight their importance. You can programatically access the list of available special-feeds at the following url:

http://api.movieclips.com/v2/special-feeds

To retrieve a special feed, send an HTTP GET request to the URL associated with that feed. The following table identifies the URL associated with each standard feed:

Name Feed Id URL and Description
Clip of the Day clip-of-the-day
Description: This feed contains videos that were desginated “Clip of the Day”.
Recently Added recently-added-videos
Description: This feed contains videos that were recently added to our library.
Now In Theaters in-theaters
Description: This feed contains videos from movies that are now in theaters.
Opening this Week opening-this-week
Description: This feed contains videos from movies that are opening this week.
New on DVD new-on-dvd
Description: This feed contains videos from movies that are new on dvd.
Coming Soon coming-soon
Description: This feed contains videos from movies that are opening soon.