Common/data/v1.1/VideoWeb

Jump to: navigation, search

Web

Contains Web resources about a movie or TV program.

Elements

NameTypeDescription
facebook VideoFacebook [ ] Facebook accounts associated with the movie or TV program named in the request.
twitter VideoTwitter [ ] Twitter accounts associated with the movie or TV program named in the request.

XML Response Example

<web>
   <facebook>
      <VideoFacebook>
         <facebookName>The Simpsons</facebookName>
         <status>Current</status>
         <url>http://www.facebook.com/TheSimpsons</url>
         <urlType>Official</urlType>
      </VideoFacebook>
   </facebook>
</web>

JSON Response Example

{
   "facebook":[
      {
         "facebookName":"The Simpsons",
         "status":"Current",
         "url":"http://www.facebook.com/TheSimpsons",
         "urlType":"Official"
      }
   ]
}
 
Personal tools