Synapse · JSON Structure

Synapse Room Structure

Structure documentation for a Matrix room as returned by the Synapse Admin API

Type: Properties: 0
ChatCollaborationDecentralizedFederationMatrixMessagingOpen-SourceReal-Time

Synapse Room is a JSON Structure definition published by Synapse.

Meta-schema:

JSON Structure

Raw ↑
{
  "name": "Synapse Room",
  "description": "Structure documentation for a Matrix room as returned by the Synapse Admin API",
  "fields": [
    { "name": "room_id", "type": "string", "description": "Matrix room ID (e.g. !abc123:example.com)" },
    { "name": "name", "type": "string", "description": "Room name" },
    { "name": "canonical_alias", "type": "string|null", "description": "Primary room alias (e.g. #general:example.com)" },
    { "name": "joined_members", "type": "integer", "description": "Total number of joined members (including remote)" },
    { "name": "joined_local_members", "type": "integer", "description": "Number of local members on this homeserver" },
    { "name": "version", "type": "string", "description": "Matrix room version (e.g. '10', '11')" },
    { "name": "creator", "type": "string", "description": "Matrix user ID of the room creator" },
    { "name": "encryption", "type": "string|null", "description": "Encryption algorithm in use (null if unencrypted)" },
    { "name": "federatable", "type": "boolean", "description": "Whether the room is federated to other homeservers" },
    { "name": "public", "type": "boolean", "description": "Whether the room is listed in the public room directory" },
    { "name": "join_rules", "type": "string", "description": "Who can join: 'public', 'invite', 'knock', 'restricted'" },
    { "name": "guest_access", "type": "string|null", "description": "Whether guests can join: 'can_join', 'forbidden'" },
    { "name": "history_visibility", "type": "string", "description": "Message visibility for new members: 'world_readable', 'shared', 'invited', 'joined'" },
    { "name": "state_events", "type": "integer", "description": "Number of state events in the room" },
    { "name": "room_type", "type": "string|null", "description": "Room type (null=chat, 'm.space'=Space)" },
    { "name": "forgotten", "type": "boolean", "description": "Whether all local users have forgotten the room" }
  ]
}

Work with this as data

Every JSON Structure here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for json structure

4 MCP tools reach this
  • find_json_structuresBrowse and filter every JSON Structure in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools

Call it yourself

curl for this page
This JSON Structure
curl "https://apis.io/api/v1/json-structures/synapse-room-structure"
All json structure
curl "https://apis.io/api/v1/json-structures?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no email required.

A second provider on the same verified email joins the account you already have.