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

# Posts by Tag

> [DEPRECATED] Fetch posts by tag ID

<Warning>
  **Deprecated:** Use `/posts/?tags.id__eq={tag_id}` instead. See [Post Listing](/dxp/api-reference/content-delivery/post-listing).
</Warning>

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

Returns posts tagged with a specific tag.

#### Migration

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

# New (recommended)
GET /posts/?tags.id__eq=500
```
