Skip to content
Web APIReferences / Artists / Get Artist's Related Artists

Get Artist's Related Artists

Get Spotify catalog information about artists similar to a given artist. Similarity is based on analysis of the Spotify community's listening history.

Important policy notes

Request

  • id
    string
    Required

    The Spotify ID of the artist.

    Example value: "0TnOYISbd1XYRBk9myaseg"

Response

A set of artists

  • Required
    • Known external URLs for this artist.

    • Information about the followers of the artist.

    • genres
      array of strings

      A list of the genres the artist is associated with. If not yet classified, the array is empty.

    • href
      string

      A link to the Web API endpoint providing full details of the artist.

    • id
      string

      The Spotify ID for the artist.

    • Images of the artist in various sizes, widest first.

    • name
      string

      The name of the artist.

    • popularity
      integer

      The popularity of the artist. The value will be between 0 and 100, with 100 being the most popular. The artist's popularity is calculated from the popularity of all the artist's tracks.

    • type
      string

      The object type.

      Allowed values: "artist"
    • uri
      string

      The Spotify URI for the artist.