Skip to main content

Get queue

POST 

/api/player/getQueue

Get the queue based on the listening context

Request

Responses

OK

Schema

  • Array [

  • type string
    url string
    id integer
    title string
    cover string
    album string
    album_id integer
    duration integer
    track integer
    disc integer
    year integer
    explicit boolean
    genre string
    lyrics string

    artists

    Artist[]

  • Array [

  • type string
    id integer
    name string
    image string
    created_at string
  • ]

  • added_at string
  • ]

Loading...