Get the scrobbles chart
Parameters
albumuri
string
at-uri
Optional
The URI of the album to filter by
artisturi
string
at-uri
Optional
The URI of the artist to filter by
did
string
at-identifier
Optional
The DID or handle of the actor
genre
string
Optional
The genre to filter by
songuri
string
at-uri
Optional
The URI of the track to filter by
Output
Encoding
application/jsonTry It
Requests are sent directly from your browser. Some servers may block requests due to CORS.
View raw schema
{
"type": "query",
"output": {
"schema": {
"ref": "app.rocksky.charts.defs#chartsView",
"type": "ref"
},
"encoding": "application/json"
},
"parameters": {
"type": "params",
"properties": {
"did": {
"type": "string",
"format": "at-identifier",
"description": "The DID or handle of the actor"
},
"genre": {
"type": "string",
"description": "The genre to filter by"
},
"songuri": {
"type": "string",
"format": "at-uri",
"description": "The URI of the track to filter by"
},
"albumuri": {
"type": "string",
"format": "at-uri",
"description": "The URI of the album to filter by"
},
"artisturi": {
"type": "string",
"format": "at-uri",
"description": "The URI of the artist to filter by"
}
}
},
"description": "Get the scrobbles chart"
}