Get the feed by uri
Parameters
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.feed.defs#feedView",
"type": "ref"
},
"encoding": "application/json"
},
"parameters": {
"type": "params",
"required": [
"feed"
],
"properties": {
"feed": {
"type": "string",
"format": "at-uri",
"description": "The feed URI."
},
"limit": {
"type": "integer",
"minimum": 1,
"description": "The maximum number of scrobbles to return"
},
"cursor": {
"type": "string",
"description": "The cursor for pagination"
}
}
},
"description": "Get the feed by uri"
}