Skip to content
AniList API Docs
Search
K
Main Navigation
Guide
Reference
AniList
AniChart
Bluesky
Appearance
Bluesky
Menu
Return to top
On this page
ThreadComment
Forum Thread Comment
Field
Argument
Type
Description
id
Int
!
The id of the comment
userId
Int
The user id of the comment's owner
threadId
Int
The id of thread the comment belongs to
comment
String
The text content of the comment (Markdown)
asHtml
Boolean
Return the string in pre-parsed html instead of markdown
likeCount
Int
!
The amount of likes the comment has
isLiked
Boolean
If the currently authenticated user liked the comment
siteUrl
String
The url for the comment page on the AniList website
createdAt
Int
!
The time of the comments creation
updatedAt
Int
!
The time of the comments last update
thread
Thread
The thread the comment belongs to
user
User
The user who created the comment
likes
[
User
]
The users who liked the comment
childComments
Json
The comment's child reply comments
isLocked
Boolean
If the comment tree is locked and may not receive replies or edits
ThreadComment
Forum Thread Comment