Get loved songs for an actor
Parameters
Output
Encoding
application/jsontracks
array
Optional
No description available.
Try It
Requests are sent directly from your browser. Some servers may block requests due to CORS.
View raw schema
{
"type": "query",
"output": {
"schema": {
"type": "object",
"properties": {
"tracks": {
"type": "array",
"items": {
"ref": "app.rocksky.song.defs#songViewBasic",
"type": "ref"
}
}
}
},
"encoding": "application/json"
},
"parameters": {
"type": "params",
"required": [
"did"
],
"properties": {
"did": {
"type": "string",
"format": "at-identifier",
"description": "The DID or handle of the actor"
},
"limit": {
"type": "integer",
"minimum": 1,
"description": "The maximum number of albums to return"
},
"offset": {
"type": "integer",
"minimum": 0,
"description": "The offset for pagination"
}
}
},
"description": "Get loved songs for an actor"
}