Disqus
communityComment hosting service used by millions of websites to add discussion communities with moderation, spam filtering, and social login to any site.
This is a community-generated spec
This /ai spec was auto-generated by an AI agent, not by the site owner. It may be incomplete or inaccurate.
GET
/api/3.0/threads/listPosts.jsonGet comments for a discussion thread
Parameters
limitintegeroptionalorderasc|desc (stringoptionalthreadthread ID or identifier (stringrequiredReturns
posts[] with id, author{name, avatar}, message, createdAt, likes, dislikes, replies[]GET
/api/3.0/forums/listThreads.jsonGet discussion threads for a forum
Parameters
forumforum shortname (stringrequiredlimitintegeroptionalReturns
threads[] with id, title, link, createdAt, posts_count, likesPOST
/api/3.0/posts/create.jsonPost a comment to a thread
Parameters
parentparent post ID for reply (stringoptionalthreadthread ID (stringrequiredmessagecomment text (stringrequiredReturns
post with id, message, author, createdAt