Refer friends and earn rewards this week
Kongo Docs

Get Series Comment Count

Returns comment count for a series

Get Help
GET
/series/{id}/comments/count

Path Parameters

id*string

Series id or slug

Response Body

application/json

application/json

application/json

curl -X GET "https://example.com/series/string/comments/count"
{  "count": 0}
{  "type": "bad request",  "error": "q is required"}
{  "type": "not found error",  "error": "id not found"}