Back to WeChat
TikHub·WeChat

WeChat Channels V2: Get WeChat Channels Live Detail

/api/v1/wechat_channels/v2/fetch_live_detailsync$0.015 / call

Pass a live liveid to get live-room detail: anchor info, live status, online count, replay info, etc.. Price: $0.01 per request. ⏱️ Due to WeChat server latency, this endpoint responds slowly; please set your client request timeout to 30 seconds — a timeout that is too small may result in being billed without receiving the response.. ⚠️ Large-integer ID precision: IDs such as liveid in the respons… (TikHub · WeChat Channels V2)

Input
FieldTypeRequiredDescription
live_idstringyesLive ID (numeric)
sceneintegerEntry scene, default 5 (default 5)
finder_usernamestringAnchor finder username (optional, improves hit rate) (default "")
rawbooleanTrue=raw response; False=simplified parsed structure (default true)

Run it

curl -s https://sooma.dev/v1/run \ -H "Authorization: Bearer $SOOMA_API_KEY" \ -H "Content-Type: application/json" \ -d '{"provider":"tikhub","endpoint":"/api/v1/wechat_channels/v2/fetch_live_detail","input":{}}'

Or ask your agent: it will call inspect for this schema and run it over MCP.