Skip to main content
GET
Fetch Reddit APP Comment Replies (Sub-comments)
获取Reddit APP评论回复(二级评论) 计费 — 成功调用基准价 $0.00145(= provider 成本 × 1.45;最终扣费按你的套餐倍率浮动)。仅当上游响应体 code200 时计费。
响应结构尚未完整文档化 —— 以实际调用为准

示例

授权

Authorization
string
header
必填

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

查询参数

language
string
默认值:en-US

Preferred response language as an IETF language tag; default: en-US

Required string length: 2 - 16
Pattern: ^[A-Za-z]{2,3}(?:-[A-Za-z0-9]{2,8})*$
post_id
string
必填

Post ID

Required string length: 4 - 20
Pattern: ^t3_[a-z0-9]{1,17}$
cursor
string
必填

Comment cursor from more.cursor field

Required string length: 13 - 4096
Pattern: ^commenttree:
sort_type
enum<string>
默认值:CONFIDENCE

Sort method: CONFIDENCE, NEW, TOP, HOT, CONTROVERSIAL, OLD, RANDOM

可用选项:
CONFIDENCE,
NEW,
TOP,
HOT,
CONTROVERSIAL,
OLD,
RANDOM
need_format
boolean
默认值:false

Whether to clean and format the data

响应

200

Successful response. Response structure varies; refer to the actual API response.