V1.Metadata.Common:Genre4

Jump to: navigation, search

Genre

Contains information about a movie or musical genre.

Elements

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

XML Response Example

<Genre>
  <id>D 3159</id>
  <name>Reality Show [TV]</name>
  <weight>5</weight>
</Genre>

JSON Response Example

{
  "id":"D  3159",
  "name":"Reality Show [TV]",
  "weight":5
}
 
Personal tools