pet.trezy.getLeaderboard

trezy.pet

Documentation

main query

No description available.

Parameters

cursor string Optional

No description available.

limit integer Optional

No description available.

Output

Encodingapplication/json
cursor string Optional

No description available.

entries 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)
Parameters
View raw schema
{
  "type": "query",
  "output": {
    "schema": {
      "type": "object",
      "required": [
        "entries"
      ],
      "properties": {
        "cursor": {
          "type": "string"
        },
        "entries": {
          "type": "array",
          "items": {
            "ref": "#entry",
            "type": "ref"
          }
        }
      }
    },
    "encoding": "application/json"
  },
  "parameters": {
    "type": "params",
    "properties": {
      "limit": {
        "type": "integer",
        "default": 25,
        "maximum": 50,
        "minimum": 1
      },
      "cursor": {
        "type": "string"
      }
    }
  }
}
entry object

No description available.

Properties

did string did Required

A decentralized identifier (DID).

level integer Required

No description available.

name string Required

No description available.

pet string at-uri Required

An AT Protocol URI (e.g., at://did:plc:xyz/app.bsky.feed.post/abc).

score integer Required

No description available.

species string Required

No description available.

View raw schema
{
  "type": "object",
  "required": [
    "did",
    "pet",
    "species",
    "name",
    "score",
    "level"
  ],
  "properties": {
    "did": {
      "type": "string",
      "format": "did"
    },
    "pet": {
      "type": "string",
      "format": "at-uri"
    },
    "name": {
      "type": "string"
    },
    "level": {
      "type": "integer"
    },
    "score": {
      "type": "integer"
    },
    "species": {
      "type": "string"
    }
  }
}

Lexicon Garden

@