> ## Documentation Index
> Fetch the complete documentation index at: https://docs.thepublive.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Homepage

> [DEPRECATED] Fetch homepage posts

<Warning>
  **Deprecated:** Use `/posts/` instead. See [Post Listing](/dxp/api-reference/content-delivery/post-listing).
</Warning>

`GET` `https://cds.thepublive.com/publisher/{publisher_id}/homepage/`

Returns posts for the homepage.

#### Migration

```bash theme={null}
# Old (deprecated)
GET /homepage/

# New (recommended)
GET /posts/?limit=20&sort_by=created_at&sort_order=desc
```
