Hikka Docs Hikka Docs
EndpointsArticles

Get Article Top

GET
/articles/stats

Header Parameters

auth?|
auth?|

Response Body

application/json

application/json

curl -X GET "https://api.hikka.io/articles/stats"
{
  "authors": [
    {
      "user": {
        "reference": "c773d0bf-1c42-4c18-aec8-1bdd8cb0a434",
        "updated": 1686088809,
        "created": 1686088809,
        "description": "Hikka",
        "username": "hikka",
        "cover": "string",
        "active": true,
        "avatar": "string",
        "role": "string",
        "is_followed": true
      },
      "total_articles": 0,
      "total_comments": 0,
      "author_score": 0,
      "total_likes": 0
    }
  ],
  "tags": [
    {
      "content_count": 0,
      "name": "string"
    }
  ]
}
{
  "message": "Example error message",
  "code": "example_error"
}