From 880a0ba08ee8719a3d2c7fbd4bb53dcb5fe2adb5 Mon Sep 17 00:00:00 2001 From: Thomas Date: Sun, 19 Aug 2018 15:49:01 +0200 Subject: [PATCH] Add replies_count in Status entity (#666) --- Using-the-API/API.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Using-the-API/API.md b/Using-the-API/API.md index a6d36690..8d39bb0f 100644 --- a/Using-the-API/API.md +++ b/Using-the-API/API.md @@ -1054,6 +1054,7 @@ Most case client apps are compared to WebUI(JS), they should obey to JS implemen | `content` | Body of the status; this will contain HTML (remote HTML already sanitized) | no | | `created_at` | The time the status was created | no | | `emojis` | An array of [Emoji](#emoji) | no | +| `replies_count` | The number of replies for the status | no | | `reblogs_count` | The number of reblogs for the status | no | | `favourites_count` | The number of favourites for the status | no | | `reblogged` | Whether the authenticated user has reblogged the status | yes |