Common/video/v1.1/VideoMood

Jump to: navigation, search

VideoMood

Contains information about a mood that applies to a movie or program.

Elements

NameTypeDescription
id string Database ID of the mood.
name string The mood.
weight string A number from 1 to 10, where a larger number indicates a greater importance.

XML Response Example

<VideoMood>
  <id>D 2030</id>
  <name>Comedy on the Edge</name>
  <weight>7</weight>
</VideoMood>

JSON Response Example

{
  "id":"D  2030",
  "name":"Comedy on the Edge",
  "weight":7
}
 
Personal tools