Skip to main content
GET
/
app.rocksky.actor.getActorCompatibility
Get compatibility for an actor
curl --request GET \
  --url https://api.rocksky.app/xrpc/app.rocksky.actor.getActorCompatibility \
  --header 'Authorization: Bearer <token>'
{
  "compatibility": {
    "compatibilityLevel": 123,
    "compatibilityPercentage": 123,
    "sharedArtists": 123,
    "topSharedArtistNames": [
      "<string>"
    ],
    "topSharedDetailedArtists": [
      {
        "id": "<string>",
        "name": "<string>",
        "picture": "<string>",
        "uri": "<string>",
        "user1Rank": 123,
        "user2Rank": 123,
        "weight": 123
      }
    ],
    "user1ArtistCount": 123,
    "user2ArtistCount": 123
  }
}

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

did
string<at-identifier>
required

DID or handle to get compatibility for

Response

OK

compatibility
object