Skip to content

album.getInfo

Returns metadata information for an album.

Usage

client.album.getInfo({ artist, album, username? })

Parameters

ParamTypeRequiredDescription
artiststring The name of the artist.
albumstring The name of the album.
usernamestring The username for the context of the request. If supplied, the user’s playcount for this artist’s album is included in the response.