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

# Latest Posts

> [DEPRECATED] Fetch latest posts by type

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

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

Returns the latest posts of a specific type.

#### Migration

```bash theme={null}
# Old (deprecated)
GET /latest-posts/Article/

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