# 다른 공식 배율을 적용한 상위 주제 목록을 가져올 수 있는 방법이 있을까요?

**URL:** https://meta.discourse.org/t/is-there-a-way-to-get-a-top-topic-list-with-different-formula-multiplier/253628
**Category:** Development
**Tags:** rest-api
**Created:** [2월 1, 2023, 6:44오전 UTC](https://meta.discourse.org/t/is-there-a-way-to-get-a-top-topic-list-with-different-formula-multiplier/253628 "2023-02-01T06:44:31Z")
**Posts on this page:** 1
**Showing post:** 2

<div class="post-metadata">

### Author: ![blake](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/blake/32/157322_2.png) [@blake](https://meta.discourse.org/u/blake)
#### Post date: [3월 2, 2023, 4:03오후 UTC](https://meta.discourse.org/t/is-there-a-way-to-get-a-top-topic-list-with-different-formula-multiplier/253628/2 "2023-03-02T16:03:59Z")

</div>

> [@Yuki](#):
>
> 제 질문은, 관리자 패널의 파라미터를 변경하지 않고 다른 “상위” 목록을 쿼리할 수 있는 방법이 있는지 여부입니다.

아니요, 그렇게 할 수 없습니다. /top 라우트는 그런 종류의 파라미터를 받지 않습니다. 해당 설정은 모든 사용자에게 사이트 전체에 적용되며, 요청별로 사용자 정의할 수 없습니다.

원하는 데이터를 가져오기 위해 여러 개의 [Data Explorer](https://meta.discourse.org/t/32566?silent=true) 쿼리를 사용하는 것을 권장합니다:

> [@SaraDev](#):
>
> 이 [Data Explorer](https://meta.discourse.org/t/32566?silent=true) 쿼리는 상위(Top) 페이지와 거의 동일하지만, 사용자 정의된 날짜 범위와 버튼 클릭으로 현재 결과를 가져올 수 있는 기능이 추가되었습니다. 이 쿼리를 사용하면 “상위”로 필터링된 각 주제의 정확한 “상위 점수(Top Score)”와 주제에 대한 기타 정보를 볼 수 있습니다.

쿼리가 설정되면 API를 통해 실행할 수 있습니다.

---

_[View the full topic](https://meta.discourse.org/t/is-there-a-way-to-get-a-top-topic-list-with-different-formula-multiplier/253628)._
