# per\_page 쿼리 매개변수가 효과가 없는 것 같습니다

**URL:** https://meta.discourse.org/t/the-per-page-query-param-seems-to-have-no-effect/255060
**Category:** Support
**Created:** [2월 14, 2023, 3:12오전 UTC](https://meta.discourse.org/t/the-per-page-query-param-seems-to-have-no-effect/255060 "2023-02-14T03:12:42Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![smileBeda](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/smilebeda/32/272497_2.png) [@smileBeda](https://meta.discourse.org/u/smileBeda)
#### Post date: [2월 14, 2023, 3:12오전 UTC](https://meta.discourse.org/t/the-per-page-query-param-seems-to-have-no-effect/255060/1 "2023-02-14T03:12:43Z")

</div>

`/top.json?period=weekly`의 JSON 응답에 따르면, “다음” 페이지는 `/top.json?page=2&per_page=50&period=weekly`에 위치할 것 같았습니다.

이로 인해 `per_page` 값을 `1`이나 그보다 작거나 (심지어 더 큰) 숫자로 변경할 수 있을 것 같다는 희망이 생겼지만, 실제로는 아무 효과가 없는 것 같습니다.  
예를 들어 `/top.json?period=weekly&per_page=1`을 호출해도 여전히 50개의 “top” 주제가 반환됩니다.

제 목표는 _하나의_(가장 새로운) top 주제만 가져오는 것입니다.

`per_page` 인자는 단순히 "장식용"일까요?  
감사합니다
