# How to get all posts a user interacted with?

**URL:** https://meta.discourse.org/t/how-to-get-all-posts-a-user-interacted-with/117814
**Category:** Development
**Created:** [May 15, 2019, 3:07pm UTC](https://meta.discourse.org/t/how-to-get-all-posts-a-user-interacted-with/117814 "2019-05-15T15:07:34Z")
**Posts on this page:** 2
**Page:** 1

<div class="post-metadata">

### Author: ![nisevi](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/nisevi/32/138030_2.png) [@nisevi](https://meta.discourse.org/u/nisevi)
#### Post date: [May 15, 2019, 3:07pm UTC](https://meta.discourse.org/t/how-to-get-all-posts-a-user-interacted-with/117814/1 "2019-05-15T15:07:34Z")

</div>

Hi all! I’m trying to get all posts a user has interacted with. I need from each post:

1. Author;
2. Visits count;
3. Replies count;

Is there a way to get this information through the API?

I was thinking of getting all user actions and with the `target_post_id`s from that collection of results I will get all the posts. But still not sure if that is possible or even if I will get all the information I need. Still searching 👍🏼

---

<div class="post-metadata">

### Author: ![simon](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/simon/32/339122_2.png) [@simon](https://meta.discourse.org/u/simon)
#### Post date: [May 15, 2019, 3:37pm UTC](https://meta.discourse.org/t/how-to-get-all-posts-a-user-interacted-with/117814/2 "2019-05-15T15:37:40Z")

</div>

> [@nisevi](#):
>
> Is there a way to get this information through the API?

The easiest way to get this data would be with the [Data Explorer plugin](https://meta.discourse.org/t/data-explorer-plugin/32566).
