GET /v1/xiaohongshu/topic/feed
Topic Feed
stable · 13 credits per success
Paginated note feed under a topic, sortable by trend or recency. Echo the pagination fields from the previous page.
Request parameters
| Name | Type | In | Required | Description | Example |
|---|---|---|---|---|---|
| sort | string | query | no | 排序:trend 热度、time 最新 | demo |
| source | string | query | no | 来源标识 | demo |
| page_id | string | query | yes | 话题页面 ID | 5c1cc866febed9000184b7c1 |
| session_id | string | query | no | 会话 ID,翻页时保持一致 | demo |
| cursor_score | string | query | no | 分页游标分数,翻页时传入 | demo |
| last_note_ct | string | query | no | 上一页最后一条笔记创建时间 | demo |
| last_note_id | string | query | no | 上一页最后一条笔记 ID | demo |
| first_load_time | string | query | no | 首次加载时间戳,翻页时保持一致 | demo |
Response fields
Field dictionary coming soon — the executable panel shows the live shape.
Errors
| code | HTTP | Meaning | Billed |
|---|---|---|---|
| 40001 | 400 | Invalid parameters | no |
| 40102 | 401 | Invalid or revoked API Key | no |
| 40201 | 402 | Insufficient credits | no |
| 40402 | 404 | Resource not found | no |
| 42201 | 422 | Quality gate failed | no |
| 42901 | 429 | Rate limit exceeded | no |
| 50401 | 504 | Upstream timeout | no |
| 50201 | 502 | Upstream error | no |
Billing
Success costs 13 credits. Any failure — including a 200 from upstream that fails the quality gate — costs 0.