---
title: "Room summary"
method: GET
path: "/_matrix/client/v1/room_summary/{room_id_alias}"
tags: ["matrix-cs"]
---

# Room summary

`GET /_matrix/client/v1/room_summary/{room_id_alias}`

Room summary (name, topic, member count, join rules) for a room ID or alias, per MSC3266. We answer this for rooms we have crawled, so it works even though we are a search index and not the room's homeserver. Registered at the stable v1 path plus the two unstable im.nheko.summary paths, because matrix.to and older clients still call those.

## Path parameters

- `room_id_alias` string, required

## Query parameters

- `via` string

## Response `200`

Room summary

- GithubComEtkeccMrsInternalModelRoomDirectoryRoom
  - `avatar_url` string
  - `canonical_alias` string
  - `guest_can_join` boolean
  - `join_rule` string
  - `name` string
  - `num_joined_members` integer
  - `room_id` string
  - `room_type` string
  - `topic` string
  - `world_readable` boolean

## Other responses

- `404` — Room not found

---

[API](https://skmtc.net/etkecc/apis/matrix-rooms-search-api.md) · [All operations](https://skmtc.net/etkecc/apis/matrix-rooms-search-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/etkecc/matrix-rooms-search-api/revisions/ae3c2fd65492/schema)
