com.suibari.nagi.getProfile

suibari.com

Documentation

main query

No description available.

Parameters

actor string Required

No description available.

cursor string Optional

No description available.

filter string Optional

No description available.

group boolean Optional

Return one timeline-style conversation per thread matched by the filter, ordered by latest human activity.

lang string Optional

No description available.

limit integer Optional

No description available.

Output

Encodingapplication/json
profile unknown Required

No description available.

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
Return one timeline-style conversation per thread matched by the filter, ordered by latest human activity.
View raw schema
{
  "type": "query",
  "output": {
    "schema": {
      "type": "object",
      "required": [
        "profile",
        "feed"
      ],
      "properties": {
        "feed": {
          "ref": "com.suibari.nagi.getTimeline#output",
          "type": "ref"
        },
        "profile": {
          "type": "unknown"
        }
      }
    },
    "encoding": "application/json"
  },
  "parameters": {
    "type": "params",
    "required": [
      "actor"
    ],
    "properties": {
      "lang": {
        "type": "string",
        "default": "ja",
        "maxLength": 2,
        "knownValues": [
          "ja",
          "en"
        ]
      },
      "actor": {
        "type": "string"
      },
      "group": {
        "type": "boolean",
        "default": false,
        "description": "Return one timeline-style conversation per thread matched by the filter, ordered by latest human activity."
      },
      "limit": {
        "type": "integer",
        "default": 50,
        "maximum": 100,
        "minimum": 1
      },
      "cursor": {
        "type": "string"
      },
      "filter": {
        "type": "string",
        "default": "posts",
        "knownValues": [
          "posts",
          "replies",
          "media",
          "reactions"
        ]
      }
    }
  }
}

Lexicon Garden

@