/iqiyi/videos/comments

POST /api/iqiyi/videos/comments

Price: 10 credits

Get the viewer comments on an iQIYI video, newest first, with each comment's replies following it. Every comment carries its text, the language it was written in, the author with their avatar, the user it replies to, the reply count and the time it was posted.

How to use it

Comments belong to an individual video, not to the series — pass an episode id, and use /iqiyi/albums/videos to turn an album into episode ids. `lang` picks which language's comment board you read: en_us, zh_cn and th_th return three disjoint sets on the same video, so one call never gives you every comment on a video and seeing them all means calling once per language. Threads are flattened: a reply follows the comment it answers and carries `reply_to_user`, while `reply_count` on that comment says how many replies exist — the first ten of them are returned. `like_count` is filled for only a few comments and its absence does not mean zero.

Parameters

Request body

Response

Errors

Response headers