Skip to content
Ads API •References / targets / Get Artist Targets

Get Artist Targets

Returns artist information based on given query parameter.

Request

  • ids
    array of strings

    A list of unique identifiers for artists.

    Example value: ["1XpDYCrUJnvCo9Ez6yeMWh"]
  • q
    string

    Query to search by keyword via case-insensitive wildcard matching.

    Example value: "queen"

Response

A list of artists.

    • id
      string
    • name
      string

Response sample

{  "artists": [    {      "id": "4CfjBMktmGyX0AZYV2O10M",      "name": "anything goes with emma chamberlain",      "images": [        {          "width": 6,          "url": "https://i.scdn.co/image/ab6765630000ba8a2e0748b75ab4b3bb0638dd74",          "height": 2        }      ]    },    {      "id": "4CfjBMktmGyX0AZYV2O10M",      "name": "anything goes with emma chamberlain",      "images": [        {          "width": 6,          "url": "https://i.scdn.co/image/ab6765630000ba8a2e0748b75ab4b3bb0638dd74",          "height": 2        }      ]    }  ]}