v1

latestOpenAPI 3.0.32026-07-139687282.9 KB
Player

Get the User's Queue

Get the list of objects that make up the user's queue.

get/me/player/queue

Response

Information about the queue

Example response

{
  "currently_playing": {
    "album": {
      "album_type": "compilation",
      "total_tracks": 9,
      "available_markets": [
        "CA",
        "BR",
        "IT"
      ],
      "id": "2up3OPMp9Tb4dAKM2erWXQ",
      "images": [
        {
          "url": "https://i.scdn.co/image/ab67616d00001e02ff9ca10b55ce82ae553c8228\n",
          "height": 300,
          "width": 300
        }
      ],
      "release_date": "1981-12",
      "release_date_precision": "year",
      "uri": "spotify:album:2up3OPMp9Tb4dAKM2erWXQ"
    }
  },
  "queue": [
    {
      "album": {
        "album_type": "compilation",
        "total_tracks": 9,
        "available_markets": [
          "CA",
          "BR",
          "IT"
        ],
        "id": "2up3OPMp9Tb4dAKM2erWXQ",
        "images": [
          {
            "url": "https://i.scdn.co/image/ab67616d00001e02ff9ca10b55ce82ae553c8228\n",
            "height": 300,
            "width": 300
          }
        ],
        "release_date": "1981-12",
        "release_date_precision": "year",
        "uri": "spotify:album:2up3OPMp9Tb4dAKM2erWXQ"
      }
    }
  ]
}