V1.Metadata.Common:StyleMovie

Jump to: navigation, search

Style

Contains information about a style that reflects an area of work in movies.

Elements

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

XML Response Example

<Style>
  <id>D 542</id>
  <name>Psychological Drama</name>
  <weight>49</weight>
</Style>

JSON Response Example

{
  id: "D 542"
  name: "Psychological Drama"
  weight: 49
}
 
Personal tools