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>"
}

Documentation Index

Fetch the complete documentation index at: https://docs.rocksky.app/llms.txt

Use this file to discover all available pages before exploring further.

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