Common/descriptor/v1.1/Subgenre

Jump to: navigation, search

Subgenre

Contains the name and type of a subgenre.

Elements

NameTypeDescription
id string Database ID of the subgenre.
name string The subgenre.
type string One of the following subgenre categories:
  • Movie subgenre
  • Music subgenre

XML Response Example

<subgenre>
  <id>MA0000012058</id>
  <name>Acoustic Blues</name>
  <type>Music SubGenre</type>
</subgenre>

JSON Response Example

  {
    "id":"D 1534",
    "name":"Cannibals",
    "type":"Movie SubGenre"
  }
 
Personal tools