V1.Metadata.Common:NameVideo

Jump to: navigation, search

NameVideo

Contains information about a music video associated with a person or group.

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

<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