---
title: "查询全局榜单"
method: GET
path: "/api/rank/queryGlobalRank"
tags: ["榜单管理"]
---

# 查询全局榜单

`GET /api/rank/queryGlobalRank`

查询全局榜单，支持财富榜、魅力榜、房间榜。

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

## Query parameters

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

## 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)
