# 많은 주제에서 게시글 수를 확인하는 방법?

**URL:** https://meta.discourse.org/t/how-to-get-number-of-posts-in-a-large-number-of-topics/176293
**Category:** Development
**Created:** [1월 16, 2021, 5:07오후 UTC](https://meta.discourse.org/t/how-to-get-number-of-posts-in-a-large-number-of-topics/176293 "2021-01-16T17:07:49Z")
**Posts on this page:** 2
**Page:** 1

<div class="post-metadata">

### Author: ![swamidass](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/swamidass/32/119549_2.png) [@swamidass](https://meta.discourse.org/u/swamidass)
#### Post date: [1월 16, 2021, 5:07오후 UTC](https://meta.discourse.org/t/how-to-get-number-of-posts-in-a-large-number-of-topics/176293/1 "2021-01-16T17:07:49Z")

</div>

API를 통해 특정 주제(수백 개 정도)의 게시글 수를 가져오는 가장 좋은 방법은 무엇인가요?

물론 각 게시글에 대해 API를 반복 호출할 수는 있지만, 이렇게 하면 느려지고 API 스로틀링 한도에 부딪히게 됩니다. 이를 단일 API 호출로 처리할 수 있는 방법이 있을까요?

---

<div class="post-metadata">

### Author: ![Falco](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/falco/32/179432_2.png) [@Falco](https://meta.discourse.org/u/Falco)
#### Post date: [1월 17, 2021, 2:11오전 UTC](https://meta.discourse.org/t/how-to-get-number-of-posts-in-a-large-number-of-topics/176293/2 "2021-01-17T02:11:29Z")

</div>

토픽당 한 번의 호출을 하거나, [Data Explorer](https://meta.discourse.org/t/32566?silent=true) 쿼리를 생성하여 단일 API 호출로 모든 데이터를 가져오는 방식 중 하나를 선택해야 합니다.
