Common/name/v1.1/NameVideo

Jump to: navigation, search

NameVideo

Contains data that can be used to construct a link to a music video or movie trailer that is associated with a person or group.

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 music video or movie.

XML Response Example

<NameVideo>
  <id>948908</id>
  <title>Light My Fire/Main Title</title>
  <screenshot>http://actual-url-concealed.jpg</screenshot>
  <provider>Video Detective</provider>
</NameVideo>

JSON Response Example

{
  "id":"948908",
  "title":"Light My Fire\/Main Title",
  "screenshot":"http:\/\/actual-url-concealed.jpg",
  "provider":"Video Detective"
}
 
Personal tools