# Search api only have 5 topic result

**URL:** https://meta.discourse.org/t/search-api-only-have-5-topic-result/82425
**Category:** Development
**Created:** [3월 7, 2018, 2:34오후 UTC](https://meta.discourse.org/t/search-api-only-have-5-topic-result/82425 "2018-03-07T14:34:34Z")
**Posts on this page:** 2
**Page:** 1

<div class="post-metadata">

### Author: ![AresX](https://avatars.discourse-cdn.com/v4/letter/a/ecd19e/32.png) [@AresX](https://meta.discourse.org/u/AresX)
#### Post date: [3월 7, 2018, 2:34오후 UTC](https://meta.discourse.org/t/search-api-only-have-5-topic-result/82425/1 "2018-03-07T14:34:34Z")

</div>

hi, i use the search api

```
 https://parrotsec-china.org/search/query.json

```

to seach topic ,but result json only have 5 result of topic ,why that happened?

---

<div class="post-metadata">

### Author: ![vinothkannans](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/vinothkannans/32/86465_2.png) [@vinothkannans](https://meta.discourse.org/u/vinothkannans)
#### Post date: [3월 7, 2018, 6:14오후 UTC](https://meta.discourse.org/t/search-api-only-have-5-topic-result/82425/3 "2018-03-07T18:14:08Z")

</div>

You are using quick search API endpoint (`/search/query.json?term=`). Yes, it will return five results only. It is used display results in search menu panel in top header. If you need more results you have to use advanced search API endpoint at `/search.json?q=`.
