com.suibari.nagi.getChannelTimeline

suibari.com

Documentation

main query

No description available.

Parameters

cursor string Optional

No description available.

filter string Optional

media returns image-bearing posts one row each (no conversation grouping), for the media grid.

limit integer Optional

No description available.

uri string Required

No description available.

Output

Encodingapplication/json
Try It

Requests are sent directly from your browser. Some servers may block requests due to CORS.

Base URL for XRPC calls (e.g., https://api.bsky.social)
Parameters
media returns image-bearing posts one row each (no conversation grouping), for the media grid.
View raw schema
{
  "type": "query",
  "output": {
    "schema": {
      "ref": "com.suibari.nagi.getTimeline#output",
      "type": "ref"
    },
    "encoding": "application/json"
  },
  "parameters": {
    "type": "params",
    "required": [
      "uri"
    ],
    "properties": {
      "uri": {
        "type": "string"
      },
      "limit": {
        "type": "integer",
        "default": 50,
        "maximum": 100,
        "minimum": 1
      },
      "cursor": {
        "type": "string"
      },
      "filter": {
        "type": "string",
        "default": "posts",
        "description": "media returns image-bearing posts one row each (no conversation grouping), for the media grid.",
        "knownValues": [
          "posts",
          "media"
        ]
      }
    }
  }
}

Lexicon Garden

@