app.rocksky.player.getCurrentlyPlaying

rocksky.app

Documentation

Get the currently playing track

main query

Get the currently playing track

Parameters

actor string at-identifier Optional

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

playerId string Optional

No description available.

Output

Try It

Requests are sent directly from your browser. Some servers may block requests due to CORS.

Base URL for XRPC calls (e.g., https://api.bsky.social)
Parameters
Handle or DID of the actor to retrieve the currently playing track for. If not provided, defaults to the current user.
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"
}

Lexicon Garden

@