Common/video/v1.1/VideoClip

Jump to: navigation, search

VideoClip

Contains data that can be used to construct a link to a trailer or video clip for a movie or TV program.

Note: Access to video clip data is governed by your subscription level.

Elements

NameTypeDescription
id string Database ID the provider uses to identify the video clip or trailer.
provider string Name of the video clip provider.
screenshot string URL to an image you can use for the link.

Note: Access to this image is governed by your subscription level.

title string Title of the movie or TV program.

XML Response Example

<VideoClip>
  <id>327415</id>
  <provider>Video Detective</provider>
  <screenshot>http://actual-url-concealed.jpg</screenshot>
  <title>The Simpsons [Animated TV Series]</title>
</VideoClip>

JSON Response Example

{
  "id":"327415",
  "provider":"Video Detective",
  "screenshot":"http:\/\/actual-url-concealed.jpg",
  "title":"The Simpsons [Animated TV Series]"
}
 
Personal tools