V1.Metadata.Common:Video

Jump to: navigation, search

Video

Contains data that can be used to construct a link to a movie trailer.

Elements

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

XML Response Example

<Video>
  <id>720</id>
  <screenshot>http://actual-url-concealed.jpg</screenshot>
  <provider>Video Detective</provider>
  <title>Grease</title>
</Video>

JSON Response Example

{
  "id":"720",
  "screenshot":"http:\/\/actual-url-concealed.jpg",
  "provider":"Video Detective",
  "title":"Grease"
}
 
Personal tools