Common/movie/v1.1/Video

Jump to: navigation, search

Video

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

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

<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