# L'API non restituisce il valore del Nome del post

**URL:** https://meta.discourse.org/t/api-is-not-returning-post-name-value/360327
**Category:** Development
**Created:** [4 Aprile 2025, 1:21am UTC](https://meta.discourse.org/t/api-is-not-returning-post-name-value/360327 "2025-04-04T01:21:01Z")
**Posts on this page:** 1
**Showing post:** 6

<div class="post-metadata">

### Author: ![Arkshine](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/arkshine/32/298682_2.png) [@Arkshine](https://meta.discourse.org/u/Arkshine)
#### Post date: [4 Aprile 2025, 2:15am UTC](https://meta.discourse.org/t/api-is-not-returning-post-name-value/360327/6 "2025-04-04T02:15:59Z")

</div>

`post_stream` → `posts` restituisce i primi 20 post. Puoi usare la query `?page=`.  
`post_stream` → `streams` restituisce tutti gli ID dei post dell’argomento.

Guida aggiuntiva se desideri ottenere post specifici:

> [@Fetch All Posts from a Topic Using the API](https://meta.discourse.org/t/fetch-all-posts-from-a-topic-using-the-api/260886):
>
> notebook_with_decorative_cover This is a how-to guide explaining how to fetch all posts from a topic using the Discourse API The results returned by the Discourse API for many routes are paginated. For example, the API endpoint for [“Get A Single Topic”](https://docs.discourse.org/#tag/Topics/operation/getTopic) - Ex: https://examplesite/t/{id}.json will only return 20 posts by default, even if the topic contains more than 20 posts. Due to this behavior, there are two ways you can use the Discourse API to fetch all posts for a topic using the .../t…

---

_[View the full topic](https://meta.discourse.org/t/api-is-not-returning-post-name-value/360327)._
