Skip to content
Ads APIReferences / Targets / Get Artist Targets

Get Artist Targets

Returns data for specific targetable artist(s) based on id(s).

Request

  • ids
    string
    Required

Response

Artist targeting information

  • 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"    }  ]}