Common/descriptor/v1.1/Genre

Jump to: navigation, search

Genre

Contains a description of a genre and, optionally, a list of subgenres.

Elements

NameTypeDescription
description string Description of the genre.
id string Database ID of the genre.
name string The genre.
subgenres subgenre [ ] Subgenres of the genre, returned only if requested by an include argument.
type string One of the following genre categories:
  • Movie genre
  • Music genre

XML Response Example

<Genre>
  <id>MA0000002467</id>
  <name>Blues</name>
  <type>Music Genre</type>
  <description>
Blues is about tradition and personal expression. At its core, the blues has remained the same since its inception. Most blues feature simple, usually three-chord, progressions and have simple structures that are open to endless improvisations, both lyrical and musical. The blues grew out of African spirituals and worksongs. In the late 1800s, southern African-Americans passed the songs down orally, and they collided with American folk and country from the Appalachians. New hybrids appeared by each region, but all of the recorded blues from the early 1900s are distinguished by simple, rural acoustic guitars and pianos. After World War II, the blues began to fragment, with some musicians holding on to acoustic traditions and others taking it to jazzier territory. However, most bluesmen followed [roviLink="MN"]Muddy Waters[/roviLink]' lead and played the blues on electric instruments. From that point on, the blues continued to develop in new directions -- particularly on electric instruments -- or it has been preserved as an acoustic tradition.
  </description>
</Genre>

JSON Response Example

The following example has been edited to reduce the length and formatted with extra spaces and carriage returns to make it easy to read.
{
   "id":"D 654",
   "name":"Horror",
   "type":"Movie Genre",
   "description":"Horror films are made to frighten or shock the viewer through the means of the macabre, fantastic or supernatural, and thus frequently overlapping with science fiction. Perhaps more than any other genre, what is considered to be a horror film has varied from decade to decade. Suggested menace that was once clearly a provenance of horror now would be categorized as a mystery or a crime thriller ({#The Silence of the Lambs}), with the term \"horror\" applied to films which display more explicit gore ({#Wes Craven's New Nightmare}). These films frequently overlap with thriller, science fiction and fantasy.",
   "subgenres":[
      {
         "id":"D 2081",
         "name":"Anthology Series [TV]",
         "type":"Movie SubGenre"
      },
      {
         "id":"D 1534",
         "name":"Cannibals",
         "type":"Movie SubGenre"
      },
      {
         "id":"D 1603",
         "name":"Wax Museums",
         "type":"Movie SubGenre"
      },
      {
         "id":"D 2275",
         "name":"Werewolves",
         "type":"Movie SubGenre"
      },
      {
         "id":"D 1447",
         "name":"When Animals Attack",
         "type":"Movie SubGenre"
      },
      {
         "id":"D 1450",
         "name":"Witches",
         "type":"Movie SubGenre"
      },
      {
         "id":"D 3249",
         "name":"Wolf in Sheep's Clothing",
         "type":"Movie SubGenre"
      },
      {
         "id":"D 1443",
         "name":"Woman In Jeopardy",
         "type":"Movie SubGenre"
      },
      {
         "id":"D 644",
         "name":"Zombies",
         "type":"Movie SubGenre"
      }
   ]
}
 
Personal tools