@tikomni/skills 0.1.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.skill-package-allowlist.txt +4 -0
- package/LICENSE +21 -0
- package/README.md +167 -0
- package/README.zh-CN.md +167 -0
- package/bin/tikomni-skills.js +127 -0
- package/env.example +160 -0
- package/lib/installer.js +176 -0
- package/package.json +44 -0
- package/skills/creator-analysis/SKILL.md +71 -0
- package/skills/creator-analysis/agents/openai.yaml +4 -0
- package/skills/creator-analysis/env.example +36 -0
- package/skills/creator-analysis/references/api-capability-index.md +92 -0
- package/skills/creator-analysis/references/api-contracts/asr-api.md +130 -0
- package/skills/creator-analysis/references/api-contracts/bilibili-app-api.md +776 -0
- package/skills/creator-analysis/references/api-contracts/bilibili-web-api.md +2017 -0
- package/skills/creator-analysis/references/api-contracts/demo-api.md +717 -0
- package/skills/creator-analysis/references/api-contracts/douyin-app-v3-api.md +3594 -0
- package/skills/creator-analysis/references/api-contracts/douyin-billboard-api.md +2274 -0
- package/skills/creator-analysis/references/api-contracts/douyin-creator-api.md +1575 -0
- package/skills/creator-analysis/references/api-contracts/douyin-creator-v2-api.md +3254 -0
- package/skills/creator-analysis/references/api-contracts/douyin-search-api.md +4118 -0
- package/skills/creator-analysis/references/api-contracts/douyin-web-api.md +5544 -0
- package/skills/creator-analysis/references/api-contracts/douyin-xingtu-api.md +1916 -0
- package/skills/creator-analysis/references/api-contracts/douyin-xingtu-v2-api.md +1540 -0
- package/skills/creator-analysis/references/api-contracts/health-check.md +69 -0
- package/skills/creator-analysis/references/api-contracts/hybrid-parsing.md +78 -0
- package/skills/creator-analysis/references/api-contracts/instagram-v1-api.md +2256 -0
- package/skills/creator-analysis/references/api-contracts/instagram-v2-api.md +2011 -0
- package/skills/creator-analysis/references/api-contracts/instagram-v3-api.md +2630 -0
- package/skills/creator-analysis/references/api-contracts/ios-shortcut.md +44 -0
- package/skills/creator-analysis/references/api-contracts/kuaishou-app-api.md +1518 -0
- package/skills/creator-analysis/references/api-contracts/kuaishou-web-api.md +1242 -0
- package/skills/creator-analysis/references/api-contracts/lemon8-app-api.md +1088 -0
- package/skills/creator-analysis/references/api-contracts/linkedin-web-api.md +1949 -0
- package/skills/creator-analysis/references/api-contracts/media-ingest-api.md +126 -0
- package/skills/creator-analysis/references/api-contracts/pipixia-app-api.md +1142 -0
- package/skills/creator-analysis/references/api-contracts/reddit-app-api.md +2025 -0
- package/skills/creator-analysis/references/api-contracts/sora2-api.md +2266 -0
- package/skills/creator-analysis/references/api-contracts/temp-mail-api.md +208 -0
- package/skills/creator-analysis/references/api-contracts/threads-web-api.md +897 -0
- package/skills/creator-analysis/references/api-contracts/tikhub-downloader-api.md +134 -0
- package/skills/creator-analysis/references/api-contracts/tikhub-user-api.md +494 -0
- package/skills/creator-analysis/references/api-contracts/tiktok-ads-api.md +5947 -0
- package/skills/creator-analysis/references/api-contracts/tiktok-analytics-api.md +968 -0
- package/skills/creator-analysis/references/api-contracts/tiktok-app-v3-api.md +5735 -0
- package/skills/creator-analysis/references/api-contracts/tiktok-creator-api.md +1951 -0
- package/skills/creator-analysis/references/api-contracts/tiktok-interaction-api.md +742 -0
- package/skills/creator-analysis/references/api-contracts/tiktok-shop-web-api.md +1890 -0
- package/skills/creator-analysis/references/api-contracts/tiktok-web-api.md +4448 -0
- package/skills/creator-analysis/references/api-contracts/toutiao-app-api.md +342 -0
- package/skills/creator-analysis/references/api-contracts/toutiao-web-api.md +143 -0
- package/skills/creator-analysis/references/api-contracts/twitter-web-api.md +989 -0
- package/skills/creator-analysis/references/api-contracts/wechat-channels-api.md +809 -0
- package/skills/creator-analysis/references/api-contracts/wechat-media-platform-web-api.md +677 -0
- package/skills/creator-analysis/references/api-contracts/weibo-app-api.md +1547 -0
- package/skills/creator-analysis/references/api-contracts/weibo-web-api.md +798 -0
- package/skills/creator-analysis/references/api-contracts/weibo-web-v2-api.md +2459 -0
- package/skills/creator-analysis/references/api-contracts/xiaohongshu-app-api.md +1291 -0
- package/skills/creator-analysis/references/api-contracts/xiaohongshu-app-v2-api.md +1683 -0
- package/skills/creator-analysis/references/api-contracts/xiaohongshu-web-api.md +1324 -0
- package/skills/creator-analysis/references/api-contracts/xiaohongshu-web-v2-api.md +1209 -0
- package/skills/creator-analysis/references/api-contracts/xigua-app-v2-api.md +489 -0
- package/skills/creator-analysis/references/api-contracts/youtube-web-api.md +2636 -0
- package/skills/creator-analysis/references/api-contracts/youtube-web-v2-api.md +2660 -0
- package/skills/creator-analysis/references/api-contracts/zhihu-web-api.md +2315 -0
- package/skills/creator-analysis/references/api-tags/asr-api.md +100 -0
- package/skills/creator-analysis/references/api-tags/bilibili-app-api.md +482 -0
- package/skills/creator-analysis/references/api-tags/bilibili-web-api.md +1267 -0
- package/skills/creator-analysis/references/api-tags/demo-api.md +365 -0
- package/skills/creator-analysis/references/api-tags/douyin-app-v3-api.md +2012 -0
- package/skills/creator-analysis/references/api-tags/douyin-billboard-api.md +1428 -0
- package/skills/creator-analysis/references/api-tags/douyin-creator-api.md +694 -0
- package/skills/creator-analysis/references/api-tags/douyin-creator-v2-api.md +694 -0
- package/skills/creator-analysis/references/api-tags/douyin-search-api.md +1059 -0
- package/skills/creator-analysis/references/api-tags/douyin-web-api.md +3314 -0
- package/skills/creator-analysis/references/api-tags/douyin-xingtu-api.md +935 -0
- package/skills/creator-analysis/references/api-tags/douyin-xingtu-v2-api.md +925 -0
- package/skills/creator-analysis/references/api-tags/health-check.md +40 -0
- package/skills/creator-analysis/references/api-tags/hybrid-parsing.md +57 -0
- package/skills/creator-analysis/references/api-tags/instagram-v1-api.md +1224 -0
- package/skills/creator-analysis/references/api-tags/instagram-v2-api.md +1147 -0
- package/skills/creator-analysis/references/api-tags/instagram-v3-api.md +1123 -0
- package/skills/creator-analysis/references/api-tags/ios-shortcut.md +45 -0
- package/skills/creator-analysis/references/api-tags/kuaishou-app-api.md +846 -0
- package/skills/creator-analysis/references/api-tags/kuaishou-web-api.md +551 -0
- package/skills/creator-analysis/references/api-tags/lemon8-app-api.md +687 -0
- package/skills/creator-analysis/references/api-tags/linkedin-web-api.md +1105 -0
- package/skills/creator-analysis/references/api-tags/media-ingest-api.md +112 -0
- package/skills/creator-analysis/references/api-tags/pipixia-app-api.md +721 -0
- package/skills/creator-analysis/references/api-tags/reddit-app-api.md +1057 -0
- package/skills/creator-analysis/references/api-tags/sora2-api.md +737 -0
- package/skills/creator-analysis/references/api-tags/temp-mail-api.md +136 -0
- package/skills/creator-analysis/references/api-tags/threads-web-api.md +472 -0
- package/skills/creator-analysis/references/api-tags/tikhub-downloader-api.md +65 -0
- package/skills/creator-analysis/references/api-tags/tikhub-user-api.md +253 -0
- package/skills/creator-analysis/references/api-tags/tiktok-ads-api.md +1393 -0
- package/skills/creator-analysis/references/api-tags/tiktok-analytics-api.md +179 -0
- package/skills/creator-analysis/references/api-tags/tiktok-app-v3-api.md +3264 -0
- package/skills/creator-analysis/references/api-tags/tiktok-creator-api.md +709 -0
- package/skills/creator-analysis/references/api-tags/tiktok-interaction-api.md +366 -0
- package/skills/creator-analysis/references/api-tags/tiktok-shop-web-api.md +663 -0
- package/skills/creator-analysis/references/api-tags/tiktok-web-api.md +2516 -0
- package/skills/creator-analysis/references/api-tags/toutiao-app-api.md +220 -0
- package/skills/creator-analysis/references/api-tags/toutiao-web-api.md +96 -0
- package/skills/creator-analysis/references/api-tags/twitter-web-api.md +562 -0
- package/skills/creator-analysis/references/api-tags/wechat-channels-api.md +405 -0
- package/skills/creator-analysis/references/api-tags/wechat-media-platform-web-api.md +431 -0
- package/skills/creator-analysis/references/api-tags/weibo-app-api.md +851 -0
- package/skills/creator-analysis/references/api-tags/weibo-web-api.md +470 -0
- package/skills/creator-analysis/references/api-tags/weibo-web-v2-api.md +1405 -0
- package/skills/creator-analysis/references/api-tags/xiaohongshu-app-api.md +534 -0
- package/skills/creator-analysis/references/api-tags/xiaohongshu-app-v2-api.md +934 -0
- package/skills/creator-analysis/references/api-tags/xiaohongshu-web-api.md +757 -0
- package/skills/creator-analysis/references/api-tags/xiaohongshu-web-v2-api.md +762 -0
- package/skills/creator-analysis/references/api-tags/xigua-app-v2-api.md +308 -0
- package/skills/creator-analysis/references/api-tags/youtube-web-api.md +934 -0
- package/skills/creator-analysis/references/api-tags/youtube-web-v2-api.md +717 -0
- package/skills/creator-analysis/references/api-tags/zhihu-web-api.md +1384 -0
- package/skills/creator-analysis/references/asr-orchestration.md +33 -0
- package/skills/creator-analysis/references/config-templates/defaults.yaml +60 -0
- package/skills/creator-analysis/references/contracts/creator-card-fields.md +23 -0
- package/skills/creator-analysis/references/contracts/work-card-fields.md +32 -0
- package/skills/creator-analysis/references/platform-guides/douyin.md +49 -0
- package/skills/creator-analysis/references/platform-guides/generic.md +46 -0
- package/skills/creator-analysis/references/platform-guides/xiaohongshu.md +54 -0
- package/skills/creator-analysis/references/prompt-contracts/asr-clean.md +28 -0
- package/skills/creator-analysis/references/prompt-contracts/author-analysis-v2.md +46 -0
- package/skills/creator-analysis/references/prompt-contracts/author-analysis.md +49 -0
- package/skills/creator-analysis/references/prompt-contracts/cta.md +24 -0
- package/skills/creator-analysis/references/prompt-contracts/hook.md +25 -0
- package/skills/creator-analysis/references/prompt-contracts/insight.md +47 -0
- package/skills/creator-analysis/references/prompt-contracts/sampled-work-batch-explanations.md +30 -0
- package/skills/creator-analysis/references/prompt-contracts/structure.md +25 -0
- package/skills/creator-analysis/references/prompt-contracts/style.md +27 -0
- package/skills/creator-analysis/references/prompt-contracts/summary.md +29 -0
- package/skills/creator-analysis/references/prompt-contracts/topic.md +29 -0
- package/skills/creator-analysis/references/schemas/author-analysis-input-v1.schema.json +325 -0
- package/skills/creator-analysis/references/schemas/author-analysis-v2.schema.json +158 -0
- package/skills/creator-analysis/references/schemas/sampled-work-batch-explanations.schema.json +41 -0
- package/skills/creator-analysis/references/service-guides/asr-u2-u3-fallback.md +75 -0
- package/skills/creator-analysis/references/workflow.md +18 -0
- package/skills/creator-analysis/scripts/__init__.py +0 -0
- package/skills/creator-analysis/scripts/author_home/__init__.py +0 -0
- package/skills/creator-analysis/scripts/author_home/adapters/__init__.py +0 -0
- package/skills/creator-analysis/scripts/author_home/adapters/platform_adapters.py +299 -0
- package/skills/creator-analysis/scripts/author_home/analyzers/__init__.py +0 -0
- package/skills/creator-analysis/scripts/author_home/analyzers/author_analysis_v2_support.py +1122 -0
- package/skills/creator-analysis/scripts/author_home/analyzers/prompt_first_analyzers.py +260 -0
- package/skills/creator-analysis/scripts/author_home/analyzers/sampled_work_batch_explainer.py +260 -0
- package/skills/creator-analysis/scripts/author_home/asr/__init__.py +5 -0
- package/skills/creator-analysis/scripts/author_home/asr/home_asr.py +961 -0
- package/skills/creator-analysis/scripts/author_home/builders/__init__.py +0 -0
- package/skills/creator-analysis/scripts/author_home/builders/home_builders.py +149 -0
- package/skills/creator-analysis/scripts/author_home/collectors/__init__.py +0 -0
- package/skills/creator-analysis/scripts/author_home/collectors/homepage_collectors.py +636 -0
- package/skills/creator-analysis/scripts/author_home/orchestrator/__init__.py +0 -0
- package/skills/creator-analysis/scripts/author_home/orchestrator/run_author_analysis.py +491 -0
- package/skills/creator-analysis/scripts/author_home/orchestrator/work_analysis_artifacts.py +553 -0
- package/skills/creator-analysis/scripts/author_home/schema.py +417 -0
- package/skills/creator-analysis/scripts/core/__init__.py +0 -0
- package/skills/creator-analysis/scripts/core/analysis_pipeline.py +133 -0
- package/skills/creator-analysis/scripts/core/bootstrap_env.py +35 -0
- package/skills/creator-analysis/scripts/core/config_loader.py +418 -0
- package/skills/creator-analysis/scripts/core/extract_pipeline.py +173 -0
- package/skills/creator-analysis/scripts/core/progress_report.py +111 -0
- package/skills/creator-analysis/scripts/core/storage_router.py +253 -0
- package/skills/creator-analysis/scripts/core/tikomni_common.py +588 -0
- package/skills/creator-analysis/scripts/pipeline/__init__.py +0 -0
- package/skills/creator-analysis/scripts/pipeline/asr/__init__.py +0 -0
- package/skills/creator-analysis/scripts/pipeline/asr/asr_pipeline.py +1189 -0
- package/skills/creator-analysis/scripts/pipeline/asr/poll_u2_task.py +95 -0
- package/skills/creator-analysis/scripts/platform/__init__.py +0 -0
- package/skills/creator-analysis/scripts/platform/douyin/__init__.py +0 -0
- package/skills/creator-analysis/scripts/platform/douyin/douyin_video_type_matrix.py +224 -0
- package/skills/creator-analysis/scripts/platform/douyin/run_douyin_single_video.py +1208 -0
- package/skills/creator-analysis/scripts/platform/douyin/select_low_quality_video_url.py +200 -0
- package/skills/creator-analysis/scripts/platform/xiaohongshu/__init__.py +0 -0
- package/skills/creator-analysis/scripts/platform/xiaohongshu/run_xiaohongshu_extract.py +2128 -0
- package/skills/creator-analysis/scripts/writers/__init__.py +0 -0
- package/skills/creator-analysis/scripts/writers/write_author_homepage_samples.py +106 -0
- package/skills/creator-analysis/scripts/writers/write_benchmark_card.py +1402 -0
- package/skills/meta-capability/SKILL.md +69 -0
- package/skills/meta-capability/agents/openai.yaml +4 -0
- package/skills/meta-capability/env.example +42 -0
- package/skills/meta-capability/references/api-capability-index.md +92 -0
- package/skills/meta-capability/references/api-contracts/asr-api.md +130 -0
- package/skills/meta-capability/references/api-contracts/bilibili-app-api.md +776 -0
- package/skills/meta-capability/references/api-contracts/bilibili-web-api.md +2017 -0
- package/skills/meta-capability/references/api-contracts/demo-api.md +717 -0
- package/skills/meta-capability/references/api-contracts/douyin-app-v3-api.md +3594 -0
- package/skills/meta-capability/references/api-contracts/douyin-billboard-api.md +2274 -0
- package/skills/meta-capability/references/api-contracts/douyin-creator-api.md +1575 -0
- package/skills/meta-capability/references/api-contracts/douyin-creator-v2-api.md +3254 -0
- package/skills/meta-capability/references/api-contracts/douyin-search-api.md +4118 -0
- package/skills/meta-capability/references/api-contracts/douyin-web-api.md +5544 -0
- package/skills/meta-capability/references/api-contracts/douyin-xingtu-api.md +1916 -0
- package/skills/meta-capability/references/api-contracts/douyin-xingtu-v2-api.md +1540 -0
- package/skills/meta-capability/references/api-contracts/health-check.md +69 -0
- package/skills/meta-capability/references/api-contracts/hybrid-parsing.md +78 -0
- package/skills/meta-capability/references/api-contracts/instagram-v1-api.md +2256 -0
- package/skills/meta-capability/references/api-contracts/instagram-v2-api.md +2011 -0
- package/skills/meta-capability/references/api-contracts/instagram-v3-api.md +2630 -0
- package/skills/meta-capability/references/api-contracts/ios-shortcut.md +44 -0
- package/skills/meta-capability/references/api-contracts/kuaishou-app-api.md +1518 -0
- package/skills/meta-capability/references/api-contracts/kuaishou-web-api.md +1242 -0
- package/skills/meta-capability/references/api-contracts/lemon8-app-api.md +1088 -0
- package/skills/meta-capability/references/api-contracts/linkedin-web-api.md +1949 -0
- package/skills/meta-capability/references/api-contracts/media-ingest-api.md +126 -0
- package/skills/meta-capability/references/api-contracts/pipixia-app-api.md +1142 -0
- package/skills/meta-capability/references/api-contracts/reddit-app-api.md +2025 -0
- package/skills/meta-capability/references/api-contracts/sora2-api.md +2266 -0
- package/skills/meta-capability/references/api-contracts/temp-mail-api.md +208 -0
- package/skills/meta-capability/references/api-contracts/threads-web-api.md +897 -0
- package/skills/meta-capability/references/api-contracts/tikhub-downloader-api.md +134 -0
- package/skills/meta-capability/references/api-contracts/tikhub-user-api.md +494 -0
- package/skills/meta-capability/references/api-contracts/tiktok-ads-api.md +5947 -0
- package/skills/meta-capability/references/api-contracts/tiktok-analytics-api.md +968 -0
- package/skills/meta-capability/references/api-contracts/tiktok-app-v3-api.md +5735 -0
- package/skills/meta-capability/references/api-contracts/tiktok-creator-api.md +1951 -0
- package/skills/meta-capability/references/api-contracts/tiktok-interaction-api.md +742 -0
- package/skills/meta-capability/references/api-contracts/tiktok-shop-web-api.md +1890 -0
- package/skills/meta-capability/references/api-contracts/tiktok-web-api.md +4448 -0
- package/skills/meta-capability/references/api-contracts/toutiao-app-api.md +342 -0
- package/skills/meta-capability/references/api-contracts/toutiao-web-api.md +143 -0
- package/skills/meta-capability/references/api-contracts/twitter-web-api.md +989 -0
- package/skills/meta-capability/references/api-contracts/wechat-channels-api.md +809 -0
- package/skills/meta-capability/references/api-contracts/wechat-media-platform-web-api.md +677 -0
- package/skills/meta-capability/references/api-contracts/weibo-app-api.md +1547 -0
- package/skills/meta-capability/references/api-contracts/weibo-web-api.md +798 -0
- package/skills/meta-capability/references/api-contracts/weibo-web-v2-api.md +2459 -0
- package/skills/meta-capability/references/api-contracts/xiaohongshu-app-api.md +1291 -0
- package/skills/meta-capability/references/api-contracts/xiaohongshu-app-v2-api.md +1683 -0
- package/skills/meta-capability/references/api-contracts/xiaohongshu-web-api.md +1324 -0
- package/skills/meta-capability/references/api-contracts/xiaohongshu-web-v2-api.md +1209 -0
- package/skills/meta-capability/references/api-contracts/xigua-app-v2-api.md +489 -0
- package/skills/meta-capability/references/api-contracts/youtube-web-api.md +2636 -0
- package/skills/meta-capability/references/api-contracts/youtube-web-v2-api.md +2660 -0
- package/skills/meta-capability/references/api-contracts/zhihu-web-api.md +2315 -0
- package/skills/meta-capability/references/api-tags/asr-api.md +100 -0
- package/skills/meta-capability/references/api-tags/bilibili-app-api.md +482 -0
- package/skills/meta-capability/references/api-tags/bilibili-web-api.md +1267 -0
- package/skills/meta-capability/references/api-tags/demo-api.md +365 -0
- package/skills/meta-capability/references/api-tags/douyin-app-v3-api.md +2012 -0
- package/skills/meta-capability/references/api-tags/douyin-billboard-api.md +1428 -0
- package/skills/meta-capability/references/api-tags/douyin-creator-api.md +694 -0
- package/skills/meta-capability/references/api-tags/douyin-creator-v2-api.md +694 -0
- package/skills/meta-capability/references/api-tags/douyin-search-api.md +1059 -0
- package/skills/meta-capability/references/api-tags/douyin-web-api.md +3314 -0
- package/skills/meta-capability/references/api-tags/douyin-xingtu-api.md +935 -0
- package/skills/meta-capability/references/api-tags/douyin-xingtu-v2-api.md +925 -0
- package/skills/meta-capability/references/api-tags/health-check.md +40 -0
- package/skills/meta-capability/references/api-tags/hybrid-parsing.md +57 -0
- package/skills/meta-capability/references/api-tags/instagram-v1-api.md +1224 -0
- package/skills/meta-capability/references/api-tags/instagram-v2-api.md +1147 -0
- package/skills/meta-capability/references/api-tags/instagram-v3-api.md +1123 -0
- package/skills/meta-capability/references/api-tags/ios-shortcut.md +45 -0
- package/skills/meta-capability/references/api-tags/kuaishou-app-api.md +846 -0
- package/skills/meta-capability/references/api-tags/kuaishou-web-api.md +551 -0
- package/skills/meta-capability/references/api-tags/lemon8-app-api.md +687 -0
- package/skills/meta-capability/references/api-tags/linkedin-web-api.md +1105 -0
- package/skills/meta-capability/references/api-tags/media-ingest-api.md +112 -0
- package/skills/meta-capability/references/api-tags/pipixia-app-api.md +721 -0
- package/skills/meta-capability/references/api-tags/reddit-app-api.md +1057 -0
- package/skills/meta-capability/references/api-tags/sora2-api.md +737 -0
- package/skills/meta-capability/references/api-tags/temp-mail-api.md +136 -0
- package/skills/meta-capability/references/api-tags/threads-web-api.md +472 -0
- package/skills/meta-capability/references/api-tags/tikhub-downloader-api.md +65 -0
- package/skills/meta-capability/references/api-tags/tikhub-user-api.md +253 -0
- package/skills/meta-capability/references/api-tags/tiktok-ads-api.md +1393 -0
- package/skills/meta-capability/references/api-tags/tiktok-analytics-api.md +179 -0
- package/skills/meta-capability/references/api-tags/tiktok-app-v3-api.md +3264 -0
- package/skills/meta-capability/references/api-tags/tiktok-creator-api.md +709 -0
- package/skills/meta-capability/references/api-tags/tiktok-interaction-api.md +366 -0
- package/skills/meta-capability/references/api-tags/tiktok-shop-web-api.md +663 -0
- package/skills/meta-capability/references/api-tags/tiktok-web-api.md +2516 -0
- package/skills/meta-capability/references/api-tags/toutiao-app-api.md +220 -0
- package/skills/meta-capability/references/api-tags/toutiao-web-api.md +96 -0
- package/skills/meta-capability/references/api-tags/twitter-web-api.md +562 -0
- package/skills/meta-capability/references/api-tags/wechat-channels-api.md +405 -0
- package/skills/meta-capability/references/api-tags/wechat-media-platform-web-api.md +431 -0
- package/skills/meta-capability/references/api-tags/weibo-app-api.md +851 -0
- package/skills/meta-capability/references/api-tags/weibo-web-api.md +470 -0
- package/skills/meta-capability/references/api-tags/weibo-web-v2-api.md +1405 -0
- package/skills/meta-capability/references/api-tags/xiaohongshu-app-api.md +534 -0
- package/skills/meta-capability/references/api-tags/xiaohongshu-app-v2-api.md +934 -0
- package/skills/meta-capability/references/api-tags/xiaohongshu-web-api.md +757 -0
- package/skills/meta-capability/references/api-tags/xiaohongshu-web-v2-api.md +762 -0
- package/skills/meta-capability/references/api-tags/xigua-app-v2-api.md +308 -0
- package/skills/meta-capability/references/api-tags/youtube-web-api.md +934 -0
- package/skills/meta-capability/references/api-tags/youtube-web-v2-api.md +717 -0
- package/skills/meta-capability/references/api-tags/zhihu-web-api.md +1384 -0
- package/skills/meta-capability/references/config-templates/defaults.yaml +18 -0
- package/skills/meta-capability/references/dispatch.md +27 -0
- package/skills/meta-capability/references/execution-guidelines.md +25 -0
- package/skills/meta-capability/references/implemented-route-map.md +177 -0
- package/skills/meta-capability/references/service-guides/asr-u2-u3-fallback.md +75 -0
- package/skills/meta-capability/scripts/__init__.py +1 -0
- package/skills/meta-capability/scripts/call_route.py +141 -0
- package/skills/meta-capability/scripts/core/__init__.py +1 -0
- package/skills/meta-capability/scripts/core/bootstrap_env.py +32 -0
- package/skills/meta-capability/scripts/core/config_loader.py +204 -0
- package/skills/meta-capability/scripts/core/tikomni_common.py +443 -0
- package/skills/meta-capability/scripts/test_auth.py +98 -0
- package/skills/single-work-analysis/SKILL.md +62 -0
- package/skills/single-work-analysis/agents/openai.yaml +4 -0
- package/skills/single-work-analysis/env.example +36 -0
- package/skills/single-work-analysis/references/api-capability-index.md +92 -0
- package/skills/single-work-analysis/references/api-contracts/asr-api.md +130 -0
- package/skills/single-work-analysis/references/api-contracts/bilibili-app-api.md +776 -0
- package/skills/single-work-analysis/references/api-contracts/bilibili-web-api.md +2017 -0
- package/skills/single-work-analysis/references/api-contracts/demo-api.md +717 -0
- package/skills/single-work-analysis/references/api-contracts/douyin-app-v3-api.md +3594 -0
- package/skills/single-work-analysis/references/api-contracts/douyin-billboard-api.md +2274 -0
- package/skills/single-work-analysis/references/api-contracts/douyin-creator-api.md +1575 -0
- package/skills/single-work-analysis/references/api-contracts/douyin-creator-v2-api.md +3254 -0
- package/skills/single-work-analysis/references/api-contracts/douyin-search-api.md +4118 -0
- package/skills/single-work-analysis/references/api-contracts/douyin-web-api.md +5544 -0
- package/skills/single-work-analysis/references/api-contracts/douyin-xingtu-api.md +1916 -0
- package/skills/single-work-analysis/references/api-contracts/douyin-xingtu-v2-api.md +1540 -0
- package/skills/single-work-analysis/references/api-contracts/health-check.md +69 -0
- package/skills/single-work-analysis/references/api-contracts/hybrid-parsing.md +78 -0
- package/skills/single-work-analysis/references/api-contracts/instagram-v1-api.md +2256 -0
- package/skills/single-work-analysis/references/api-contracts/instagram-v2-api.md +2011 -0
- package/skills/single-work-analysis/references/api-contracts/instagram-v3-api.md +2630 -0
- package/skills/single-work-analysis/references/api-contracts/ios-shortcut.md +44 -0
- package/skills/single-work-analysis/references/api-contracts/kuaishou-app-api.md +1518 -0
- package/skills/single-work-analysis/references/api-contracts/kuaishou-web-api.md +1242 -0
- package/skills/single-work-analysis/references/api-contracts/lemon8-app-api.md +1088 -0
- package/skills/single-work-analysis/references/api-contracts/linkedin-web-api.md +1949 -0
- package/skills/single-work-analysis/references/api-contracts/media-ingest-api.md +126 -0
- package/skills/single-work-analysis/references/api-contracts/pipixia-app-api.md +1142 -0
- package/skills/single-work-analysis/references/api-contracts/reddit-app-api.md +2025 -0
- package/skills/single-work-analysis/references/api-contracts/sora2-api.md +2266 -0
- package/skills/single-work-analysis/references/api-contracts/temp-mail-api.md +208 -0
- package/skills/single-work-analysis/references/api-contracts/threads-web-api.md +897 -0
- package/skills/single-work-analysis/references/api-contracts/tikhub-downloader-api.md +134 -0
- package/skills/single-work-analysis/references/api-contracts/tikhub-user-api.md +494 -0
- package/skills/single-work-analysis/references/api-contracts/tiktok-ads-api.md +5947 -0
- package/skills/single-work-analysis/references/api-contracts/tiktok-analytics-api.md +968 -0
- package/skills/single-work-analysis/references/api-contracts/tiktok-app-v3-api.md +5735 -0
- package/skills/single-work-analysis/references/api-contracts/tiktok-creator-api.md +1951 -0
- package/skills/single-work-analysis/references/api-contracts/tiktok-interaction-api.md +742 -0
- package/skills/single-work-analysis/references/api-contracts/tiktok-shop-web-api.md +1890 -0
- package/skills/single-work-analysis/references/api-contracts/tiktok-web-api.md +4448 -0
- package/skills/single-work-analysis/references/api-contracts/toutiao-app-api.md +342 -0
- package/skills/single-work-analysis/references/api-contracts/toutiao-web-api.md +143 -0
- package/skills/single-work-analysis/references/api-contracts/twitter-web-api.md +989 -0
- package/skills/single-work-analysis/references/api-contracts/wechat-channels-api.md +809 -0
- package/skills/single-work-analysis/references/api-contracts/wechat-media-platform-web-api.md +677 -0
- package/skills/single-work-analysis/references/api-contracts/weibo-app-api.md +1547 -0
- package/skills/single-work-analysis/references/api-contracts/weibo-web-api.md +798 -0
- package/skills/single-work-analysis/references/api-contracts/weibo-web-v2-api.md +2459 -0
- package/skills/single-work-analysis/references/api-contracts/xiaohongshu-app-api.md +1291 -0
- package/skills/single-work-analysis/references/api-contracts/xiaohongshu-app-v2-api.md +1683 -0
- package/skills/single-work-analysis/references/api-contracts/xiaohongshu-web-api.md +1324 -0
- package/skills/single-work-analysis/references/api-contracts/xiaohongshu-web-v2-api.md +1209 -0
- package/skills/single-work-analysis/references/api-contracts/xigua-app-v2-api.md +489 -0
- package/skills/single-work-analysis/references/api-contracts/youtube-web-api.md +2636 -0
- package/skills/single-work-analysis/references/api-contracts/youtube-web-v2-api.md +2660 -0
- package/skills/single-work-analysis/references/api-contracts/zhihu-web-api.md +2315 -0
- package/skills/single-work-analysis/references/api-tags/asr-api.md +100 -0
- package/skills/single-work-analysis/references/api-tags/bilibili-app-api.md +482 -0
- package/skills/single-work-analysis/references/api-tags/bilibili-web-api.md +1267 -0
- package/skills/single-work-analysis/references/api-tags/demo-api.md +365 -0
- package/skills/single-work-analysis/references/api-tags/douyin-app-v3-api.md +2012 -0
- package/skills/single-work-analysis/references/api-tags/douyin-billboard-api.md +1428 -0
- package/skills/single-work-analysis/references/api-tags/douyin-creator-api.md +694 -0
- package/skills/single-work-analysis/references/api-tags/douyin-creator-v2-api.md +694 -0
- package/skills/single-work-analysis/references/api-tags/douyin-search-api.md +1059 -0
- package/skills/single-work-analysis/references/api-tags/douyin-web-api.md +3314 -0
- package/skills/single-work-analysis/references/api-tags/douyin-xingtu-api.md +935 -0
- package/skills/single-work-analysis/references/api-tags/douyin-xingtu-v2-api.md +925 -0
- package/skills/single-work-analysis/references/api-tags/health-check.md +40 -0
- package/skills/single-work-analysis/references/api-tags/hybrid-parsing.md +57 -0
- package/skills/single-work-analysis/references/api-tags/instagram-v1-api.md +1224 -0
- package/skills/single-work-analysis/references/api-tags/instagram-v2-api.md +1147 -0
- package/skills/single-work-analysis/references/api-tags/instagram-v3-api.md +1123 -0
- package/skills/single-work-analysis/references/api-tags/ios-shortcut.md +45 -0
- package/skills/single-work-analysis/references/api-tags/kuaishou-app-api.md +846 -0
- package/skills/single-work-analysis/references/api-tags/kuaishou-web-api.md +551 -0
- package/skills/single-work-analysis/references/api-tags/lemon8-app-api.md +687 -0
- package/skills/single-work-analysis/references/api-tags/linkedin-web-api.md +1105 -0
- package/skills/single-work-analysis/references/api-tags/media-ingest-api.md +112 -0
- package/skills/single-work-analysis/references/api-tags/pipixia-app-api.md +721 -0
- package/skills/single-work-analysis/references/api-tags/reddit-app-api.md +1057 -0
- package/skills/single-work-analysis/references/api-tags/sora2-api.md +737 -0
- package/skills/single-work-analysis/references/api-tags/temp-mail-api.md +136 -0
- package/skills/single-work-analysis/references/api-tags/threads-web-api.md +472 -0
- package/skills/single-work-analysis/references/api-tags/tikhub-downloader-api.md +65 -0
- package/skills/single-work-analysis/references/api-tags/tikhub-user-api.md +253 -0
- package/skills/single-work-analysis/references/api-tags/tiktok-ads-api.md +1393 -0
- package/skills/single-work-analysis/references/api-tags/tiktok-analytics-api.md +179 -0
- package/skills/single-work-analysis/references/api-tags/tiktok-app-v3-api.md +3264 -0
- package/skills/single-work-analysis/references/api-tags/tiktok-creator-api.md +709 -0
- package/skills/single-work-analysis/references/api-tags/tiktok-interaction-api.md +366 -0
- package/skills/single-work-analysis/references/api-tags/tiktok-shop-web-api.md +663 -0
- package/skills/single-work-analysis/references/api-tags/tiktok-web-api.md +2516 -0
- package/skills/single-work-analysis/references/api-tags/toutiao-app-api.md +220 -0
- package/skills/single-work-analysis/references/api-tags/toutiao-web-api.md +96 -0
- package/skills/single-work-analysis/references/api-tags/twitter-web-api.md +562 -0
- package/skills/single-work-analysis/references/api-tags/wechat-channels-api.md +405 -0
- package/skills/single-work-analysis/references/api-tags/wechat-media-platform-web-api.md +431 -0
- package/skills/single-work-analysis/references/api-tags/weibo-app-api.md +851 -0
- package/skills/single-work-analysis/references/api-tags/weibo-web-api.md +470 -0
- package/skills/single-work-analysis/references/api-tags/weibo-web-v2-api.md +1405 -0
- package/skills/single-work-analysis/references/api-tags/xiaohongshu-app-api.md +534 -0
- package/skills/single-work-analysis/references/api-tags/xiaohongshu-app-v2-api.md +934 -0
- package/skills/single-work-analysis/references/api-tags/xiaohongshu-web-api.md +757 -0
- package/skills/single-work-analysis/references/api-tags/xiaohongshu-web-v2-api.md +762 -0
- package/skills/single-work-analysis/references/api-tags/xigua-app-v2-api.md +308 -0
- package/skills/single-work-analysis/references/api-tags/youtube-web-api.md +934 -0
- package/skills/single-work-analysis/references/api-tags/youtube-web-v2-api.md +717 -0
- package/skills/single-work-analysis/references/api-tags/zhihu-web-api.md +1384 -0
- package/skills/single-work-analysis/references/asr-and-fallback.md +20 -0
- package/skills/single-work-analysis/references/config-templates/defaults.yaml +58 -0
- package/skills/single-work-analysis/references/contracts/work-card-fields.md +41 -0
- package/skills/single-work-analysis/references/platform-guides/douyin.md +47 -0
- package/skills/single-work-analysis/references/platform-guides/generic.md +43 -0
- package/skills/single-work-analysis/references/platform-guides/xiaohongshu.md +54 -0
- package/skills/single-work-analysis/references/prompt-contracts/asr-clean.md +28 -0
- package/skills/single-work-analysis/references/prompt-contracts/cta.md +24 -0
- package/skills/single-work-analysis/references/prompt-contracts/hook.md +25 -0
- package/skills/single-work-analysis/references/prompt-contracts/insight.md +47 -0
- package/skills/single-work-analysis/references/prompt-contracts/structure.md +25 -0
- package/skills/single-work-analysis/references/prompt-contracts/style.md +27 -0
- package/skills/single-work-analysis/references/prompt-contracts/summary.md +29 -0
- package/skills/single-work-analysis/references/prompt-contracts/topic.md +29 -0
- package/skills/single-work-analysis/references/schemas/work-card.schema.json +39 -0
- package/skills/single-work-analysis/references/service-guides/asr-u2-u3-fallback.md +75 -0
- package/skills/single-work-analysis/scripts/__init__.py +0 -0
- package/skills/single-work-analysis/scripts/core/__init__.py +0 -0
- package/skills/single-work-analysis/scripts/core/analysis_pipeline.py +133 -0
- package/skills/single-work-analysis/scripts/core/bootstrap_env.py +35 -0
- package/skills/single-work-analysis/scripts/core/config_loader.py +418 -0
- package/skills/single-work-analysis/scripts/core/extract_pipeline.py +173 -0
- package/skills/single-work-analysis/scripts/core/progress_report.py +111 -0
- package/skills/single-work-analysis/scripts/core/storage_router.py +253 -0
- package/skills/single-work-analysis/scripts/core/tikomni_common.py +588 -0
- package/skills/single-work-analysis/scripts/pipeline/__init__.py +0 -0
- package/skills/single-work-analysis/scripts/pipeline/asr/__init__.py +0 -0
- package/skills/single-work-analysis/scripts/pipeline/asr/asr_pipeline.py +1189 -0
- package/skills/single-work-analysis/scripts/pipeline/asr/poll_u2_task.py +95 -0
- package/skills/single-work-analysis/scripts/platform/__init__.py +0 -0
- package/skills/single-work-analysis/scripts/platform/douyin/__init__.py +0 -0
- package/skills/single-work-analysis/scripts/platform/douyin/douyin_video_type_matrix.py +224 -0
- package/skills/single-work-analysis/scripts/platform/douyin/run_douyin_single_video.py +1233 -0
- package/skills/single-work-analysis/scripts/platform/douyin/select_low_quality_video_url.py +200 -0
- package/skills/single-work-analysis/scripts/platform/xiaohongshu/__init__.py +0 -0
- package/skills/single-work-analysis/scripts/platform/xiaohongshu/run_xiaohongshu_extract.py +2156 -0
- package/skills/single-work-analysis/scripts/writers/__init__.py +0 -0
- package/skills/single-work-analysis/scripts/writers/write_benchmark_card.py +1402 -0
|
@@ -0,0 +1,798 @@
|
|
|
1
|
+
# Weibo-Web-API Full Contract
|
|
2
|
+
|
|
3
|
+
- Back to index: [`api-capability-index.md`](../api-capability-index.md)
|
|
4
|
+
- Back to route summary: [`api-tags/weibo-web-api.md`](../api-tags/weibo-web-api.md)
|
|
5
|
+
- Current contract file: `api-contracts/weibo-web-api.md`
|
|
6
|
+
- Source: `https://app.tikomni.com/openapi/tikomni-openapi.full.with-u2.public.latest.json`
|
|
7
|
+
- Fetched at: `2026-03-08T06:54:04+00:00`
|
|
8
|
+
- Route count: `11`
|
|
9
|
+
- Default auth: Header `Authorization` Bearer
|
|
10
|
+
- Read this file only when you need precise auth notes, parameter descriptions, defaults, examples, or success-response fields.
|
|
11
|
+
- Tag description: **(新浪微博Web数据接口/Weibo-Web-API data endpoints)**
|
|
12
|
+
|
|
13
|
+
## Route Contracts
|
|
14
|
+
|
|
15
|
+
<a id="get-api-u1-v1-weibo-web-fetch-channel-feed"></a>
|
|
16
|
+
### `GET /api/u1/v1/weibo/web/fetch_channel_feed`
|
|
17
|
+
|
|
18
|
+
- Summary: 根据频道名称获取热门内容/Get channel feed by name
|
|
19
|
+
- Capabilities: profiles / accounts
|
|
20
|
+
- Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
|
|
21
|
+
- operationId: `fetch_channel_feed_api_v1_weibo_web_fetch_channel_feed_get`
|
|
22
|
+
|
|
23
|
+
#### Notes
|
|
24
|
+
|
|
25
|
+
> # [中文]
|
|
26
|
+
> ### 用途:
|
|
27
|
+
> - 根据频道名称获取热门内容(便捷接口)
|
|
28
|
+
> ### 参数:
|
|
29
|
+
> - channel_name: 频道名称,如 "热门"、"榜单"、"社会" 等,不传则使用默认频道
|
|
30
|
+
> - page: 页码,默认1
|
|
31
|
+
> ### 返回:
|
|
32
|
+
> - 热门微博列表
|
|
33
|
+
> ### 说明:
|
|
34
|
+
> - 此接口会自动调用 fetch_config_list 获取频道配置,然后获取对应频道的热门内容
|
|
35
|
+
> - 如果指定的频道名称不存在,会返回错误信息
|
|
36
|
+
> - 可用频道:热门、榜单、同城、社会、科技、明星、电影、音乐、数码、汽车、游戏
|
|
37
|
+
>
|
|
38
|
+
> # [English]
|
|
39
|
+
> ### Purpose:
|
|
40
|
+
> - Get trending content by channel name (convenience endpoint)
|
|
41
|
+
> ### Parameters:
|
|
42
|
+
> - channel_name: Channel name, such as "热门", "榜单", "社会", etc. Use default if not provided
|
|
43
|
+
> - page: Page number, default 1
|
|
44
|
+
> ### Return:
|
|
45
|
+
> - Trending Weibo list
|
|
46
|
+
> ### Note:
|
|
47
|
+
> - This endpoint will automatically call fetch_config_list to get channel config, then fetch trending content
|
|
48
|
+
> - Returns error if the specified channel name does not exist
|
|
49
|
+
> - Available channels: 热门, 榜单, 同城, 社会, 科技, 明星, 电影, 音乐, 数码, 汽车, 游戏
|
|
50
|
+
>
|
|
51
|
+
> # [示例/Example]
|
|
52
|
+
> channel_name = "热门"
|
|
53
|
+
> page = 1
|
|
54
|
+
|
|
55
|
+
#### Parameters
|
|
56
|
+
|
|
57
|
+
| Field | In | Type | Required | Description | Default | Example | Enum |
|
|
58
|
+
| --- | --- | --- | --- | --- | --- | --- | --- |
|
|
59
|
+
| channel_name | query | string | No | 频道名称,不传则使用默认频道/Channel name, use default if not provided | None | 热门 | None |
|
|
60
|
+
| page | query | integer | No | 页码/Page number | 1 | 1 | None |
|
|
61
|
+
|
|
62
|
+
#### Request Body
|
|
63
|
+
|
|
64
|
+
None
|
|
65
|
+
|
|
66
|
+
#### Success Response
|
|
67
|
+
|
|
68
|
+
##### `200 application/json`
|
|
69
|
+
|
|
70
|
+
- Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
|
|
71
|
+
|
|
72
|
+
| Field | Type | Required | Description | Default | Example | Enum |
|
|
73
|
+
| --- | --- | --- | --- | --- | --- | --- |
|
|
74
|
+
| code | integer | No | HTTP status code \| HTTP状态码 | 200 | None | None |
|
|
75
|
+
| request_id | string | No | Unique request identifier \| 唯一请求标识符 | None | None | None |
|
|
76
|
+
| message | string | No | Response message (EN-US) \| 响应消息 (English) | Request successful. This request will incur a charge. | None | None |
|
|
77
|
+
| message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) | 请求成功,本次请求将被计费。 | None | None |
|
|
78
|
+
| support | string | No | Support message \| 支持消息 | Discord: https://discord.gg/aMEAS8Xsvz | None | None |
|
|
79
|
+
| time | string | No | The time the response was generated \| 生成响应的时间 | None | None | None |
|
|
80
|
+
| time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 | None | None | None |
|
|
81
|
+
| time_zone | string | No | The timezone of the response time \| 响应时间的时区 | America/Los_Angeles | None | None |
|
|
82
|
+
| docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 | None | None | None |
|
|
83
|
+
| cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) | This request will be cached. You can access the cached result directly using th… | None | None |
|
|
84
|
+
| cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) | 本次请求将被缓存,你可以使用下面的 URL 直接访问缓存结果,有效期为 24 小时,访问缓存不会产生额外费用。 | None | None |
|
|
85
|
+
| cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL | None | None | None |
|
|
86
|
+
| router | string | No | The endpoint that generated this response \| 生成此响应的端点 | None | None | None |
|
|
87
|
+
| params | dynamic object | No | The parameters used in the request \| 请求中使用的参数 | None | None | None |
|
|
88
|
+
| data | null | No | The response data \| 响应数据 | None | None | None |
|
|
89
|
+
|
|
90
|
+
<a id="get-api-u1-v1-weibo-web-fetch-comment-replies"></a>
|
|
91
|
+
### `GET /api/u1/v1/weibo/web/fetch_comment_replies`
|
|
92
|
+
|
|
93
|
+
- Summary: 获取评论子评论/Get comment replies
|
|
94
|
+
- Capabilities: comments
|
|
95
|
+
- Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
|
|
96
|
+
- operationId: `fetch_comment_replies_api_v1_weibo_web_fetch_comment_replies_get`
|
|
97
|
+
|
|
98
|
+
#### Notes
|
|
99
|
+
|
|
100
|
+
> # [中文]
|
|
101
|
+
> ### 用途:
|
|
102
|
+
> - 获取评论的子评论(回复)
|
|
103
|
+
> ### 参数:
|
|
104
|
+
> - cid: 根评论ID(从 fetch_post_comments 返回的评论中获取)
|
|
105
|
+
> - max_id: 翻页用的ID,默认0为第一页,从上一页返回结果中获取下一页的max_id
|
|
106
|
+
> ### 返回:
|
|
107
|
+
> - 子评论列表
|
|
108
|
+
>
|
|
109
|
+
> # [English]
|
|
110
|
+
> ### Purpose:
|
|
111
|
+
> - Get comment replies (sub-comments)
|
|
112
|
+
> ### Parameters:
|
|
113
|
+
> - cid: Root comment ID (from fetch_post_comments response)
|
|
114
|
+
> - max_id: Pagination ID, default 0 for first page, get next page max_id from previous response
|
|
115
|
+
> ### Return:
|
|
116
|
+
> - Sub-comments list
|
|
117
|
+
>
|
|
118
|
+
> # [示例/Example]
|
|
119
|
+
> cid = "5100663573318494"
|
|
120
|
+
> max_id = "0"
|
|
121
|
+
|
|
122
|
+
#### Parameters
|
|
123
|
+
|
|
124
|
+
| Field | In | Type | Required | Description | Default | Example | Enum |
|
|
125
|
+
| --- | --- | --- | --- | --- | --- | --- | --- |
|
|
126
|
+
| cid | query | string | Yes | 根评论ID/Root comment ID | None | 5100663573318494 | None |
|
|
127
|
+
| max_id | query | string | No | 翻页ID,默认0为第一页/Pagination ID, default 0 for first page | 0 | 0 | None |
|
|
128
|
+
|
|
129
|
+
#### Request Body
|
|
130
|
+
|
|
131
|
+
None
|
|
132
|
+
|
|
133
|
+
#### Success Response
|
|
134
|
+
|
|
135
|
+
##### `200 application/json`
|
|
136
|
+
|
|
137
|
+
- Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
|
|
138
|
+
|
|
139
|
+
| Field | Type | Required | Description | Default | Example | Enum |
|
|
140
|
+
| --- | --- | --- | --- | --- | --- | --- |
|
|
141
|
+
| code | integer | No | HTTP status code \| HTTP状态码 | 200 | None | None |
|
|
142
|
+
| request_id | string | No | Unique request identifier \| 唯一请求标识符 | None | None | None |
|
|
143
|
+
| message | string | No | Response message (EN-US) \| 响应消息 (English) | Request successful. This request will incur a charge. | None | None |
|
|
144
|
+
| message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) | 请求成功,本次请求将被计费。 | None | None |
|
|
145
|
+
| support | string | No | Support message \| 支持消息 | Discord: https://discord.gg/aMEAS8Xsvz | None | None |
|
|
146
|
+
| time | string | No | The time the response was generated \| 生成响应的时间 | None | None | None |
|
|
147
|
+
| time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 | None | None | None |
|
|
148
|
+
| time_zone | string | No | The timezone of the response time \| 响应时间的时区 | America/Los_Angeles | None | None |
|
|
149
|
+
| docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 | None | None | None |
|
|
150
|
+
| cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) | This request will be cached. You can access the cached result directly using th… | None | None |
|
|
151
|
+
| cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) | 本次请求将被缓存,你可以使用下面的 URL 直接访问缓存结果,有效期为 24 小时,访问缓存不会产生额外费用。 | None | None |
|
|
152
|
+
| cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL | None | None | None |
|
|
153
|
+
| router | string | No | The endpoint that generated this response \| 生成此响应的端点 | None | None | None |
|
|
154
|
+
| params | dynamic object | No | The parameters used in the request \| 请求中使用的参数 | None | None | None |
|
|
155
|
+
| data | null | No | The response data \| 响应数据 | None | None | None |
|
|
156
|
+
|
|
157
|
+
<a id="get-api-u1-v1-weibo-web-fetch-config-list"></a>
|
|
158
|
+
### `GET /api/u1/v1/weibo/web/fetch_config_list`
|
|
159
|
+
|
|
160
|
+
- Summary: 获取频道配置列表/Get channel config list
|
|
161
|
+
- Capabilities: general
|
|
162
|
+
- Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
|
|
163
|
+
- operationId: `fetch_config_list_api_v1_weibo_web_fetch_config_list_get`
|
|
164
|
+
|
|
165
|
+
#### Notes
|
|
166
|
+
|
|
167
|
+
> # [中文]
|
|
168
|
+
> ### 用途:
|
|
169
|
+
> - 获取微博移动端所有频道的配置信息
|
|
170
|
+
> ### 返回:
|
|
171
|
+
> - 频道列表,包含频道名称和 containerid
|
|
172
|
+
> ### 说明:
|
|
173
|
+
> - 返回的 containerid 可用于 fetch_trend_top 接口获取对应频道的热门内容
|
|
174
|
+
>
|
|
175
|
+
> # [English]
|
|
176
|
+
> ### Purpose:
|
|
177
|
+
> - Get all channel configuration information from Weibo mobile
|
|
178
|
+
> ### Return:
|
|
179
|
+
> - Channel list, including channel name and containerid
|
|
180
|
+
> ### Note:
|
|
181
|
+
> - The returned containerid can be used in fetch_trend_top endpoint to get trending content of the corresponding channel
|
|
182
|
+
|
|
183
|
+
#### Parameters
|
|
184
|
+
|
|
185
|
+
None
|
|
186
|
+
|
|
187
|
+
#### Request Body
|
|
188
|
+
|
|
189
|
+
None
|
|
190
|
+
|
|
191
|
+
#### Success Response
|
|
192
|
+
|
|
193
|
+
##### `200 application/json`
|
|
194
|
+
|
|
195
|
+
- Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
|
|
196
|
+
|
|
197
|
+
| Field | Type | Required | Description | Default | Example | Enum |
|
|
198
|
+
| --- | --- | --- | --- | --- | --- | --- |
|
|
199
|
+
| code | integer | No | HTTP status code \| HTTP状态码 | 200 | None | None |
|
|
200
|
+
| request_id | string | No | Unique request identifier \| 唯一请求标识符 | None | None | None |
|
|
201
|
+
| message | string | No | Response message (EN-US) \| 响应消息 (English) | Request successful. This request will incur a charge. | None | None |
|
|
202
|
+
| message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) | 请求成功,本次请求将被计费。 | None | None |
|
|
203
|
+
| support | string | No | Support message \| 支持消息 | Discord: https://discord.gg/aMEAS8Xsvz | None | None |
|
|
204
|
+
| time | string | No | The time the response was generated \| 生成响应的时间 | None | None | None |
|
|
205
|
+
| time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 | None | None | None |
|
|
206
|
+
| time_zone | string | No | The timezone of the response time \| 响应时间的时区 | America/Los_Angeles | None | None |
|
|
207
|
+
| docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 | None | None | None |
|
|
208
|
+
| cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) | This request will be cached. You can access the cached result directly using th… | None | None |
|
|
209
|
+
| cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) | 本次请求将被缓存,你可以使用下面的 URL 直接访问缓存结果,有效期为 24 小时,访问缓存不会产生额外费用。 | None | None |
|
|
210
|
+
| cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL | None | None | None |
|
|
211
|
+
| router | string | No | The endpoint that generated this response \| 生成此响应的端点 | None | None | None |
|
|
212
|
+
| params | dynamic object | No | The parameters used in the request \| 请求中使用的参数 | None | None | None |
|
|
213
|
+
| data | null | No | The response data \| 响应数据 | None | None | None |
|
|
214
|
+
|
|
215
|
+
<a id="get-api-u1-v1-weibo-web-fetch-hot-search"></a>
|
|
216
|
+
### `GET /api/u1/v1/weibo/web/fetch_hot_search`
|
|
217
|
+
|
|
218
|
+
- Summary: 获取热搜榜/Get hot search ranking
|
|
219
|
+
- Capabilities: search / trends / rankings
|
|
220
|
+
- Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
|
|
221
|
+
- operationId: `fetch_hot_search_api_v1_weibo_web_fetch_hot_search_get`
|
|
222
|
+
|
|
223
|
+
#### Notes
|
|
224
|
+
|
|
225
|
+
> # [中文]
|
|
226
|
+
> ### 用途:
|
|
227
|
+
> - 获取微博实时热搜榜(Top 50)和实时上升热点
|
|
228
|
+
> ### 返回:
|
|
229
|
+
> - 热搜榜列表,包含:
|
|
230
|
+
> - **实时热搜榜**: 当前最热门的50个话题,按热度排序
|
|
231
|
+
> - **实时上升热点**: 正在快速上升的热门话题
|
|
232
|
+
> ### 说明:
|
|
233
|
+
> - 这是微博官方热搜榜数据
|
|
234
|
+
> - 每个热搜包含:排名、话题名、热度值、标签(如:新、热、沸)等
|
|
235
|
+
> - 与 `fetch_search_topics` 不同,此接口返回的是完整的热搜排行榜
|
|
236
|
+
>
|
|
237
|
+
> # [English]
|
|
238
|
+
> ### Purpose:
|
|
239
|
+
> - Get Weibo real-time hot search ranking (Top 50) and rising trends
|
|
240
|
+
> ### Return:
|
|
241
|
+
> - Hot search list, including:
|
|
242
|
+
> - **Real-time Hot Search**: Top 50 hottest topics, sorted by popularity
|
|
243
|
+
> - **Rising Trends**: Topics that are rapidly gaining attention
|
|
244
|
+
> ### Note:
|
|
245
|
+
> - This is official Weibo hot search data
|
|
246
|
+
> - Each entry includes: rank, topic name, heat value, tags (new, hot, trending), etc.
|
|
247
|
+
> - Different from `fetch_search_topics`, this returns the complete hot search ranking
|
|
248
|
+
|
|
249
|
+
#### Parameters
|
|
250
|
+
|
|
251
|
+
None
|
|
252
|
+
|
|
253
|
+
#### Request Body
|
|
254
|
+
|
|
255
|
+
None
|
|
256
|
+
|
|
257
|
+
#### Success Response
|
|
258
|
+
|
|
259
|
+
##### `200 application/json`
|
|
260
|
+
|
|
261
|
+
- Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
|
|
262
|
+
|
|
263
|
+
| Field | Type | Required | Description | Default | Example | Enum |
|
|
264
|
+
| --- | --- | --- | --- | --- | --- | --- |
|
|
265
|
+
| code | integer | No | HTTP status code \| HTTP状态码 | 200 | None | None |
|
|
266
|
+
| request_id | string | No | Unique request identifier \| 唯一请求标识符 | None | None | None |
|
|
267
|
+
| message | string | No | Response message (EN-US) \| 响应消息 (English) | Request successful. This request will incur a charge. | None | None |
|
|
268
|
+
| message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) | 请求成功,本次请求将被计费。 | None | None |
|
|
269
|
+
| support | string | No | Support message \| 支持消息 | Discord: https://discord.gg/aMEAS8Xsvz | None | None |
|
|
270
|
+
| time | string | No | The time the response was generated \| 生成响应的时间 | None | None | None |
|
|
271
|
+
| time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 | None | None | None |
|
|
272
|
+
| time_zone | string | No | The timezone of the response time \| 响应时间的时区 | America/Los_Angeles | None | None |
|
|
273
|
+
| docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 | None | None | None |
|
|
274
|
+
| cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) | This request will be cached. You can access the cached result directly using th… | None | None |
|
|
275
|
+
| cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) | 本次请求将被缓存,你可以使用下面的 URL 直接访问缓存结果,有效期为 24 小时,访问缓存不会产生额外费用。 | None | None |
|
|
276
|
+
| cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL | None | None | None |
|
|
277
|
+
| router | string | No | The endpoint that generated this response \| 生成此响应的端点 | None | None | None |
|
|
278
|
+
| params | dynamic object | No | The parameters used in the request \| 请求中使用的参数 | None | None | None |
|
|
279
|
+
| data | null | No | The response data \| 响应数据 | None | None | None |
|
|
280
|
+
|
|
281
|
+
<a id="get-api-u1-v1-weibo-web-fetch-post-comments"></a>
|
|
282
|
+
### `GET /api/u1/v1/weibo/web/fetch_post_comments`
|
|
283
|
+
|
|
284
|
+
- Summary: 获取微博评论/Get post comments
|
|
285
|
+
- Capabilities: comments / content details
|
|
286
|
+
- Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
|
|
287
|
+
- operationId: `fetch_post_comments_api_v1_weibo_web_fetch_post_comments_get`
|
|
288
|
+
|
|
289
|
+
#### Notes
|
|
290
|
+
|
|
291
|
+
> # [中文]
|
|
292
|
+
> ### 用途:
|
|
293
|
+
> - 获取微博的评论列表(热门评论流)
|
|
294
|
+
> ### 参数:
|
|
295
|
+
> - post_id: 微博ID
|
|
296
|
+
> - mid: 微博MID
|
|
297
|
+
> - max_id: 翻页用的ID,从上一页返回结果中获取
|
|
298
|
+
> - max_id_type: max_id类型,默认0
|
|
299
|
+
> ### 返回:
|
|
300
|
+
> - 评论列表
|
|
301
|
+
>
|
|
302
|
+
> # [English]
|
|
303
|
+
> ### Purpose:
|
|
304
|
+
> - Get Weibo post comments (hot comments flow)
|
|
305
|
+
> ### Parameters:
|
|
306
|
+
> - post_id: Post ID
|
|
307
|
+
> - mid: Post MID
|
|
308
|
+
> - max_id: Pagination ID from previous page result
|
|
309
|
+
> - max_id_type: max_id type, default 0
|
|
310
|
+
> ### Return:
|
|
311
|
+
> - Comments list
|
|
312
|
+
>
|
|
313
|
+
> # [示例/Example]
|
|
314
|
+
> post_id = "5100663548412324"
|
|
315
|
+
> mid = "5100663548412324"
|
|
316
|
+
|
|
317
|
+
#### Parameters
|
|
318
|
+
|
|
319
|
+
| Field | In | Type | Required | Description | Default | Example | Enum |
|
|
320
|
+
| --- | --- | --- | --- | --- | --- | --- | --- |
|
|
321
|
+
| post_id | query | string | Yes | 微博ID/Post ID | None | 5100663548412324 | None |
|
|
322
|
+
| mid | query | string | Yes | 微博MID/Post MID | None | 5100663548412324 | None |
|
|
323
|
+
| max_id | query | string | No | 翻页ID/Pagination ID | None | None | None |
|
|
324
|
+
| max_id_type | query | integer | No | 翻页ID类型/Pagination ID type | 0 | 0 | None |
|
|
325
|
+
|
|
326
|
+
#### Request Body
|
|
327
|
+
|
|
328
|
+
None
|
|
329
|
+
|
|
330
|
+
#### Success Response
|
|
331
|
+
|
|
332
|
+
##### `200 application/json`
|
|
333
|
+
|
|
334
|
+
- Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
|
|
335
|
+
|
|
336
|
+
| Field | Type | Required | Description | Default | Example | Enum |
|
|
337
|
+
| --- | --- | --- | --- | --- | --- | --- |
|
|
338
|
+
| code | integer | No | HTTP status code \| HTTP状态码 | 200 | None | None |
|
|
339
|
+
| request_id | string | No | Unique request identifier \| 唯一请求标识符 | None | None | None |
|
|
340
|
+
| message | string | No | Response message (EN-US) \| 响应消息 (English) | Request successful. This request will incur a charge. | None | None |
|
|
341
|
+
| message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) | 请求成功,本次请求将被计费。 | None | None |
|
|
342
|
+
| support | string | No | Support message \| 支持消息 | Discord: https://discord.gg/aMEAS8Xsvz | None | None |
|
|
343
|
+
| time | string | No | The time the response was generated \| 生成响应的时间 | None | None | None |
|
|
344
|
+
| time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 | None | None | None |
|
|
345
|
+
| time_zone | string | No | The timezone of the response time \| 响应时间的时区 | America/Los_Angeles | None | None |
|
|
346
|
+
| docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 | None | None | None |
|
|
347
|
+
| cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) | This request will be cached. You can access the cached result directly using th… | None | None |
|
|
348
|
+
| cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) | 本次请求将被缓存,你可以使用下面的 URL 直接访问缓存结果,有效期为 24 小时,访问缓存不会产生额外费用。 | None | None |
|
|
349
|
+
| cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL | None | None | None |
|
|
350
|
+
| router | string | No | The endpoint that generated this response \| 生成此响应的端点 | None | None | None |
|
|
351
|
+
| params | dynamic object | No | The parameters used in the request \| 请求中使用的参数 | None | None | None |
|
|
352
|
+
| data | null | No | The response data \| 响应数据 | None | None | None |
|
|
353
|
+
|
|
354
|
+
<a id="get-api-u1-v1-weibo-web-fetch-post-detail"></a>
|
|
355
|
+
### `GET /api/u1/v1/weibo/web/fetch_post_detail`
|
|
356
|
+
|
|
357
|
+
- Summary: 获取微博详情/Get post detail
|
|
358
|
+
- Capabilities: content details / details
|
|
359
|
+
- Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
|
|
360
|
+
- operationId: `fetch_post_detail_api_v1_weibo_web_fetch_post_detail_get`
|
|
361
|
+
|
|
362
|
+
#### Notes
|
|
363
|
+
|
|
364
|
+
> # [中文]
|
|
365
|
+
> ### 用途:
|
|
366
|
+
> - 获取单条微博的详情
|
|
367
|
+
> ### 参数:
|
|
368
|
+
> - post_id: 微博ID
|
|
369
|
+
> ### 返回:
|
|
370
|
+
> - 微博详情
|
|
371
|
+
>
|
|
372
|
+
> # [English]
|
|
373
|
+
> ### Purpose:
|
|
374
|
+
> - Get single Weibo post detail
|
|
375
|
+
> ### Parameters:
|
|
376
|
+
> - post_id: Post ID
|
|
377
|
+
> ### Return:
|
|
378
|
+
> - Post detail
|
|
379
|
+
>
|
|
380
|
+
> # [示例/Example]
|
|
381
|
+
> post_id = "5092682368025584"
|
|
382
|
+
|
|
383
|
+
#### Parameters
|
|
384
|
+
|
|
385
|
+
| Field | In | Type | Required | Description | Default | Example | Enum |
|
|
386
|
+
| --- | --- | --- | --- | --- | --- | --- | --- |
|
|
387
|
+
| post_id | query | string | Yes | 微博ID/Post ID | None | 5092682368025584 | None |
|
|
388
|
+
|
|
389
|
+
#### Request Body
|
|
390
|
+
|
|
391
|
+
None
|
|
392
|
+
|
|
393
|
+
#### Success Response
|
|
394
|
+
|
|
395
|
+
##### `200 application/json`
|
|
396
|
+
|
|
397
|
+
- Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
|
|
398
|
+
|
|
399
|
+
| Field | Type | Required | Description | Default | Example | Enum |
|
|
400
|
+
| --- | --- | --- | --- | --- | --- | --- |
|
|
401
|
+
| code | integer | No | HTTP status code \| HTTP状态码 | 200 | None | None |
|
|
402
|
+
| request_id | string | No | Unique request identifier \| 唯一请求标识符 | None | None | None |
|
|
403
|
+
| message | string | No | Response message (EN-US) \| 响应消息 (English) | Request successful. This request will incur a charge. | None | None |
|
|
404
|
+
| message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) | 请求成功,本次请求将被计费。 | None | None |
|
|
405
|
+
| support | string | No | Support message \| 支持消息 | Discord: https://discord.gg/aMEAS8Xsvz | None | None |
|
|
406
|
+
| time | string | No | The time the response was generated \| 生成响应的时间 | None | None | None |
|
|
407
|
+
| time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 | None | None | None |
|
|
408
|
+
| time_zone | string | No | The timezone of the response time \| 响应时间的时区 | America/Los_Angeles | None | None |
|
|
409
|
+
| docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 | None | None | None |
|
|
410
|
+
| cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) | This request will be cached. You can access the cached result directly using th… | None | None |
|
|
411
|
+
| cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) | 本次请求将被缓存,你可以使用下面的 URL 直接访问缓存结果,有效期为 24 小时,访问缓存不会产生额外费用。 | None | None |
|
|
412
|
+
| cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL | None | None | None |
|
|
413
|
+
| router | string | No | The endpoint that generated this response \| 生成此响应的端点 | None | None | None |
|
|
414
|
+
| params | dynamic object | No | The parameters used in the request \| 请求中使用的参数 | None | None | None |
|
|
415
|
+
| data | null | No | The response data \| 响应数据 | None | None | None |
|
|
416
|
+
|
|
417
|
+
<a id="get-api-u1-v1-weibo-web-fetch-search"></a>
|
|
418
|
+
### `GET /api/u1/v1/weibo/web/fetch_search`
|
|
419
|
+
|
|
420
|
+
- Summary: 搜索微博/Search Weibo
|
|
421
|
+
- Capabilities: search
|
|
422
|
+
- Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
|
|
423
|
+
- operationId: `fetch_search_api_v1_weibo_web_fetch_search_get`
|
|
424
|
+
|
|
425
|
+
#### Notes
|
|
426
|
+
|
|
427
|
+
> # [中文]
|
|
428
|
+
> ### 用途:
|
|
429
|
+
> - 搜索微博内容
|
|
430
|
+
> ### 参数:
|
|
431
|
+
> - **keyword**: 搜索关键词
|
|
432
|
+
> - 普通搜索: `游戏`、`新闻`
|
|
433
|
+
> - 话题搜索: `#话题名#`(如 `#大冰建议女生不要找老登#`)
|
|
434
|
+
> - **page**: 页码
|
|
435
|
+
> - 从 **1** 开始递增: 1, 2, 3, 4...
|
|
436
|
+
> - 每页约返回 10-20 条结果
|
|
437
|
+
> - **不是** 1, 10, 20 这种偏移量模式
|
|
438
|
+
> - **search_type**: 搜索类型
|
|
439
|
+
> - **1**: 综合(默认,按相关性排序)
|
|
440
|
+
> - **61**: 实时(按时间排序,最新优先)
|
|
441
|
+
> - **3**: 用户(搜索用户账号)
|
|
442
|
+
> - **60**: 热门(按热度排序)
|
|
443
|
+
> - **64**: 视频(仅视频内容)
|
|
444
|
+
> - **63**: 图片(仅图片内容)
|
|
445
|
+
> - **21**: 文章(仅长文章)
|
|
446
|
+
> - **time_scope**: 时间范围筛选
|
|
447
|
+
> - **null/不传**: 不限时间(默认)
|
|
448
|
+
> - **hour**: 一小时内
|
|
449
|
+
> - **day**: 一天内(24小时)
|
|
450
|
+
> - **week**: 一周内
|
|
451
|
+
> - **month**: 一个月内
|
|
452
|
+
> ### 返回:
|
|
453
|
+
> - 搜索结果列表
|
|
454
|
+
> ### 注意:
|
|
455
|
+
> - 此接口会自动生成游客Cookie,无需登录即可使用
|
|
456
|
+
> - 如遇到 432 错误,系统会自动重试
|
|
457
|
+
>
|
|
458
|
+
> # [English]
|
|
459
|
+
> ### Purpose:
|
|
460
|
+
> - Search Weibo content
|
|
461
|
+
> ### Parameters:
|
|
462
|
+
> - **keyword**: Search keyword
|
|
463
|
+
> - Normal search: `game`, `news`
|
|
464
|
+
> - Hashtag search: `#topic#` (e.g., `#TopicName#`)
|
|
465
|
+
> - **page**: Page number
|
|
466
|
+
> - Starts from **1** and increments: 1, 2, 3, 4...
|
|
467
|
+
> - Returns ~10-20 results per page
|
|
468
|
+
> - **NOT** offset mode like 1, 10, 20
|
|
469
|
+
> - **search_type**: Search type
|
|
470
|
+
> - **1**: Comprehensive (default, sorted by relevance)
|
|
471
|
+
> - **61**: Real-time (sorted by time, newest first)
|
|
472
|
+
> - **3**: Users (search user accounts)
|
|
473
|
+
> - **60**: Hot (sorted by popularity)
|
|
474
|
+
> - **64**: Video (video content only)
|
|
475
|
+
> - **63**: Pictures (image content only)
|
|
476
|
+
> - **21**: Articles (long articles only)
|
|
477
|
+
> - **time_scope**: Time range filter
|
|
478
|
+
> - **null/empty**: No time limit (default)
|
|
479
|
+
> - **hour**: Within one hour
|
|
480
|
+
> - **day**: Within one day (24 hours)
|
|
481
|
+
> - **week**: Within one week
|
|
482
|
+
> - **month**: Within one month
|
|
483
|
+
> ### Return:
|
|
484
|
+
> - Search results list
|
|
485
|
+
> ### Note:
|
|
486
|
+
> - This endpoint auto-generates visitor cookies, no login required
|
|
487
|
+
> - Auto-retry on 432 error
|
|
488
|
+
>
|
|
489
|
+
> # [示例/Example]
|
|
490
|
+
> keyword = "游戏"
|
|
491
|
+
> page = 1
|
|
492
|
+
> search_type = "1"
|
|
493
|
+
> time_scope = null
|
|
494
|
+
|
|
495
|
+
#### Parameters
|
|
496
|
+
|
|
497
|
+
| Field | In | Type | Required | Description | Default | Example | Enum |
|
|
498
|
+
| --- | --- | --- | --- | --- | --- | --- | --- |
|
|
499
|
+
| keyword | query | string | Yes | 搜索关键词,支持话题搜索如 #话题名#/Search keyword, supports hashtag like #topic# | None | 游戏 | None |
|
|
500
|
+
| page | query | integer | No | 页码,从1开始递增(1,2,3...),每页约10-20条/Page number, starts from 1 (1,2,3...), ~10-20 results per page | 1 | 1 | None |
|
|
501
|
+
| search_type | query | string | No | 搜索类型/Search type: 1=综合, 61=实时, 3=用户, 60=热门, 64=视频, 63=图片, 21=文章 | 1 | 1 | None |
|
|
502
|
+
| time_scope | query | string | No | 时间范围/Time scope: hour=一小时内, day=一天内, week=一周内, month=一个月内, null=不限 | None | None | None |
|
|
503
|
+
|
|
504
|
+
#### Request Body
|
|
505
|
+
|
|
506
|
+
None
|
|
507
|
+
|
|
508
|
+
#### Success Response
|
|
509
|
+
|
|
510
|
+
##### `200 application/json`
|
|
511
|
+
|
|
512
|
+
- Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
|
|
513
|
+
|
|
514
|
+
| Field | Type | Required | Description | Default | Example | Enum |
|
|
515
|
+
| --- | --- | --- | --- | --- | --- | --- |
|
|
516
|
+
| code | integer | No | HTTP status code \| HTTP状态码 | 200 | None | None |
|
|
517
|
+
| request_id | string | No | Unique request identifier \| 唯一请求标识符 | None | None | None |
|
|
518
|
+
| message | string | No | Response message (EN-US) \| 响应消息 (English) | Request successful. This request will incur a charge. | None | None |
|
|
519
|
+
| message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) | 请求成功,本次请求将被计费。 | None | None |
|
|
520
|
+
| support | string | No | Support message \| 支持消息 | Discord: https://discord.gg/aMEAS8Xsvz | None | None |
|
|
521
|
+
| time | string | No | The time the response was generated \| 生成响应的时间 | None | None | None |
|
|
522
|
+
| time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 | None | None | None |
|
|
523
|
+
| time_zone | string | No | The timezone of the response time \| 响应时间的时区 | America/Los_Angeles | None | None |
|
|
524
|
+
| docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 | None | None | None |
|
|
525
|
+
| cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) | This request will be cached. You can access the cached result directly using th… | None | None |
|
|
526
|
+
| cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) | 本次请求将被缓存,你可以使用下面的 URL 直接访问缓存结果,有效期为 24 小时,访问缓存不会产生额外费用。 | None | None |
|
|
527
|
+
| cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL | None | None | None |
|
|
528
|
+
| router | string | No | The endpoint that generated this response \| 生成此响应的端点 | None | None | None |
|
|
529
|
+
| params | dynamic object | No | The parameters used in the request \| 请求中使用的参数 | None | None | None |
|
|
530
|
+
| data | null | No | The response data \| 响应数据 | None | None | None |
|
|
531
|
+
|
|
532
|
+
<a id="get-api-u1-v1-weibo-web-fetch-search-topics"></a>
|
|
533
|
+
### `GET /api/u1/v1/weibo/web/fetch_search_topics`
|
|
534
|
+
|
|
535
|
+
- Summary: 获取搜索页热搜词/Get search page hot topics
|
|
536
|
+
- Capabilities: search / topics
|
|
537
|
+
- Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
|
|
538
|
+
- operationId: `fetch_search_topics_api_v1_weibo_web_fetch_search_topics_get`
|
|
539
|
+
|
|
540
|
+
#### Notes
|
|
541
|
+
|
|
542
|
+
> # [中文]
|
|
543
|
+
> ### 用途:
|
|
544
|
+
> - 获取搜索页的热搜词列表(搜索建议/热门话题)
|
|
545
|
+
> ### 返回:
|
|
546
|
+
> - 搜索热词列表
|
|
547
|
+
> ### 说明:
|
|
548
|
+
> - 这是搜索页面展示的热门搜索词
|
|
549
|
+
> - 通常用于搜索框下方的热门推荐
|
|
550
|
+
> - 与 `fetch_hot_search` 不同,此接口返回的是搜索建议词
|
|
551
|
+
>
|
|
552
|
+
> # [English]
|
|
553
|
+
> ### Purpose:
|
|
554
|
+
> - Get search page hot topics list (search suggestions/trending topics)
|
|
555
|
+
> ### Return:
|
|
556
|
+
> - Search hot topics list
|
|
557
|
+
> ### Note:
|
|
558
|
+
> - These are hot search terms displayed on the search page
|
|
559
|
+
> - Usually used for trending recommendations below the search box
|
|
560
|
+
> - Different from `fetch_hot_search`, this returns search suggestion terms
|
|
561
|
+
|
|
562
|
+
#### Parameters
|
|
563
|
+
|
|
564
|
+
None
|
|
565
|
+
|
|
566
|
+
#### Request Body
|
|
567
|
+
|
|
568
|
+
None
|
|
569
|
+
|
|
570
|
+
#### Success Response
|
|
571
|
+
|
|
572
|
+
##### `200 application/json`
|
|
573
|
+
|
|
574
|
+
- Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
|
|
575
|
+
|
|
576
|
+
| Field | Type | Required | Description | Default | Example | Enum |
|
|
577
|
+
| --- | --- | --- | --- | --- | --- | --- |
|
|
578
|
+
| code | integer | No | HTTP status code \| HTTP状态码 | 200 | None | None |
|
|
579
|
+
| request_id | string | No | Unique request identifier \| 唯一请求标识符 | None | None | None |
|
|
580
|
+
| message | string | No | Response message (EN-US) \| 响应消息 (English) | Request successful. This request will incur a charge. | None | None |
|
|
581
|
+
| message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) | 请求成功,本次请求将被计费。 | None | None |
|
|
582
|
+
| support | string | No | Support message \| 支持消息 | Discord: https://discord.gg/aMEAS8Xsvz | None | None |
|
|
583
|
+
| time | string | No | The time the response was generated \| 生成响应的时间 | None | None | None |
|
|
584
|
+
| time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 | None | None | None |
|
|
585
|
+
| time_zone | string | No | The timezone of the response time \| 响应时间的时区 | America/Los_Angeles | None | None |
|
|
586
|
+
| docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 | None | None | None |
|
|
587
|
+
| cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) | This request will be cached. You can access the cached result directly using th… | None | None |
|
|
588
|
+
| cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) | 本次请求将被缓存,你可以使用下面的 URL 直接访问缓存结果,有效期为 24 小时,访问缓存不会产生额外费用。 | None | None |
|
|
589
|
+
| cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL | None | None | None |
|
|
590
|
+
| router | string | No | The endpoint that generated this response \| 生成此响应的端点 | None | None | None |
|
|
591
|
+
| params | dynamic object | No | The parameters used in the request \| 请求中使用的参数 | None | None | None |
|
|
592
|
+
| data | null | No | The response data \| 响应数据 | None | None | None |
|
|
593
|
+
|
|
594
|
+
<a id="get-api-u1-v1-weibo-web-fetch-trend-top"></a>
|
|
595
|
+
### `GET /api/u1/v1/weibo/web/fetch_trend_top`
|
|
596
|
+
|
|
597
|
+
- Summary: 获取频道热门趋势/Get channel trend top
|
|
598
|
+
- Capabilities: trends / rankings
|
|
599
|
+
- Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
|
|
600
|
+
- operationId: `fetch_trend_top_api_v1_weibo_web_fetch_trend_top_get`
|
|
601
|
+
|
|
602
|
+
#### Notes
|
|
603
|
+
|
|
604
|
+
> # [中文]
|
|
605
|
+
> ### 用途:
|
|
606
|
+
> - 获取指定频道的热门趋势内容
|
|
607
|
+
> ### 参数:
|
|
608
|
+
> - containerid: 频道容器ID,可从 fetch_config_list 接口获取
|
|
609
|
+
> - page: 页码,默认1
|
|
610
|
+
> ### 返回:
|
|
611
|
+
> - 热门微博列表
|
|
612
|
+
> ### 说明:
|
|
613
|
+
> - containerid 示例: 102803_ctg1_8999_-_ctg1_8999_home
|
|
614
|
+
> - 可通过 fetch_config_list 获取所有可用的 containerid
|
|
615
|
+
>
|
|
616
|
+
> # [English]
|
|
617
|
+
> ### Purpose:
|
|
618
|
+
> - Get trending content of the specified channel
|
|
619
|
+
> ### Parameters:
|
|
620
|
+
> - containerid: Channel container ID, can be obtained from fetch_config_list endpoint
|
|
621
|
+
> - page: Page number, default 1
|
|
622
|
+
> ### Return:
|
|
623
|
+
> - Trending Weibo list
|
|
624
|
+
> ### Note:
|
|
625
|
+
> - containerid example: 102803_ctg1_8999_-_ctg1_8999_home
|
|
626
|
+
> - You can get all available containerids from fetch_config_list
|
|
627
|
+
>
|
|
628
|
+
> # [示例/Example]
|
|
629
|
+
> containerid = "102803_ctg1_8999_-_ctg1_8999_home"
|
|
630
|
+
> page = 1
|
|
631
|
+
|
|
632
|
+
#### Parameters
|
|
633
|
+
|
|
634
|
+
| Field | In | Type | Required | Description | Default | Example | Enum |
|
|
635
|
+
| --- | --- | --- | --- | --- | --- | --- | --- |
|
|
636
|
+
| containerid | query | string | Yes | 频道容器ID/Channel container ID | None | 102803_ctg1_8999_-_ctg1_8999_home | None |
|
|
637
|
+
| page | query | integer | No | 页码/Page number | 1 | 1 | None |
|
|
638
|
+
|
|
639
|
+
#### Request Body
|
|
640
|
+
|
|
641
|
+
None
|
|
642
|
+
|
|
643
|
+
#### Success Response
|
|
644
|
+
|
|
645
|
+
##### `200 application/json`
|
|
646
|
+
|
|
647
|
+
- Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
|
|
648
|
+
|
|
649
|
+
| Field | Type | Required | Description | Default | Example | Enum |
|
|
650
|
+
| --- | --- | --- | --- | --- | --- | --- |
|
|
651
|
+
| code | integer | No | HTTP status code \| HTTP状态码 | 200 | None | None |
|
|
652
|
+
| request_id | string | No | Unique request identifier \| 唯一请求标识符 | None | None | None |
|
|
653
|
+
| message | string | No | Response message (EN-US) \| 响应消息 (English) | Request successful. This request will incur a charge. | None | None |
|
|
654
|
+
| message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) | 请求成功,本次请求将被计费。 | None | None |
|
|
655
|
+
| support | string | No | Support message \| 支持消息 | Discord: https://discord.gg/aMEAS8Xsvz | None | None |
|
|
656
|
+
| time | string | No | The time the response was generated \| 生成响应的时间 | None | None | None |
|
|
657
|
+
| time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 | None | None | None |
|
|
658
|
+
| time_zone | string | No | The timezone of the response time \| 响应时间的时区 | America/Los_Angeles | None | None |
|
|
659
|
+
| docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 | None | None | None |
|
|
660
|
+
| cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) | This request will be cached. You can access the cached result directly using th… | None | None |
|
|
661
|
+
| cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) | 本次请求将被缓存,你可以使用下面的 URL 直接访问缓存结果,有效期为 24 小时,访问缓存不会产生额外费用。 | None | None |
|
|
662
|
+
| cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL | None | None | None |
|
|
663
|
+
| router | string | No | The endpoint that generated this response \| 生成此响应的端点 | None | None | None |
|
|
664
|
+
| params | dynamic object | No | The parameters used in the request \| 请求中使用的参数 | None | None | None |
|
|
665
|
+
| data | null | No | The response data \| 响应数据 | None | None | None |
|
|
666
|
+
|
|
667
|
+
<a id="get-api-u1-v1-weibo-web-fetch-user-info"></a>
|
|
668
|
+
### `GET /api/u1/v1/weibo/web/fetch_user_info`
|
|
669
|
+
|
|
670
|
+
- Summary: 获取用户信息/Get user information
|
|
671
|
+
- Capabilities: profiles / accounts
|
|
672
|
+
- Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
|
|
673
|
+
- operationId: `fetch_user_info_api_v1_weibo_web_fetch_user_info_get`
|
|
674
|
+
|
|
675
|
+
#### Notes
|
|
676
|
+
|
|
677
|
+
> # [中文]
|
|
678
|
+
> ### 用途:
|
|
679
|
+
> - 获取微博用户信息
|
|
680
|
+
> ### 参数:
|
|
681
|
+
> - uid: 用户ID
|
|
682
|
+
> ### 返回:
|
|
683
|
+
> - 用户信息
|
|
684
|
+
>
|
|
685
|
+
> # [English]
|
|
686
|
+
> ### Purpose:
|
|
687
|
+
> - Get Weibo user information
|
|
688
|
+
> ### Parameters:
|
|
689
|
+
> - uid: User ID
|
|
690
|
+
> ### Return:
|
|
691
|
+
> - User information
|
|
692
|
+
>
|
|
693
|
+
> # [示例/Example]
|
|
694
|
+
> uid = "2992978081"
|
|
695
|
+
|
|
696
|
+
#### Parameters
|
|
697
|
+
|
|
698
|
+
| Field | In | Type | Required | Description | Default | Example | Enum |
|
|
699
|
+
| --- | --- | --- | --- | --- | --- | --- | --- |
|
|
700
|
+
| uid | query | string | Yes | 用户ID/User ID | None | 2992978081 | None |
|
|
701
|
+
|
|
702
|
+
#### Request Body
|
|
703
|
+
|
|
704
|
+
None
|
|
705
|
+
|
|
706
|
+
#### Success Response
|
|
707
|
+
|
|
708
|
+
##### `200 application/json`
|
|
709
|
+
|
|
710
|
+
- Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
|
|
711
|
+
|
|
712
|
+
| Field | Type | Required | Description | Default | Example | Enum |
|
|
713
|
+
| --- | --- | --- | --- | --- | --- | --- |
|
|
714
|
+
| code | integer | No | HTTP status code \| HTTP状态码 | 200 | None | None |
|
|
715
|
+
| request_id | string | No | Unique request identifier \| 唯一请求标识符 | None | None | None |
|
|
716
|
+
| message | string | No | Response message (EN-US) \| 响应消息 (English) | Request successful. This request will incur a charge. | None | None |
|
|
717
|
+
| message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) | 请求成功,本次请求将被计费。 | None | None |
|
|
718
|
+
| support | string | No | Support message \| 支持消息 | Discord: https://discord.gg/aMEAS8Xsvz | None | None |
|
|
719
|
+
| time | string | No | The time the response was generated \| 生成响应的时间 | None | None | None |
|
|
720
|
+
| time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 | None | None | None |
|
|
721
|
+
| time_zone | string | No | The timezone of the response time \| 响应时间的时区 | America/Los_Angeles | None | None |
|
|
722
|
+
| docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 | None | None | None |
|
|
723
|
+
| cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) | This request will be cached. You can access the cached result directly using th… | None | None |
|
|
724
|
+
| cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) | 本次请求将被缓存,你可以使用下面的 URL 直接访问缓存结果,有效期为 24 小时,访问缓存不会产生额外费用。 | None | None |
|
|
725
|
+
| cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL | None | None | None |
|
|
726
|
+
| router | string | No | The endpoint that generated this response \| 生成此响应的端点 | None | None | None |
|
|
727
|
+
| params | dynamic object | No | The parameters used in the request \| 请求中使用的参数 | None | None | None |
|
|
728
|
+
| data | null | No | The response data \| 响应数据 | None | None | None |
|
|
729
|
+
|
|
730
|
+
<a id="get-api-u1-v1-weibo-web-fetch-user-posts"></a>
|
|
731
|
+
### `GET /api/u1/v1/weibo/web/fetch_user_posts`
|
|
732
|
+
|
|
733
|
+
- Summary: 获取用户微博列表/Get user posts
|
|
734
|
+
- Capabilities: profiles / accounts / content details
|
|
735
|
+
- Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
|
|
736
|
+
- operationId: `fetch_user_posts_api_v1_weibo_web_fetch_user_posts_get`
|
|
737
|
+
|
|
738
|
+
#### Notes
|
|
739
|
+
|
|
740
|
+
> # [中文]
|
|
741
|
+
> ### 用途:
|
|
742
|
+
> - 获取微博用户的微博列表
|
|
743
|
+
> ### 参数:
|
|
744
|
+
> - uid: 用户ID
|
|
745
|
+
> - page: 页码,默认1
|
|
746
|
+
> - since_id: 翻页用的ID,从上一页返回结果中获取
|
|
747
|
+
> ### 返回:
|
|
748
|
+
> - 用户微博列表
|
|
749
|
+
>
|
|
750
|
+
> # [English]
|
|
751
|
+
> ### Purpose:
|
|
752
|
+
> - Get Weibo user's posts list
|
|
753
|
+
> ### Parameters:
|
|
754
|
+
> - uid: User ID
|
|
755
|
+
> - page: Page number, default 1
|
|
756
|
+
> - since_id: Pagination ID from previous page result
|
|
757
|
+
> ### Return:
|
|
758
|
+
> - User posts list
|
|
759
|
+
>
|
|
760
|
+
> # [示例/Example]
|
|
761
|
+
> uid = "7277477906"
|
|
762
|
+
> page = 1
|
|
763
|
+
|
|
764
|
+
#### Parameters
|
|
765
|
+
|
|
766
|
+
| Field | In | Type | Required | Description | Default | Example | Enum |
|
|
767
|
+
| --- | --- | --- | --- | --- | --- | --- | --- |
|
|
768
|
+
| uid | query | string | Yes | 用户ID/User ID | None | 7277477906 | None |
|
|
769
|
+
| page | query | integer | No | 页码/Page number | 1 | 1 | None |
|
|
770
|
+
| since_id | query | string | No | 翻页ID,从上一页结果获取/Pagination ID from previous page | None | None | None |
|
|
771
|
+
|
|
772
|
+
#### Request Body
|
|
773
|
+
|
|
774
|
+
None
|
|
775
|
+
|
|
776
|
+
#### Success Response
|
|
777
|
+
|
|
778
|
+
##### `200 application/json`
|
|
779
|
+
|
|
780
|
+
- Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
|
|
781
|
+
|
|
782
|
+
| Field | Type | Required | Description | Default | Example | Enum |
|
|
783
|
+
| --- | --- | --- | --- | --- | --- | --- |
|
|
784
|
+
| code | integer | No | HTTP status code \| HTTP状态码 | 200 | None | None |
|
|
785
|
+
| request_id | string | No | Unique request identifier \| 唯一请求标识符 | None | None | None |
|
|
786
|
+
| message | string | No | Response message (EN-US) \| 响应消息 (English) | Request successful. This request will incur a charge. | None | None |
|
|
787
|
+
| message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) | 请求成功,本次请求将被计费。 | None | None |
|
|
788
|
+
| support | string | No | Support message \| 支持消息 | Discord: https://discord.gg/aMEAS8Xsvz | None | None |
|
|
789
|
+
| time | string | No | The time the response was generated \| 生成响应的时间 | None | None | None |
|
|
790
|
+
| time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 | None | None | None |
|
|
791
|
+
| time_zone | string | No | The timezone of the response time \| 响应时间的时区 | America/Los_Angeles | None | None |
|
|
792
|
+
| docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 | None | None | None |
|
|
793
|
+
| cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) | This request will be cached. You can access the cached result directly using th… | None | None |
|
|
794
|
+
| cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) | 本次请求将被缓存,你可以使用下面的 URL 直接访问缓存结果,有效期为 24 小时,访问缓存不会产生额外费用。 | None | None |
|
|
795
|
+
| cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL | None | None | None |
|
|
796
|
+
| router | string | No | The endpoint that generated this response \| 生成此响应的端点 | None | None | None |
|
|
797
|
+
| params | dynamic object | No | The parameters used in the request \| 请求中使用的参数 | None | None | None |
|
|
798
|
+
| data | null | No | The response data \| 响应数据 | None | None | None |
|