Common/name/v1.1/Album

Jump to: navigation, search

Album

Contains information about an album.

Elements

NameTypeDescription
ids ids Database IDs for the album:
  • albumId
  • amgClassicalId
  • amgPopId
title string Title of the album.

XML Response Example

<album>
  <ids>
    <albumId>MW0000444692</albumId>
    <amgClassicalId i:nil="true" />
    <amgPopId i:nil="true" />
  </ids>
  <title>Live in Concert 2006</title>
</album>

JSON Response Example

The following example is formatted with extra spaces and carriage returns to make it easy to read.
"album":{
  "ids":{
    "albumId":"MW0000444692",
    "amgClassicalId":null,
    "amgPopId":null
  },
  "title":"Live in Concert 2006"
}
 
Personal tools