{
"id": "fm.teal.stats.getUserTopArtists",
"defs": {
"main": {
"type": "query",
"output": {
"schema": {
"type": "object",
"required": [
"artists"
],
"properties": {
"cursor": {
"type": "string",
"description": "Next page cursor"
},
"artists": {
"type": "array",
"items": {
"ref": "fm.teal.stats.defs#artistView",
"type": "ref"
}
}
}
},
"encoding": "application/json"
},
"parameters": {
"type": "params",
"required": [
"actor"
],
"properties": {
"actor": {
"type": "string",
"format": "at-identifier",
"description": "The user's DID or handle"
},
"limit": {
"type": "integer",
"default": 50,
"maximum": 100,
"minimum": 1,
"description": "Number of artists to return"
},
"cursor": {
"type": "string",
"description": "Pagination cursor"
},
"period": {
"enum": [
"30days",
"7days"
],
"type": "string",
"default": "30days",
"description": "Time period for top artists"
}
}
}
}
},
"$type": "com.atproto.lexicon.schema",
"lexicon": 1,
"description": "Get a user's top artists by play count"
}
Metadata
- DID
-
did:plc:iwhuynr6mm6xxuh25o4do2tx
- CID
-
bafyreiaew3likm7w4x3sigakciufj6ka7ciemlenxeid2r5am3xe3hc4be
- Indexed At
- 2026-08-15 17:25 UTC
- AT-URI
-
at://did:plc:iwhuynr6mm6xxuh25o4do2tx/com.atproto.lexicon.schema/fm.teal.stats.getUserTopArtists