{
 "artists": {
  "href": "https://api.spotify.com/v1/search?query=Kanye+West&type=artist&market=US&offset=0&limit=5",
  "items": [
   {
    "external_urls": {
     "spotify": "https://open.spotify.com/artist/5K4W6rqBFWDnAN6FQUkS6x"
    },
    "followers": {
     "href": null,
     "total": 10546830
    },
    "genres": [
     "chicago rap",
     "pop rap",
     "rap"
    ],
    "href": "https://api.spotify.com/v1/artists/5K4W6rqBFWDnAN6FQUkS6x",
    "id": "5K4W6rqBFWDnAN6FQUkS6x",
    "images": [
     {
      "height": 640,
      "url": "https://i.scdn.co/image/bd1c6fdf3705cf9b7d0c8ac8e7bbed98e31a1559",
      "width": 640
     },
     {
      "height": 320,
      "url": "https://i.scdn.co/image/b1414e865a16bc0080085ee1901d0bfd19f83fcb",
      "width": 320
     },
     {
      "height": 160,
      "url": "https://i.scdn.co/image/ac5cb571c194ca5a942b8096618217839b901a76",
      "width": 160
     }
    ],
    "name": "Kanye West",
    "popularity": 93,
    "type": "artist",
    "uri": "spotify:artist:5K4W6rqBFWDnAN6FQUkS6x"
   },
   {
    "external_urls": {
     "spotify": "https://open.spotify.com/artist/5xMcX1WiPEq5BMw0Xz42Z4"
    },
    "followers": {
     "href": null,
     "total": 39
    },
    "genres": [],
    "href": "https://api.spotify.com/v1/artists/5xMcX1WiPEq5BMw0Xz42Z4",
    "id": "5xMcX1WiPEq5BMw0Xz42Z4",
    "images": [],
    "name": "Kanye West for KanMan Productions, Inc. and Krazy Kat Catalogue, Inc.",
    "popularity": 16,
    "type": "artist",
    "uri": "spotify:artist:5xMcX1WiPEq5BMw0Xz42Z4"
   },
   {
    "external_urls": {
     "spotify": "https://open.spotify.com/artist/2BYfXvfV9YJR4orpk4PET2"
    },
    "followers": {
     "href": null,
     "total": 9
    },
    "genres": [],
    "href": "https://api.spotify.com/v1/artists/2BYfXvfV9YJR4orpk4PET2",
    "id": "2BYfXvfV9YJR4orpk4PET2",
    "images": [],
    "name": "Kanye Omari West",
    "popularity": 5,
    "type": "artist",
    "uri": "spotify:artist:2BYfXvfV9YJR4orpk4PET2"
   },
   {
    "external_urls": {
     "spotify": "https://open.spotify.com/artist/5wUrFJpvNRKTXfV7lqDo2a"
    },
    "followers": {
     "href": null,
     "total": 10
    },
    "genres": [],
    "href": "https://api.spotify.com/v1/artists/5wUrFJpvNRKTXfV7lqDo2a",
    "id": "5wUrFJpvNRKTXfV7lqDo2a",
    "images": [],
    "name": "Kanye West prod. B.o.B",
    "popularity": 5,
    "type": "artist",
    "uri": "spotify:artist:5wUrFJpvNRKTXfV7lqDo2a"
   },
   {
    "external_urls": {
     "spotify": "https://open.spotify.com/artist/3ufE7FlElQOONgUc47xWqC"
    },
    "followers": {
     "href": null,
     "total": 4
    },
    "genres": [],
    "href": "https://api.spotify.com/v1/artists/3ufE7FlElQOONgUc47xWqC",
    "id": "3ufE7FlElQOONgUc47xWqC",
    "images": [],
    "name": "Asher Roth Prod. By Kanye West",
    "popularity": 3,
    "type": "artist",
    "uri": "spotify:artist:3ufE7FlElQOONgUc47xWqC"
   }
  ],
  "limit": 5,
  "next": "https://api.spotify.com/v1/search?query=Kanye+West&type=artist&market=US&offset=5&limit=5",
  "offset": 0,
  "previous": null,
  "total": 11
 }
}