Spotify Scraper

ENDPOINTS
GET/tracks/similar-albums

Similar Albums

Get albums similar to the one this track is on.

QUERY PARAMS

Spotify track ID, URI or open.spotify.com track link.

Examples:

  • ID: 0VjIjW4GlUZAMYd2vXMi3b
  • URI: spotify:track:0VjIjW4GlUZAMYd2vXMi3b
  • URL: https://open.spotify.com/track/0VjIjW4GlUZAMYd2vXMi3b

Results per page.

Default: 20

Allowed values: 1-50

{
  "track": {
    "id": "0VjIjW4GlUZAMYd2vXMi3b",
    "link": "https://open.spotify.com/track/0VjIjW4GlUZAMYd2vXMi3b"
  },
  "total_count": 47,
  "results": [
    {
      "type": "album",
      "id": "7fJJK56U9fHixgO0HQkhtI",
      "name": "Future Nostalgia",
      "link": "https://open.spotify.com/album/7fJJK56U9fHixgO0HQkhtI",
      "album_type": "album",
      "release_date": "2020-03-27",
      "release_date_precision": "day",
      "label": null,
      "total_tracks": null,
      "is_playable": true,
      "is_prerelease": null,
      "artists": [
        {
          "id": "6M2wZ9GZgrQXHCFfjv46we",
          "name": "Dua Lipa",
          "link": "https://open.spotify.com/artist/6M2wZ9GZgrQXHCFfjv46we"
        }
      ],
      "images": [
        {
          "link": "https://i.scdn.co/image/ab67616d0000b273c88bae7846e62a8ba59ee0bd",
          "width": 640,
          "height": 640
        },
        {
          "link": "https://i.scdn.co/image/ab67616d00001e02c88bae7846e62a8ba59ee0bd",
          "width": 300,
          "height": 300
        },
        {
          "link": "https://i.scdn.co/image/ab67616d00004851c88bae7846e62a8ba59ee0bd",
          "width": 64,
          "height": 64
        }
      ],
      "copyrights": null
    },
    {
      "type": "album",
      "id": "4g1ZRSobMefqF6nelkgibi",
      "name": "Hollywood's Bleeding",
      "link": "https://open.spotify.com/album/4g1ZRSobMefqF6nelkgibi",
      "album_type": "album",
      "release_date": "2019-09-06",
      "release_date_precision": "day",
      "label": null,
      "total_tracks": null,
      "is_playable": true,
      "is_prerelease": null,
      "artists": [
        {
          "id": "246dkjvS1zLTtiykXe5h60",
          "name": "Post Malone",
          "link": "https://open.spotify.com/artist/246dkjvS1zLTtiykXe5h60"
        }
      ],
      "images": [
        {
          "link": "https://i.scdn.co/image/ab67616d0000b2739478c87599550dd73bfa7e02",
          "width": 640,
          "height": 640
        },
        {
          "link": "https://i.scdn.co/image/ab67616d00001e029478c87599550dd73bfa7e02",
          "width": 300,
          "height": 300
        },
        {
          "link": "https://i.scdn.co/image/ab67616d000048519478c87599550dd73bfa7e02",
          "width": 64,
          "height": 64
        }
      ],
      "copyrights": null
    },
    {
      "type": "album",
      "id": "0BJYNipGyMrw4ngKDJXzXZ",
      "name": "Gangsta's Paradise",
      "link": "https://open.spotify.com/album/0BJYNipGyMrw4ngKDJXzXZ",
      "album_type": "album",
      "release_date": "1995-11-07",
      "release_date_precision": "day",
      "label": null,
      "total_tracks": null,
      "is_playable": true,
      "is_prerelease": null,
      "artists": [
        {
          "id": "3y24n3XhZ96wgwRXjvS17T",
          "name": "Coolio",
          "link": "https://open.spotify.com/artist/3y24n3XhZ96wgwRXjvS17T"
        }
      ],
      "images": [
        {
          "link": "https://i.scdn.co/image/ab67616d0000b2737438996f6fe67c59d75d4e43",
          "width": 640,
          "height": 640
        },
        {
          "link": "https://i.scdn.co/image/ab67616d00001e027438996f6fe67c59d75d4e43",
          "width": 300,
          "height": 300
        },
        {
          "link": "https://i.scdn.co/image/ab67616d000048517438996f6fe67c59d75d4e43",
          "width": 64,
          "height": 64
        }
      ],
      "copyrights": null
    },
    {
      "type": "album",
      "id": "1AZjTOqvw2ZogWZxnDlhEN",
      "name": "Welcome To The Madhouse (Deluxe)",
      "link": "https://open.spotify.com/album/1AZjTOqvw2ZogWZxnDlhEN",
      "album_type": "album",
      "release_date": "2021-07-16",
      "release_date_precision": "day",
      "label": null,
      "total_tracks": null,
      "is_playable": true,
      "is_prerelease": null,
      "artists": [
        {
          "id": "2NjfBq1NflQcKSeiDooVjY",
          "name": "Tones And I",
          "link": "https://open.spotify.com/artist/2NjfBq1NflQcKSeiDooVjY"
        }
      ],
      "images": [
        {
          "link": "https://i.scdn.co/image/ab67616d0000b273931a1c33d7850f20ee23a5e1",
          "width": 640,
          "height": 640
        },
        {
          "link": "https://i.scdn.co/image/ab67616d00001e02931a1c33d7850f20ee23a5e1",
          "width": 300,
          "height": 300
        },
        {
          "link": "https://i.scdn.co/image/ab67616d00004851931a1c33d7850f20ee23a5e1",
          "width": 64,
          "height": 64
        }
      ],
      "copyrights": null
    },
    {
      "type": "album",
      "id": "1pCA38N6MkLlthXtAOvZTU",
      "name": "JORDI (Deluxe)",
      "link": "https://open.spotify.com/album/1pCA38N6MkLlthXtAOvZTU",
      "album_type": "album",
      "release_date": "2021-06-11",
      "release_date_precision": "day",
      "label": null,
      "total_tracks": null,
      "is_playable": true,
      "is_prerelease": null,
      "artists": [
        {
          "id": "04gDigrS5kc9YWfZHwBETP",
          "name": "Maroon 5",
          "link": "https://open.spotify.com/artist/04gDigrS5kc9YWfZHwBETP"
        }
      ],
      "images": [
        {
          "link": "https://i.scdn.co/image/ab67616d0000b27386a8ab515de4b7aef28cd631",
          "width": 640,
          "height": 640
        },
        {
          "link": "https://i.scdn.co/image/ab67616d00001e0286a8ab515de4b7aef28cd631",
          "width": 300,
          "height": 300
        },
        {
          "link": "https://i.scdn.co/image/ab67616d0000485186a8ab515de4b7aef28cd631",
          "width": 64,
          "height": 64
        }
      ],
      "copyrights": null
    },
    {
      "type": "album",
      "id": "7w3dPme8pmDgsKWGkcOk5f",
      "name": "While The World Was Burning",
      "link": "https://open.spotify.com/album/7w3dPme8pmDgsKWGkcOk5f",
      "album_type": "album",
      "release_date": "2020-11-20",
      "release_date_precision": "day",
      "label": null,
      "total_tracks": null,
      "is_playable": true,
      "is_prerelease": null,
      "artists": [
        {
          "id": "0H39MdGGX6dbnnQPt6NQkZ",
          "name": "SAINt JHN",
          "link": "https://open.spotify.com/artist/0H39MdGGX6dbnnQPt6NQkZ"
        }
      ],
      "images": [
        {
          "link": "https://i.scdn.co/image/ab67616d0000b2738e51ad44471425be0ddcc6a0",
          "width": 640,
          "height": 640
        },
        {
          "link": "https://i.scdn.co/image/ab67616d00001e028e51ad44471425be0ddcc6a0",
          "width": 300,
          "height": 300
        },
        {
          "link": "https://i.scdn.co/image/ab67616d000048518e51ad44471425be0ddcc6a0",
          "width": 64,
          "height": 64
        }
      ],
      "copyrights": null
    },
    {
      "type": "album",
      "id": "0D7yJonn41qsrIQ7YdWk2z",
      "name": "Nicotine",
      "link": "https://open.spotify.com/album/0D7yJonn41qsrIQ7YdWk2z",
      "album_type": "album",
      "release_date": "2020-03-26",
      "release_date_precision": "day",
      "label": null,
      "total_tracks": null,
      "is_playable": true,
      "is_prerelease": null,
      "artists": [
        {
          "id": "7uaIm6Pw7xplS8Dy06V6pT",
          "name": "Trevor Daniel",
          "link": "https://open.spotify.com/artist/7uaIm6Pw7xplS8Dy06V6pT"
        }
      ],
      "images": [
        {
          "link": "https://i.scdn.co/image/ab67616d0000b2734dbf782532ca5d09012dc2d5",
          "width": 640,
          "height": 640
        },
        {
          "link": "https://i.scdn.co/image/ab67616d00001e024dbf782532ca5d09012dc2d5",
          "width": 300,
          "height": 300
        },
        {
          "link": "https://i.scdn.co/image/ab67616d000048514dbf782532ca5d09012dc2d5",
          "width": 64,
          "height": 64
        }
      ],
      "copyrights": null
    },
    {
      "type": "album",
      "id": "5bfpRtBW7RNRdsm3tRyl3R",
      "name": "Dreamland",
      "link": "https://open.spotify.com/album/5bfpRtBW7RNRdsm3tRyl3R",
      "album_type": "album",
      "release_date": "2020-08-07",
      "release_date_precision": "day",
      "label": null,
      "total_tracks": null,
      "is_playable": true,
      "is_prerelease": null,
      "artists": [
        {
          "id": "4yvcSjfu4PC0CYQyLy4wSq",
          "name": "Glass Animals",
          "link": "https://open.spotify.com/artist/4yvcSjfu4PC0CYQyLy4wSq"
        }
      ],
      "images": [
        {
          "link": "https://i.scdn.co/image/ab67616d0000b273712701c5e263efc8726b1464",
          "width": 640,
          "height": 640
        },
        {
          "link": "https://i.scdn.co/image/ab67616d00001e02712701c5e263efc8726b1464",
          "width": 300,
          "height": 300
        },
        {
          "link": "https://i.scdn.co/image/ab67616d00004851712701c5e263efc8726b1464",
          "width": 64,
          "height": 64
        }
      ],
      "copyrights": null
    },
    {
      "type": "album",
      "id": "1CEODgTmTwLyabvwd7HBty",
      "name": "Viva La Vida or Death and All His Friends",
      "link": "https://open.spotify.com/album/1CEODgTmTwLyabvwd7HBty",
      "album_type": "album",
      "release_date": "2008-06-06",
      "release_date_precision": "day",
      "label": null,
      "total_tracks": null,
      "is_playable": true,
      "is_prerelease": null,
      "artists": [
        {
          "id": "4gzpq5DPGxSnKTe4SA8HAU",
          "name": "Coldplay",
          "link": "https://open.spotify.com/artist/4gzpq5DPGxSnKTe4SA8HAU"
        }
      ],
      "images": [
        {
          "link": "https://i.scdn.co/image/ab67616d0000b273e21cc1db05580b6f2d2a3b6e",
          "width": 640,
          "height": 640
        },
        {
          "link": "https://i.scdn.co/image/ab67616d00001e02e21cc1db05580b6f2d2a3b6e",
          "width": 300,
          "height": 300
        },
        {
          "link": "https://i.scdn.co/image/ab67616d00004851e21cc1db05580b6f2d2a3b6e",
          "width": 64,
          "height": 64
        }
      ],
      "copyrights": null
    },
    {
      "type": "album",
      "id": "4IRiXE5NROxknUSAUSjMoO",
      "name": "7",
      "link": "https://open.spotify.com/album/4IRiXE5NROxknUSAUSjMoO",
      "album_type": "album",
      "release_date": "2019-06-21",
      "release_date_precision": "day",
      "label": null,
      "total_tracks": null,
      "is_playable": true,
      "is_prerelease": null,
      "artists": [
        {
          "id": "7jVv8c5Fj3E9VhNjxT4snq",
          "name": "Lil Nas X",
          "link": "https://open.spotify.com/artist/7jVv8c5Fj3E9VhNjxT4snq"
        }
      ],
      "images": [
        {
          "link": "https://i.scdn.co/image/ab67616d0000b2736239187793c9e492e687db01",
          "width": 640,
          "height": 640
        },
        {
          "link": "https://i.scdn.co/image/ab67616d00001e026239187793c9e492e687db01",
          "width": 300,
          "height": 300
        },
        {
          "link": "https://i.scdn.co/image/ab67616d000048516239187793c9e492e687db01",
          "width": 64,
          "height": 64
        }
      ],
      "copyrights": null
    },
    {
      "type": "album",
      "id": "5jNDWA19BJbE24x1UUJGRY",
      "name": "Sweet Dreams (Are Made Of This)",
      "link": "https://open.spotify.com/album/5jNDWA19BJbE24x1UUJGRY",
      "album_type": "album",
      "release_date": "1983-01-04",
      "release_date_precision": "day",
      "label": null,
      "total_tracks": null,
      "is_playable": true,
      "is_prerelease": null,
      "artists": [
        {
          "id": "0NKDgy9j66h3DLnN8qu1bB",
          "name": "Eurythmics",
          "link": "https://open.spotify.com/artist/0NKDgy9j66h3DLnN8qu1bB"
        },
        {
          "id": "5MspMQqdVbdwP6ax3GXqum",
          "name": "Annie Lennox",
          "link": "https://open.spotify.com/artist/5MspMQqdVbdwP6ax3GXqum"
        },
        {
          "id": "7gcCQIlkkfbul5Mt0jBQkg",
          "name": "Dave Stewart",
          "link": "https://open.spotify.com/artist/7gcCQIlkkfbul5Mt0jBQkg"
        }
      ],
      "images": [
        {
          "link": "https://i.scdn.co/image/ab67616d0000b273b3994c94dfb241923664bb4d",
          "width": 640,
          "height": 640
        },
        {
          "link": "https://i.scdn.co/image/ab67616d00001e02b3994c94dfb241923664bb4d",
          "width": 300,
          "height": 300
        },
        {
          "link": "https://i.scdn.co/image/ab67616d00004851b3994c94dfb241923664bb4d",
          "width": 64,
          "height": 64
        }
      ],
      "copyrights": null
    },
    {
      "type": "album",
      "id": "2ANVost0y2y52ema1E9xAZ",
      "name": "Thriller",
      "link": "https://open.spotify.com/album/2ANVost0y2y52ema1E9xAZ",
      "album_type": "album",
      "release_date": "1982-11-30",
      "release_date_precision": "day",
      "label": null,
      "total_tracks": null,
      "is_playable": true,
      "is_prerelease": null,
      "artists": [
        {
          "id": "3fMbdgg4jU18AjLCKBhRSm",
          "name": "Michael Jackson",
          "link": "https://open.spotify.com/artist/3fMbdgg4jU18AjLCKBhRSm"
        }
      ],
      "images": [
        {
          "link": "https://i.scdn.co/image/ab67616d0000b27332a7d87248d1b75463483df5",
          "width": 640,
          "height": 640
        },
        {
          "link": "https://i.scdn.co/image/ab67616d00001e0232a7d87248d1b75463483df5",
          "width": 300,
          "height": 300
        },
        {
          "link": "https://i.scdn.co/image/ab67616d0000485132a7d87248d1b75463483df5",
          "width": 64,
          "height": 64
        }
      ],
      "copyrights": null
    },
    {
      "type": "album",
      "id": "57TzZhbqvYoUBzJSVKFVlG",
      "name": "Thriller 40",
      "link": "https://open.spotify.com/album/57TzZhbqvYoUBzJSVKFVlG",
      "album_type": "album",
      "release_date": "2022-11-18",
      "release_date_precision": "day",
      "label": null,
      "total_tracks": null,
      "is_playable": true,
      "is_prerelease": null,
      "artists": [
        {
          "id": "3fMbdgg4jU18AjLCKBhRSm",
          "name": "Michael Jackson",
          "link": "https://open.spotify.com/artist/3fMbdgg4jU18AjLCKBhRSm"
        }
      ],
      "images": [
        {
          "link": "https://i.scdn.co/image/ab67616d0000b2734cd83028e3741cda57d0c4bc",
          "width": 640,
          "height": 640
        },
        {
          "link": "https://i.scdn.co/image/ab67616d00001e024cd83028e3741cda57d0c4bc",
          "width": 300,
          "height": 300
        },
        {
          "link": "https://i.scdn.co/image/ab67616d000048514cd83028e3741cda57d0c4bc",
          "width": 64,
          "height": 64
        }
      ],
      "copyrights": null
    },
    {
      "type": "album",
      "id": "3OBhnTLrvkoEEETjFA3Qfk",
      "name": "HIStory - PAST, PRESENT AND FUTURE - BOOK I",
      "link": "https://open.spotify.com/album/3OBhnTLrvkoEEETjFA3Qfk",
      "album_type": "album",
      "release_date": "1995-06-16",
      "release_date_precision": "day",
      "label": null,
      "total_tracks": null,
      "is_playable": true,
      "is_prerelease": null,
      "artists": [
        {
          "id": "3fMbdgg4jU18AjLCKBhRSm",
          "name": "Michael Jackson",
          "link": "https://open.spotify.com/artist/3fMbdgg4jU18AjLCKBhRSm"
        }
      ],
      "images": [
        {
          "link": "https://i.scdn.co/image/ab67616d0000b273b4a878f008a0eda552446701",
          "width": 640,
          "height": 640
        },
        {
          "link": "https://i.scdn.co/image/ab67616d00001e02b4a878f008a0eda552446701",
          "width": 300,
          "height": 300
        },
        {
          "link": "https://i.scdn.co/image/ab67616d00004851b4a878f008a0eda552446701",
          "width": 64,
          "height": 64
        }
      ],
      "copyrights": null
    },
    {
      "type": "album",
      "id": "1C2h7mLntPSeVYciMRTF4a",
      "name": "Thriller 25 Super Deluxe Edition",
      "link": "https://open.spotify.com/album/1C2h7mLntPSeVYciMRTF4a",
      "album_type": "album",
      "release_date": "2008-02-08",
      "release_date_precision": "day",
      "label": null,
      "total_tracks": null,
      "is_playable": true,
      "is_prerelease": null,
      "artists": [
        {
          "id": "3fMbdgg4jU18AjLCKBhRSm",
          "name": "Michael Jackson",
          "link": "https://open.spotify.com/artist/3fMbdgg4jU18AjLCKBhRSm"
        }
      ],
      "images": [
        {
          "link": "https://i.scdn.co/image/ab67616d0000b2734121faee8df82c526cbab2be",
          "width": 640,
          "height": 640
        },
        {
          "link": "https://i.scdn.co/image/ab67616d00001e024121faee8df82c526cbab2be",
          "width": 300,
          "height": 300
        },
        {
          "link": "https://i.scdn.co/image/ab67616d000048514121faee8df82c526cbab2be",
          "width": 64,
          "height": 64
        }
      ],
      "copyrights": null
    },
    {
      "type": "album",
      "id": "3vLaOYCNCzngDf8QdBg2V1",
      "name": "Uptown Special",
      "link": "https://open.spotify.com/album/3vLaOYCNCzngDf8QdBg2V1",
      "album_type": "album",
      "release_date": "2015-01-12",
      "release_date_precision": "day",
      "label": null,
      "total_tracks": null,
      "is_playable": true,
      "is_prerelease": null,
      "artists": [
        {
          "id": "3hv9jJF3adDNsBSIQDqcjp",
          "name": "Mark Ronson",
          "link": "https://open.spotify.com/artist/3hv9jJF3adDNsBSIQDqcjp"
        }
      ],
      "images": [
        {
          "link": "https://i.scdn.co/image/ab67616d0000b2739860171ddfee17f77a570cf6",
          "width": 640,
          "height": 640
        },
        {
          "link": "https://i.scdn.co/image/ab67616d00001e029860171ddfee17f77a570cf6",
          "width": 300,
          "height": 300
        },
        {
          "link": "https://i.scdn.co/image/ab67616d000048519860171ddfee17f77a570cf6",
          "width": 64,
          "height": 64
        }
      ],
      "copyrights": null
    },
    {
      "type": "album",
      "id": "33pt9HBdGlAbRGBHQgsZsU",
      "name": "Evolve",
      "link": "https://open.spotify.com/album/33pt9HBdGlAbRGBHQgsZsU",
      "album_type": "album",
      "release_date": "2017-06-23",
      "release_date_precision": "day",
      "label": null,
      "total_tracks": null,
      "is_playable": true,
      "is_prerelease": null,
      "artists": [
        {
          "id": "53XhwfbYqKCa1cC15pYq2q",
          "name": "Imagine Dragons",
          "link": "https://open.spotify.com/artist/53XhwfbYqKCa1cC15pYq2q"
        }
      ],
      "images": [
        {
          "link": "https://i.scdn.co/image/ab67616d0000b2735675e83f707f1d7271e5cf8a",
          "width": 640,
          "height": 640
        },
        {
          "link": "https://i.scdn.co/image/ab67616d00001e025675e83f707f1d7271e5cf8a",
          "width": 300,
          "height": 300
        },
        {
          "link": "https://i.scdn.co/image/ab67616d000048515675e83f707f1d7271e5cf8a",
          "width": 64,
          "height": 64
        }
      ],
      "copyrights": null
    },
    {
      "type": "album",
      "id": "0kb4kXcdvie8iLvwCECifU",
      "name": "Michael: Songs From The Motion Picture",
      "link": "https://open.spotify.com/album/0kb4kXcdvie8iLvwCECifU",
      "album_type": "album",
      "release_date": "2026-04-24",
      "release_date_precision": "day",
      "label": null,
      "total_tracks": null,
      "is_playable": true,
      "is_prerelease": null,
      "artists": [
        {
          "id": "3fMbdgg4jU18AjLCKBhRSm",
          "name": "Michael Jackson",
          "link": "https://open.spotify.com/artist/3fMbdgg4jU18AjLCKBhRSm"
        }
      ],
      "images": [
        {
          "link": "https://i.scdn.co/image/ab67616d0000b273e33bf4a404a7a27a8aa4d727",
          "width": 640,
          "height": 640
        },
        {
          "link": "https://i.scdn.co/image/ab67616d00001e02e33bf4a404a7a27a8aa4d727",
          "width": 300,
          "height": 300
        },
        {
          "link": "https://i.scdn.co/image/ab67616d00004851e33bf4a404a7a27a8aa4d727",
          "width": 64,
          "height": 64
        }
      ],
      "copyrights": null
    },
    {
      "type": "album",
      "id": "2NQH7gYB2buQCbdvHBNRif",
      "name": "St. Elsewhere",
      "link": "https://open.spotify.com/album/2NQH7gYB2buQCbdvHBNRif",
      "album_type": "album",
      "release_date": "2006",
      "release_date_precision": "year",
      "label": null,
      "total_tracks": null,
      "is_playable": true,
      "is_prerelease": null,
      "artists": [
        {
          "id": "5SbkVQYYzlw1kte75QIabH",
          "name": "Gnarls Barkley",
          "link": "https://open.spotify.com/artist/5SbkVQYYzlw1kte75QIabH"
        },
        {
          "id": "5nLYd9ST4Cnwy6NHaCxbj8",
          "name": "CeeLo Green",
          "link": "https://open.spotify.com/artist/5nLYd9ST4Cnwy6NHaCxbj8"
        },
        {
          "id": "2dBj3prW7gP9bCCOIQeDUf",
          "name": "Danger Mouse",
          "link": "https://open.spotify.com/artist/2dBj3prW7gP9bCCOIQeDUf"
        }
      ],
      "images": [
        {
          "link": "https://i.scdn.co/image/ab67616d0000b273ab051a2c680f39c0d9827706",
          "width": 640,
          "height": 640
        },
        {
          "link": "https://i.scdn.co/image/ab67616d00001e02ab051a2c680f39c0d9827706",
          "width": 300,
          "height": 300
        },
        {
          "link": "https://i.scdn.co/image/ab67616d00004851ab051a2c680f39c0d9827706",
          "width": 64,
          "height": 64
        }
      ],
      "copyrights": null
    },
    {
      "type": "album",
      "id": "2qJw6w5XwQO0PQlSWPu7Tw",
      "name": "Chosen",
      "link": "https://open.spotify.com/album/2qJw6w5XwQO0PQlSWPu7Tw",
      "album_type": "album",
      "release_date": "2017-12-08",
      "release_date_precision": "day",
      "label": null,
      "total_tracks": null,
      "is_playable": true,
      "is_prerelease": null,
      "artists": [
        {
          "id": "0lAWpj5szCSwM4rUMHYmrr",
          "name": "Måneskin",
          "link": "https://open.spotify.com/artist/0lAWpj5szCSwM4rUMHYmrr"
        }
      ],
      "images": [
        {
          "link": "https://i.scdn.co/image/ab67616d0000b273fa0ab3a28b5c52d8a5f97045",
          "width": 640,
          "height": 640
        },
        {
          "link": "https://i.scdn.co/image/ab67616d00001e02fa0ab3a28b5c52d8a5f97045",
          "width": 300,
          "height": 300
        },
        {
          "link": "https://i.scdn.co/image/ab67616d00004851fa0ab3a28b5c52d8a5f97045",
          "width": 64,
          "height": 64
        }
      ],
      "copyrights": null
    }
  ]
}