Common/data/v1.1/Videotwitter

Jump to: navigation, search

VideoTwitter

Information about a Twitter account for a movie or TV program.

Elements

NameTypeDescription
bio string Description of the account.
n string Name of the account.
sn string Screen name for the Twitter account.
url string Link to the website for the movie or program.

XML Response Example

<VideoTwitter>
  <sn>Conan O'Brien</sn>
  <n>ConanOBrien</n>
  <bio>The voice of the people. Sorry, people.</bio>
  <url>http://teamcoco.com</url>
</VideoTwitter>

JSON Response Example

{
  "sn":"Conan O'Brien",
  "n":"ConanOBrien",
  "bio":"The voice of the people. Sorry, people.",
  "url":"http://teamcoco.com"
}
 
Personal tools