MOVIECLIPS API 0.2.2 documentation

This Page

Retrieving Data for a Specific Video(s)

To retrieve information about a single video, you can submit an HTTP GET request to the following URL. (You need to replace the text videoid with the video’s actual video ID.)

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

You can also retrieve information about multiple videos by comma seperating the videoid

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

Note

The same pattern is available for use across the movie, metadata, and people resources as well.

Note

The video ID for a video is identified in feed entries by the <mc:id> tag. This tag appears in video feed entries – including standard feeds, search results, etc.