GET
/
ws
/
1.1
/
artist.related.get
curl --request GET \
  --url https://api.musixmatch.com/ws/1.1/artist.related.get
{
  "message": {
    "body": {
      "artist_list": [
        {
          "artist": {
            "artist_alias_list": [
              {
                "artist_alias": "イマジン・ドラゴンズ"
              },
              {
                "artist_alias": "IMAGINE DRAGONS"
              }
            ],
            "artist_comment": "",
            "artist_country": "US",
            "artist_credits": {
              "artist_list": []
            },
            "artist_id": 13895270,
            "artist_name": "Imagine Dragons",
            "artist_name_translation_list": [
              {
                "artist_name_translation": {
                  "language": "JA",
                  "translation": "イマジン・ドラゴンズ"
                }
              },
              {
                "artist_name_translation": {
                  "language": "KO",
                  "translation": "IMAGINE DRAGONS"
                }
              }
            ],
            "artist_twitter_url": "https://twitter.com/Imaginedragons",
            "begin_date": "2008-00-00",
            "begin_date_year": "2008",
            "end_date": "0000-00-00",
            "end_date_year": "",
            "restricted": 0,
            "updated_time": "2013-11-05T11:30:28Z"
          }
        },
        {
          "artist": {
            "artist_alias_list": [
              {
                "artist_alias": "ザ・ウィークエンド"
              },
              {
                "artist_alias": "The Weekend"
              },
              {
                "artist_alias": "The Weeknd"
              }
            ],
            "artist_comment": "",
            "artist_country": "CA",
            "artist_credits": {
              "artist_list": []
            },
            "artist_id": 13937035,
            "artist_name": "The Weeknd",
            "artist_name_translation_list": [
              {
                "artist_name_translation": {
                  "language": "JA",
                  "translation": "ザ・ウィークエンド"
                }
              }
            ],
            "artist_twitter_url": "https://twitter.com/theweekndxo",
            "begin_date": "1990-02-16",
            "begin_date_year": "1990",
            "end_date": "0000-00-00",
            "end_date_year": "",
            "restricted": 0,
            "updated_time": "2021-05-18T09:47:29Z"
          }
        },
        {
          "artist": {
            "artist_alias_list": [],
            "artist_comment": "",
            "artist_country": "",
            "artist_credits": {
              "artist_list": []
            },
            "artist_id": 27694766,
            "artist_name": "Dean Lewis",
            "artist_name_translation_list": [],
            "artist_twitter_url": "https://x.com/deanlewismusic",
            "begin_date": "0000-00-00",
            "begin_date_year": "",
            "end_date": "0000-00-00",
            "end_date_year": "",
            "restricted": 0,
            "updated_time": "2022-11-17T11:07:06Z"
          }
        }
      ]
    },
    "header": {
      "available": 10,
      "execute_time": 0.015873908996582,
      "status_code": 200
    }
  }
}

Authorizations

apikey
string
query
required

Query Parameters

artist_id
string

The Musixmatch artist ID.

format
string

Decide the output type (json or xml).

page
string

Define the page number for paginated results.

page_size
string

Define the page size for paginated results. The allowed range is 1 to 100.

Response

200 - application/json
200 OK / 401 Unauthorized / 404 Not Found
message
object