Skip to main content
POST
Get WeChat MP Comment Replies
Get WeChat MP Comment Replies Pricing — base $0.0145 per successful call (provider cost × 1.45; final charge scales by your plan multiplier). Charged only when the upstream response body code is 200.
Response structure is not yet fully documented — refer to the actual API response.

Example

Authorizations

Authorization
string
header
required

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

Body

application/json
url
string
required

Maximum string length: 2048
Pattern: ^https?://mp\.weixin\.qq\.com/s([/?].+)?$
Example:

"http://mp.weixin.qq.com/s?__biz=Mzk3NTA0MzM5NA==&mid=2247483745&idx=1&sn=3f34e768cf457a501038991ed30be1f4#rd"

content_id
string | null
default:""

content_id (numeric) of the target first-level comment; defaults to the first comment that has replies

Maximum string length: 32
Pattern: ^[0-9]*$
Example:

"12109128638545265979"

offset
integer
default:0

Reply pagination offset, 0 for first page; pass next_offset from the previous response when has_more=true

Required range: x >= 0
comment_id
string | null

Article comment id (optional, performance shortcut): when omitted, upstream must fetch and parse the whole article HTML to obtain it, which accounts for about half of this endpoint's latency

Maximum string length: 32
Pattern: ^[0-9]*$
raw
boolean
default:true

True=raw response; False=simplified parsed structure

Response

200

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