games.gamesgamesgamesgames.graph.getLikeCount

gamesgamesgamesgames.games

Documentation

Get the total number of likes a user has given.

main query

Get the total number of likes a user has given.

Parameters

did string Required

The DID of the user whose like count to retrieve.

Output

Encodingapplication/json
count integer Required

Total number of likes this user has given.

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
The DID of the user whose like count to retrieve.
View raw schema
{
  "type": "query",
  "output": {
    "schema": {
      "type": "object",
      "required": [
        "count"
      ],
      "properties": {
        "count": {
          "type": "integer",
          "description": "Total number of likes this user has given."
        }
      }
    },
    "encoding": "application/json"
  },
  "parameters": {
    "type": "params",
    "required": [
      "did"
    ],
    "properties": {
      "did": {
        "type": "string",
        "description": "The DID of the user whose like count to retrieve."
      }
    }
  },
  "description": "Get the total number of likes a user has given."
}

Lexicon Garden

@