Common/data/v1.1/Genre

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