Skip to content
Ads APIReferences / Targets / Search Artist Targets

Search Artist Targets

Returns data for a specific targetable artist based on name.

Request

  • q
    string
    Required

    Search keyword to search for artist by name. Ex: Quee, Queen, ...

Response

  • Required
    • id
      string
      Required
    • Required
      • height
        integer [int64]
      • url
        string [uri]
      • width
        integer [int64]
    • name
      string
      Required

Response sample

{  "artist-targets": [    {      "id": "id",      "images": [        {          "height": 0,          "url": "http://example.com/aeiou",          "width": 6        },        {          "height": 0,          "url": "http://example.com/aeiou",          "width": 6        }      ],      "name": "name"    },    {      "id": "id",      "images": [        {          "height": 0,          "url": "http://example.com/aeiou",          "width": 6        },        {          "height": 0,          "url": "http://example.com/aeiou",          "width": 6        }      ],      "name": "name"    }  ]}