Get the currently playing track
Parameters
Output
Encoding
application/jsonTry It
Requests are sent directly from your browser. Some servers may block requests due to CORS.
View raw schema
{
"type": "query",
"output": {
"schema": {
"ref": "app.rocksky.player.defs#currentlyPlayingViewDetailed",
"type": "ref"
},
"encoding": "application/json"
},
"parameters": {
"type": "params",
"properties": {
"actor": {
"type": "string",
"format": "at-identifier",
"description": "Handle or DID of the actor to retrieve the currently playing track for. If not provided, defaults to the current user."
},
"playerId": {
"type": "string"
}
}
},
"description": "Get the currently playing track"
}