Browsing, Indexes and Lists

Get album disk stats

Get some items based on some simple search types and filters. (Random by default) This method HAD partial backwards compatibility with older api versions but it has now been removed Pass -1 limit to get all results. (0 will fall back to the popular_threshold value)

get/album-disks/stats

Query parameters

filter'newest' | 'highest' | 'frequent' | 'recent' | 'forgotten' | 'flagged' | 'random' required

newest, highest, frequent, recent, forgotten, flagged, random

user_idinteger
usernamestring
offsetinteger

Return results starting from this index position

limitinteger

Maximum number of results to return

condstring

Apply additional browse filters using ';' separated key,value pairs.

sortstring

Sort key or key,order pair. Example: name or name,ASC.

Response

OK

total_countinteger required
md5string required

Changes

Changed in 6 of the 46 revisions of this API.8

    • added the required property album_disk/items/tracks/items/mood to the response with the 200 status

      response-required-property-added

    • added the required property album_disk/items/tracks/items/bpm to the response with the 200 status

      response-required-property-added

    • added the required property album_disk/items/catalog to the response with the 200 status

      response-required-property-added

    • added the required property album_disk/items/tracks/items/last_played to the response with the 200 status

      response-required-property-added

    • api operation id statsAlbumDisks was added

      api-operation-id-added

    • added the non-success response with the status 401

      response-non-success-status-added

    • removed the non-success response with the status 410

      response-non-success-status-removed

    • endpoint added

      endpoint-added