> ## 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.

# Featured Posts

> [DEPRECATED] Fetch featured posts

<Warning>
  **Deprecated:** This endpoint has no direct replacement. Use the [Post Listing](/dxp/api-reference/content-delivery/post-listing) endpoint with appropriate filters.
</Warning>

`GET` `https://cds.thepublive.com/publisher/{publisher_id}/featured-posts/`

Returns featured/highlighted posts.

#### Migration

Use the Post Listing endpoint with sorting and filtering to curate featured content:

```bash theme={null}
GET /posts/?sort_by=created_at&sort_order=desc&limit=5
```
