app.rocksky.mirror.getMirrorSources

rocksky.app

Documentation

Get the authenticated user's scrobble mirror sources (Last.fm, ListenBrainz, Teal.fm).

main query

Get the authenticated user's scrobble mirror sources (Last.fm, ListenBrainz, Teal.fm).

Output

Encodingapplication/json
sources array Required

No description available.

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)
View raw schema
{
  "type": "query",
  "output": {
    "schema": {
      "type": "object",
      "required": [
        "sources"
      ],
      "properties": {
        "sources": {
          "type": "array",
          "items": {
            "ref": "app.rocksky.mirror.defs#mirrorSourceView",
            "type": "ref"
          }
        }
      }
    },
    "encoding": "application/json"
  },
  "parameters": {
    "type": "params",
    "properties": {}
  },
  "description": "Get the authenticated user's scrobble mirror sources (Last.fm, ListenBrainz, Teal.fm)."
}

Lexicon Garden

@