v1

latestOpenAPI 3.0.32026-07-148993228.8 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",
      "available_markets": [
        "CA",
        "BR",
        "IT"
      ],
      "id": "2up3OPMp9Tb4dAKM2erWXQ",
      "images": [
        {
          "height": 300,
          "url": "https://i.scdn.co/image/ab67616d00001e02ff9ca10b55ce82ae553c8228\n",
          "width": 300
        }
      ],
      "release_date": "1981-12",
      "release_date_precision": "year",
      "total_tracks": 9,
      "uri": "spotify:album:2up3OPMp9Tb4dAKM2erWXQ",
      "album_group": "compilation"
    },
    "artists": [
      {
        "genres": [
          "Prog rock",
          "Grunge"
        ],
        "images": [
          {
            "height": 300,
            "url": "https://i.scdn.co/image/ab67616d00001e02ff9ca10b55ce82ae553c8228\n",
            "width": 300
          }
        ]
      }
    ]
  },
  "queue": [
    {
      "album": {
        "album_type": "compilation",
        "available_markets": [
          "CA",
          "BR",
          "IT"
        ],
        "id": "2up3OPMp9Tb4dAKM2erWXQ",
        "images": [
          {
            "height": 300,
            "url": "https://i.scdn.co/image/ab67616d00001e02ff9ca10b55ce82ae553c8228\n",
            "width": 300
          }
        ],
        "release_date": "1981-12",
        "release_date_precision": "year",
        "total_tracks": 9,
        "uri": "spotify:album:2up3OPMp9Tb4dAKM2erWXQ",
        "album_group": "compilation"
      },
      "artists": [
        {
          "genres": [
            "Prog rock",
            "Grunge"
          ],
          "images": [
            {
              "height": 300,
              "url": "https://i.scdn.co/image/ab67616d00001e02ff9ca10b55ce82ae553c8228\n",
              "width": 300
            }
          ]
        }
      ]
    }
  ]
}