Labels
Artists

Get artists for a label

This returns the artists for a label

get/labels/{label_id}/artists

Path parameters

label_idstring required

Unique identifier of the label.

Query parameters

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

Artist list

total_countinteger required
md5string required

Changes

Changed in 11 of the 46 revisions of this API.2518

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

      response-required-property-added

    • added the required property artist/items/songs/items/mood to the response with the 200 status

      response-required-property-added

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

      response-required-property-added

    • added the required property artist/items/songs/items/bpm to the response with the 200 status

      response-required-property-added

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

      response-required-property-added

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

      response-required-property-added

    • added the required property artist/items/songs/items/last_played to the response with the 200 status

      response-required-property-added

    • api operation id labelArtists was added

      api-operation-id-added

    • added the non-success response with the status 401

      response-non-success-status-added

    • added the non-success response with the status 403

      response-non-success-status-added

    • added the non-success response with the status 404

      response-non-success-status-added

    • added the non-success response with the status 500

      response-non-success-status-added

    • the response property artist/items/albums/items/tracks/items/album/basename became nullable for the status 200

      response-property-became-nullable

    • the response property artist/items/albums/items/tracks/items/album/name became nullable for the status 200

      response-property-became-nullable

    • the response property artist/items/albums/items/tracks/items/album/prefix became nullable for the status 200

      response-property-became-nullable

    • the response property artist/items/albums/items/tracks/items/albumartist/basename became nullable for the status 200

      response-property-became-nullable

    • the response property artist/items/albums/items/tracks/items/albumartist/name became nullable for the status 200

      response-property-became-nullable

    • the response property artist/items/albums/items/tracks/items/albumartist/prefix became nullable for the status 200

      response-property-became-nullable

    • the response property artist/items/albums/items/tracks/items/artist/basename became nullable for the status 200

      response-property-became-nullable

    • the response property artist/items/albums/items/tracks/items/artist/name became nullable for the status 200

      response-property-became-nullable

    • the response property artist/items/albums/items/tracks/items/artist/prefix became nullable for the status 200

      response-property-became-nullable

    • the response property artist/items/albums/items/tracks/items/artists/items/basename became nullable for the status 200

      response-property-became-nullable

    • the response property artist/items/albums/items/tracks/items/artists/items/name became nullable for the status 200

      response-property-became-nullable

    • the response property artist/items/albums/items/tracks/items/artists/items/prefix became nullable for the status 200

      response-property-became-nullable

    • the response property artist/items/songs/items/album/basename became nullable for the status 200

      response-property-became-nullable

    • the response property artist/items/songs/items/album/name became nullable for the status 200

      response-property-became-nullable

    • the response property artist/items/songs/items/album/prefix became nullable for the status 200

      response-property-became-nullable

    • the response property artist/items/songs/items/albumartist/basename became nullable for the status 200

      response-property-became-nullable

    • the response property artist/items/songs/items/albumartist/name became nullable for the status 200

      response-property-became-nullable

    • the response property artist/items/songs/items/albumartist/prefix became nullable for the status 200

      response-property-became-nullable

    • the response property artist/items/songs/items/artist/basename became nullable for the status 200

      response-property-became-nullable

    • the response property artist/items/songs/items/artist/name became nullable for the status 200

      response-property-became-nullable

    • the response property artist/items/songs/items/artist/prefix became nullable for the status 200

      response-property-became-nullable

    • the response property artist/items/songs/items/artists/items/basename became nullable for the status 200

      response-property-became-nullable

    • the response property artist/items/songs/items/artists/items/name became nullable for the status 200

      response-property-became-nullable

    • the response property artist/items/songs/items/artists/items/prefix became nullable for the status 200

      response-property-became-nullable

    • added the required property artist to the response with the 200 status

      response-required-property-added

    • added the required property md5 to the response with the 200 status

      response-required-property-added

    • added the required property total_count to the response with the 200 status

      response-required-property-added

    • removed the non-success response with the status 400

      response-non-success-status-removed

    This revision also has 3 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog

    • added the non-success response with the status 400

      response-non-success-status-added

    • endpoint added

      endpoint-added