V1.Metadata.Common:VideoClip

Jump to: navigation, search

VideoClip

Contains information about a trailer or video clip associated with a movie or program. Note: Access to video clip data is governed by your subscription level.

Elements

NameTypeDescription
id String The database ID of the video. Note: You need an account with the provider to access the video.
provider String The video provider.
screenshot URL URL to an image you can use for the link.
title String Title of the video.

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