POST /v1/douyin/billboard/fetch_hot_calendar_list
Fetch activity calendar
stable · 2 credits per success
Get the activity calendar;city_code: City code, get from city list, empty for all;category_code: Hot list category code, get from hot list category, empty for all;end_date: Snapshot end time format 10 digit timestamp;start_date: Snapshot start time format 10 digit timestamp;Activity calendar
Request parameters
| Name | Type | In | Required | Description | Example |
|---|---|---|---|---|---|
| end_date | integer | body | no | 快照结束时间 格式10位时间戳 | demo |
| city_code | string | body | no | 城市编码,从城市列表获取,空为全部 | demo |
| start_date | integer | body | no | 快照开始时间 格式10位时间戳 | demo |
| category_code | string | body | 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 2 credits. Any failure — including a 200 from upstream that fails the quality gate — costs 0.