---
title: "查询房间内榜单"
method: GET
path: "/api/rank/queryRoomRank"
tags: ["榜单管理"]
---

# 查询房间内榜单

`GET /api/rank/queryRoomRank`

查询指定房间内的榜单，支持房间贡献榜、房间魅力榜。

**周期类型说明：**
- 当前周期：day(今日)、week(本周)、month(本月)
- 历史周期：yesterday(昨日)、lastWeek(上周)、lastMonth(上月)

## Query parameters

- `rankType` 'wealth' | 'charm', required
- `roomUid` integer, required
- `uid` integer
- `cycleType` 'day' | 'week' | 'month' | 'yesterday' | 'lastWeek' | 'lastMonth'
- `topN` unknown

## Response `200`

查询成功

## Other responses

- `400` — 参数错误
- `429` — 请求过于频繁

---

[API](https://skmtc.dev/oloo/apis/openapi-definition.md) · [All operations](https://skmtc.dev/oloo/apis/openapi-definition/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/oloo/openapi-definition/revisions/c0963217c1b7/schema)
