Skip to main content
GET
/
app.rocksky.spotify.getCurrentlyPlaying
Get the currently playing track
curl --request GET \
  --url https://api.rocksky.app/xrpc/app.rocksky.spotify.getCurrentlyPlaying \
  --header 'Authorization: Bearer <token>'
{
  "title": "<string>"
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

actor
string<at-identifier>

Handle or DID of the actor to retrieve the currently playing track for. If not provided, defaults to the current user.

Response

OK

title
string

The title of the currently playing track