Common/data/v1.1/Style

Jump to: navigation, search

Style

Contains information about a musical style.

Elements

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

XML Response Example

<Style>
  <id>MA0000002933</id>
  <name>West Coast Jazz</name>
  <weight>6</weight>
</Style>

JSON Response Example

{
  id: "MA0000002933"
  name: "West Coast Jazz"
  weight: 6
}
 
Personal tools