{
"id": "gg.infinitetavern.tavern.getAdventurerCodex",
"defs": {
"main": {
"type": "query",
"output": {
"schema": {
"type": "object",
"required": [
"codex"
],
"properties": {
"codex": {
"$ref": "#/defs/codexView",
"description": "The player's codex, or null if no codex record exists."
}
}
},
"encoding": "application/json"
},
"parameters": {
"type": "params",
"required": [
"did"
],
"properties": {
"did": {
"type": "string",
"format": "did",
"description": "The DID of the adventurer whose codex to retrieve."
}
}
},
"description": "Retrieve a player's Adventurer's Codex — their portable character sheet with titles, labels, and career summary."
},
"codexView": {
"type": "object",
"required": [
"did",
"earnedTitles",
"earnedLabels",
"gamesPlayed",
"championships",
"peakRenown",
"updatedAt"
],
"properties": {
"did": {
"type": "string",
"format": "did",
"description": "The adventurer's DID."
},
"updatedAt": {
"type": "string",
"format": "datetime",
"description": "Last codex update timestamp."
},
"peakRenown": {
"type": "number",
"description": "Peak MMR (Renown)."
},
"activeTitle": {
"type": "string",
"description": "Key of the player's active display title."
},
"gamesPlayed": {
"type": "integer",
"description": "Total games played."
},
"earnedLabels": {
"type": "array",
"items": {
"type": "string"
},
"description": "Keys of all earned labels."
},
"earnedTitles": {
"type": "array",
"items": {
"type": "string"
},
"description": "Keys of all earned titles."
},
"favoriteHero": {
"type": "string",
"description": "Most-played hero key."
},
"championships": {
"type": "integer",
"description": "Total first-place finishes."
},
"activeTitleTier": {
"type": "string",
"description": "Rarity tier of the active title."
},
"activeTitleDisplay": {
"type": "string",
"description": "Display name of the active title."
}
}
}
},
"$type": "com.atproto.lexicon.schema",
"lexicon": 1
}
Metadata
- DID
-
did:plc:vxwgn77hp5ikvbiggm5es3rv
- CID
-
bafyreifnlrcju7hek5fbk547zsus34jewcthf2akqjbncty5yc4kb5wypu
- Indexed At
- 2026-04-13 22:54 UTC
- AT-URI
-
at://did:plc:vxwgn77hp5ikvbiggm5es3rv/com.atproto.lexicon.schema/gg.infinitetavern.tavern.getAdventurerCodex