V1.Metadata.Common:MoviesMood

Jump to: navigation, search

MoviesMood

Contains information about a mood that applies to a movie.

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

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

JSON Response Example

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