org.latha.island.getIslands

nandi.uk

Documentation

List derived islands with their strata analysis. Returns islands that have been derived and stored, sorted by vertex count descending.

main query

List derived islands with their strata analysis. Returns islands that have been derived and stored, sorted by vertex count descending.

Parameters

cursor string Optional

Pagination cursor from a previous response.

limit integer Optional

Maximum number of islands to return.

Output

Encodingapplication/json
cursor string Optional

No description available.

islands array 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
Pagination cursor from a previous response.
Maximum number of islands to return.
View raw schema
{
  "type": "query",
  "output": {
    "schema": {
      "type": "object",
      "required": [
        "islands"
      ],
      "properties": {
        "cursor": {
          "type": "string"
        },
        "islands": {
          "type": "array",
          "items": {
            "ref": "#islandSummary",
            "type": "ref"
          }
        }
      }
    },
    "encoding": "application/json"
  },
  "parameters": {
    "type": "params",
    "properties": {
      "limit": {
        "type": "integer",
        "default": 50,
        "maximum": 100,
        "minimum": 1,
        "description": "Maximum number of islands to return."
      },
      "cursor": {
        "type": "string",
        "description": "Pagination cursor from a previous response."
      }
    }
  },
  "description": "List derived islands with their strata analysis. Returns islands that have been derived and stored, sorted by vertex count descending."
}
islandSummary object

No description available.

Properties

edgeCount integer Required

No description available.

id string Required

Stable ID: truncated SHA-256 of the lexmin vertex.

lexmin string Required

Lexicographically smallest vertex — the canonical reference.

recordUri string at-uri Optional

AT URI of the org.latha.island record, if analyzed.

title string Optional

Strata analysis title, if available.

vertexCount integer Required

No description available.

View raw schema
{
  "type": "object",
  "required": [
    "id",
    "lexmin",
    "vertexCount",
    "edgeCount"
  ],
  "properties": {
    "id": {
      "type": "string",
      "description": "Stable ID: truncated SHA-256 of the lexmin vertex."
    },
    "title": {
      "type": "string",
      "description": "Strata analysis title, if available."
    },
    "lexmin": {
      "type": "string",
      "description": "Lexicographically smallest vertex — the canonical reference."
    },
    "edgeCount": {
      "type": "integer"
    },
    "recordUri": {
      "type": "string",
      "format": "at-uri",
      "description": "AT URI of the org.latha.island record, if analyzed."
    },
    "vertexCount": {
      "type": "integer"
    }
  }
}

Lexicon Garden

@