games.gamesgamesgamesgames.feed.getOrgDevelopedFeed

gamesgamesgamesgames.games

Documentation

Get games developed by an organization.

main query

Get games developed by an organization.

Parameters

cursor string Optional

No description available.

limit integer Optional

No description available.

org string at-uri Required

The AT URI of the organization profile.

Output

Encodingapplication/json
cursor string Optional

No description available.

feed array Required

No description available.

totalCount integer Optional

Total number of games with this role for the organization.

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
The AT URI of the organization profile.
View raw schema
{
  "type": "query",
  "output": {
    "schema": {
      "type": "object",
      "required": [
        "feed"
      ],
      "properties": {
        "feed": {
          "type": "array",
          "items": {
            "ref": "games.gamesgamesgamesgames.defs#gameFeedViewItem",
            "type": "ref"
          }
        },
        "cursor": {
          "type": "string"
        },
        "totalCount": {
          "type": "integer",
          "description": "Total number of games with this role for the organization."
        }
      }
    },
    "encoding": "application/json"
  },
  "parameters": {
    "type": "params",
    "required": [
      "org"
    ],
    "properties": {
      "org": {
        "type": "string",
        "format": "at-uri",
        "description": "The AT URI of the organization profile."
      },
      "limit": {
        "type": "integer",
        "default": 50,
        "maximum": 100,
        "minimum": 1
      },
      "cursor": {
        "type": "string"
      }
    }
  },
  "description": "Get games developed by an organization."
}

Lexicon Garden

@