Merge branch 'fix/instance-gen-custom-static' into 'develop'
[akkoma] / docs / API / admin_api.md
index 47acd240e05325b13d409c5a347de49cfb435584..3882763cd27df72e6f6bb5cb1c71a35d1c3bd7cf 100644 (file)
@@ -939,3 +939,20 @@ Loads json generated from `config/descriptions.exs`.
 - Params:
   - `nicknames`
 - Response: Array of user nicknames
+
+## `GET /api/pleroma/admin/stats`
+
+### Stats
+
+- Response:
+
+```json
+{
+  "status_visibility": {
+    "direct": 739,
+    "private": 9,
+    "public": 17,
+    "unlisted": 14
+  }
+}
+```