# Is het mogelijk om via de API te vinden wie heeft gereageerd?

**URL:** https://meta.discourse.org/t/is-it-possible-to-find-who-reacted-via-the-api/272286
**Category:** Development
**Tags:** reactions, rest-api
**Created:** [25 juni 2021 om 14:27 UTC](https://meta.discourse.org/t/is-it-possible-to-find-who-reacted-via-the-api/272286 "2021-06-25T14:27:06Z")
**Posts on this page:** 1
**Showing post:** 1

<div class="post-metadata">

### Author: ![mcmcclur](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/mcmcclur/32/115456_2.png) [@mcmcclur](https://meta.discourse.org/u/mcmcclur)
#### Post date: [25 juni 2021 om 14:27 UTC](https://meta.discourse.org/t/is-it-possible-to-find-who-reacted-via-the-api/272286/1 "2021-06-25T14:27:06Z")

</div>

This installed and runs well on my little forum - thanks!!

I wonder - is it possible to get information on who reacted and how to a post via the API? For example, we can generate a JSON response detailing who “likes” the original post in this topic via the following API request:

```
https://meta.discourse.org/post_action_users.json?post_action_type_id=2&id=904584

```

I’m wondering if we can get similar information broken down by reaction type via the API?

I’m aware that we can set which reaction corresponds to a “like” via the “discourse reactions reaction for like” item in the plugin settings and I’m guessing that there’s no further way to distinguish between the reactions, but I thought I’d check.

### Context

As a University Professor, I use small Discourse instances as discussion forums in my classes. I often make assigned topics that students are required to respond to for points. Students know they get the points, when they get a “like” from me. The best part is that I can use the API to automatically tally the points. It would be nice to associate different point levels with different reactions.

---

_[View the full topic](https://meta.discourse.org/t/is-it-possible-to-find-who-reacted-via-the-api/272286)._
