Skip to main content
GET
Post Comments
Returns post with title, author, selftext, score, ups, upvote_ratio, num_comments, created_utc, permalink, archived and locked, then comments, each with author, body, score, ups, downs, created_utc, parent_id, permalink and a nested replies object holding items and more.
Paging is a third shape again: the top level carries more.has_more and more.cursor, not the after of get_reddit_search or the cursor of get_reddit_subreddit_search.
Measured at about 21 KB for 19 top-level comments. To find posts worth opening, start from get_reddit_search or get_reddit_subreddit.

Example

Authorizations

Authorization
string
header
required

AIsa API key. Get yours at https://aisa.one

Query Parameters

url
string
required

Reddit post URL

cursor
string

Cursor to get more comments, or replies.

trim
boolean

Set to true for a trimmed down version of the response

Response

200 - application/json

Successful response

success
boolean
credits_remaining
integer
comments
object[]
cursor
string | null