[中文]#
用途:#
获取指定话题的详细信息,包括话题名称、浏览量、讨论数、分享信息等
参数:#
page_id: 话题页面ID(必需),如 "5c1cc866febed9000184b7c1"
note_id: 来源笔记ID,从笔记跳转到话题时传入(可选)
返回:#
话题详情数据,包含 page_info(名称/浏览量/讨论数)、tabs、share_info 等
[English]#
Purpose:#
Get topic detail info, including topic name, view count, discussion count, share info, etc.
Parameters:#
page_id: Topic page ID (required), e.g. "5c1cc866febed9000184b7c1"
source: Source, default "normal"
note_id: Source note ID, pass when jumping from note to topic (optional)
Return:#
Topic detail data, including page_info (name/view count/discussion count), tabs, share_info, etc.
[示例/Example]#
page_id="5c1cc866febed9000184b7c1"Request
Provide your bearer token in the Authorization
header when making requests to protected resources. Example:Authorization: Bearer ********************
or
Request Code Samples
curl --location 'https://api.tikomni.com/api/u1/v1/xiaohongshu/app_v2/get_topic_info?page_id=5c1cc866febed9000184b7c1&source=normal¬e_id=' \
--header 'Authorization: Bearer <token>'
Modified at 2026-06-11 22:47:42