# Are Post Voting votes/replies accessible via API?

**URL:** https://meta.discourse.org/t/are-post-voting-votes-replies-accessible-via-api/296640
**Category:** Development
**Tags:** rest-api, post-voting
**Created:** [February 25, 2024, 5:50am UTC](https://meta.discourse.org/t/are-post-voting-votes-replies-accessible-via-api/296640 "2024-02-25T05:50:44Z")
**Posts on this page:** 1
**Showing post:** 2

<div class="post-metadata">

### Author: ![JammyDodger](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/jammydodger/32/254611_2.png) [@JammyDodger](https://meta.discourse.org/u/JammyDodger)
#### Post date: [February 25, 2024, 6:31am UTC](https://meta.discourse.org/t/are-post-voting-votes-replies-accessible-via-api/296640/2 "2024-02-25T06:31:37Z")

</div>

I think the best way to check if something is available through the API if it’s not already documented at [https://docs.discourse.org/](https://docs.discourse.org/) is to follow this guide:

> [@Reverse engineer the Discourse API](https://meta.discourse.org/t/reverse-engineer-the-discourse-api/20576):
>
> Discourse is backed by a complete JSON api. Anything you can do on the site you can also do using the JSON api. The API is documented at [docs.discourse.org](https://docs.discourse.org). You can also use the [discourse\_api](https://github.com/discourse/discourse_api) Ruby gem as a client library. However, not every endpoint is documented. To determine how to do something with the JSON API here are some steps you can follow. Example: recategorize a topic. Go to a topic and start editing a category: Open Chrome dev tools, switch to the Network tab, select …

---

_[View the full topic](https://meta.discourse.org/t/are-post-voting-votes-replies-accessible-via-api/296640)._
