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

# Post by Slug

> [DEPRECATED] Fetch a post by slug

<Warning>
  **Deprecated:** Use `/post/{slug}/` instead. See [Post Details](/dxp/api-reference/content-delivery/post-details).
</Warning>

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

Returns a single post by its slug.

#### Migration

```bash theme={null}
# Old (deprecated)
GET /posts_by_slug/union-budget-2026-highlights/

# New (recommended)
GET /post/union-budget-2026-highlights/
```
