# How to know if a post has been replied or not via API?

**URL:** https://meta.discourse.org/t/how-to-know-if-a-post-has-been-replied-or-not-via-api/139729
**Category:** Development
**Created:** [January 25, 2020, 9:22pm UTC](https://meta.discourse.org/t/how-to-know-if-a-post-has-been-replied-or-not-via-api/139729 "2020-01-25T21:22:26Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![Ojus\_Save](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/ojus_save/32/167673_2.png) [@Ojus\_Save](https://meta.discourse.org/u/Ojus_Save)
#### Post date: [January 25, 2020, 9:22pm UTC](https://meta.discourse.org/t/how-to-know-if-a-post-has-been-replied-or-not-via-api/139729/1 "2020-01-25T21:22:26Z")

</div>

Hi,

I am trying to get post.json that gives me list of all the latest, I want to understand how to know if a post has been replied? For e.g: I have two replies on a post, but “reply\_count” , and “reply\_to\_post\_number” are 0 and null respectively. Is there anyway to figure this out?
