@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,851 @@
|
|
|
1
|
+
# Weibo-App-API Route Summary
|
|
2
|
+
|
|
3
|
+
- Back to index: [`api-capability-index.md`](../api-capability-index.md)
|
|
4
|
+
- Current tag file: `api-tags/weibo-app-api.md`
|
|
5
|
+
- Full contract: [`api-contracts/weibo-app-api.md`](../api-contracts/weibo-app-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: `20`
|
|
9
|
+
- Common capabilities: profiles / accounts / content details / search / details / trends / rankings / comments
|
|
10
|
+
- Default auth: Header `Authorization` Bearer
|
|
11
|
+
- Common inputs: `uid`, `page`, `since_id`, `status_id`, `query`, `count`, `max_id`, `category`, `search_type`, `sort_type`
|
|
12
|
+
- Tag description: **(新浪微博APP数据接口/Weibo-App-API data endpoints)**
|
|
13
|
+
|
|
14
|
+
## Routes
|
|
15
|
+
|
|
16
|
+
### `GET /api/u1/v1/weibo/app/fetch_ai_smart_search`
|
|
17
|
+
|
|
18
|
+
- Summary: AI智搜/AI Smart Search
|
|
19
|
+
- Capabilities: search
|
|
20
|
+
- Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
|
|
21
|
+
- operationId: `fetch_ai_smart_search_api_v1_weibo_app_fetch_ai_smart_search_get`
|
|
22
|
+
- Full contract: [`api-contracts/weibo-app-api.md#get-api-u1-v1-weibo-app-fetch-ai-smart-search`](../api-contracts/weibo-app-api.md#get-api-u1-v1-weibo-app-fetch-ai-smart-search)
|
|
23
|
+
|
|
24
|
+
#### Parameters
|
|
25
|
+
|
|
26
|
+
| Field | In | Type | Required | Description |
|
|
27
|
+
| --- | --- | --- | --- | --- |
|
|
28
|
+
| query | query | string | Yes | 搜索关键词 |
|
|
29
|
+
| page | query | integer | No | 页码 |
|
|
30
|
+
|
|
31
|
+
#### Request Body
|
|
32
|
+
|
|
33
|
+
None
|
|
34
|
+
|
|
35
|
+
#### Success Response
|
|
36
|
+
|
|
37
|
+
##### `200 application/json`
|
|
38
|
+
|
|
39
|
+
- Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
|
|
40
|
+
|
|
41
|
+
| Field | Type | Required | Description |
|
|
42
|
+
| --- | --- | --- | --- |
|
|
43
|
+
| code | integer | No | HTTP status code \| HTTP状态码 |
|
|
44
|
+
| request_id | string | No | Unique request identifier \| 唯一请求标识符 |
|
|
45
|
+
| message | string | No | Response message (EN-US) \| 响应消息 (English) |
|
|
46
|
+
| message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) |
|
|
47
|
+
| support | string | No | Support message \| 支持消息 |
|
|
48
|
+
| time | string | No | The time the response was generated \| 生成响应的时间 |
|
|
49
|
+
| time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 |
|
|
50
|
+
| time_zone | string | No | The timezone of the response time \| 响应时间的时区 |
|
|
51
|
+
| docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 |
|
|
52
|
+
| cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) |
|
|
53
|
+
| cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) |
|
|
54
|
+
| cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL |
|
|
55
|
+
|
|
56
|
+
- Fields truncated: this layer shows only the first `12` rows.
|
|
57
|
+
|
|
58
|
+
### `GET /api/u1/v1/weibo/app/fetch_home_recommend_feed`
|
|
59
|
+
|
|
60
|
+
- Summary: 获取首页推荐Feed流/Get home recommend feed
|
|
61
|
+
- Capabilities: profiles / accounts
|
|
62
|
+
- Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
|
|
63
|
+
- operationId: `fetch_home_recommend_feed_api_v1_weibo_app_fetch_home_recommend_feed_get`
|
|
64
|
+
- Full contract: [`api-contracts/weibo-app-api.md#get-api-u1-v1-weibo-app-fetch-home-recommend-feed`](../api-contracts/weibo-app-api.md#get-api-u1-v1-weibo-app-fetch-home-recommend-feed)
|
|
65
|
+
|
|
66
|
+
#### Parameters
|
|
67
|
+
|
|
68
|
+
| Field | In | Type | Required | Description |
|
|
69
|
+
| --- | --- | --- | --- | --- |
|
|
70
|
+
| page | query | string | No | 页码,首页不传,第二页传2 |
|
|
71
|
+
| count | query | integer | No | 每页数量 |
|
|
72
|
+
|
|
73
|
+
#### Request Body
|
|
74
|
+
|
|
75
|
+
None
|
|
76
|
+
|
|
77
|
+
#### Success Response
|
|
78
|
+
|
|
79
|
+
##### `200 application/json`
|
|
80
|
+
|
|
81
|
+
- Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
|
|
82
|
+
|
|
83
|
+
| Field | Type | Required | Description |
|
|
84
|
+
| --- | --- | --- | --- |
|
|
85
|
+
| code | integer | No | HTTP status code \| HTTP状态码 |
|
|
86
|
+
| request_id | string | No | Unique request identifier \| 唯一请求标识符 |
|
|
87
|
+
| message | string | No | Response message (EN-US) \| 响应消息 (English) |
|
|
88
|
+
| message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) |
|
|
89
|
+
| support | string | No | Support message \| 支持消息 |
|
|
90
|
+
| time | string | No | The time the response was generated \| 生成响应的时间 |
|
|
91
|
+
| time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 |
|
|
92
|
+
| time_zone | string | No | The timezone of the response time \| 响应时间的时区 |
|
|
93
|
+
| docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 |
|
|
94
|
+
| cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) |
|
|
95
|
+
| cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) |
|
|
96
|
+
| cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL |
|
|
97
|
+
|
|
98
|
+
- Fields truncated: this layer shows only the first `12` rows.
|
|
99
|
+
|
|
100
|
+
### `GET /api/u1/v1/weibo/app/fetch_hot_search`
|
|
101
|
+
|
|
102
|
+
- Summary: 获取热搜榜/Get hot search
|
|
103
|
+
- Capabilities: search / trends / rankings
|
|
104
|
+
- Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
|
|
105
|
+
- operationId: `fetch_hot_search_api_v1_weibo_app_fetch_hot_search_get`
|
|
106
|
+
- Full contract: [`api-contracts/weibo-app-api.md#get-api-u1-v1-weibo-app-fetch-hot-search`](../api-contracts/weibo-app-api.md#get-api-u1-v1-weibo-app-fetch-hot-search)
|
|
107
|
+
|
|
108
|
+
#### Parameters
|
|
109
|
+
|
|
110
|
+
| Field | In | Type | Required | Description |
|
|
111
|
+
| --- | --- | --- | --- | --- |
|
|
112
|
+
| category | query | string | No | 热搜分类: mineband=我的, realtimehot=热搜, social=社会, fun=文娱, technologynav=科技, lifenav=生活, region=同城, sportnav=体育, gamenav=ACG |
|
|
113
|
+
| page | query | integer | No | 页码 |
|
|
114
|
+
| count | query | integer | No | 每页数量 |
|
|
115
|
+
|
|
116
|
+
#### Request Body
|
|
117
|
+
|
|
118
|
+
None
|
|
119
|
+
|
|
120
|
+
#### Success Response
|
|
121
|
+
|
|
122
|
+
##### `200 application/json`
|
|
123
|
+
|
|
124
|
+
- Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
|
|
125
|
+
|
|
126
|
+
| Field | Type | Required | Description |
|
|
127
|
+
| --- | --- | --- | --- |
|
|
128
|
+
| code | integer | No | HTTP status code \| HTTP状态码 |
|
|
129
|
+
| request_id | string | No | Unique request identifier \| 唯一请求标识符 |
|
|
130
|
+
| message | string | No | Response message (EN-US) \| 响应消息 (English) |
|
|
131
|
+
| message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) |
|
|
132
|
+
| support | string | No | Support message \| 支持消息 |
|
|
133
|
+
| time | string | No | The time the response was generated \| 生成响应的时间 |
|
|
134
|
+
| time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 |
|
|
135
|
+
| time_zone | string | No | The timezone of the response time \| 响应时间的时区 |
|
|
136
|
+
| docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 |
|
|
137
|
+
| cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) |
|
|
138
|
+
| cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) |
|
|
139
|
+
| cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL |
|
|
140
|
+
|
|
141
|
+
- Fields truncated: this layer shows only the first `12` rows.
|
|
142
|
+
|
|
143
|
+
### `GET /api/u1/v1/weibo/app/fetch_hot_search_categories`
|
|
144
|
+
|
|
145
|
+
- Summary: 获取热搜分类列表/Get hot search categories
|
|
146
|
+
- Capabilities: search / trends / rankings
|
|
147
|
+
- Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
|
|
148
|
+
- operationId: `fetch_hot_search_categories_api_v1_weibo_app_fetch_hot_search_categories_get`
|
|
149
|
+
- Full contract: [`api-contracts/weibo-app-api.md#get-api-u1-v1-weibo-app-fetch-hot-search-categories`](../api-contracts/weibo-app-api.md#get-api-u1-v1-weibo-app-fetch-hot-search-categories)
|
|
150
|
+
|
|
151
|
+
#### Parameters
|
|
152
|
+
|
|
153
|
+
None
|
|
154
|
+
|
|
155
|
+
#### Request Body
|
|
156
|
+
|
|
157
|
+
None
|
|
158
|
+
|
|
159
|
+
#### Success Response
|
|
160
|
+
|
|
161
|
+
##### `200 application/json`
|
|
162
|
+
|
|
163
|
+
- Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
|
|
164
|
+
|
|
165
|
+
| Field | Type | Required | Description |
|
|
166
|
+
| --- | --- | --- | --- |
|
|
167
|
+
| code | integer | No | HTTP status code \| HTTP状态码 |
|
|
168
|
+
| request_id | string | No | Unique request identifier \| 唯一请求标识符 |
|
|
169
|
+
| message | string | No | Response message (EN-US) \| 响应消息 (English) |
|
|
170
|
+
| message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) |
|
|
171
|
+
| support | string | No | Support message \| 支持消息 |
|
|
172
|
+
| time | string | No | The time the response was generated \| 生成响应的时间 |
|
|
173
|
+
| time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 |
|
|
174
|
+
| time_zone | string | No | The timezone of the response time \| 响应时间的时区 |
|
|
175
|
+
| docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 |
|
|
176
|
+
| cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) |
|
|
177
|
+
| cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) |
|
|
178
|
+
| cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL |
|
|
179
|
+
|
|
180
|
+
- Fields truncated: this layer shows only the first `12` rows.
|
|
181
|
+
|
|
182
|
+
### `GET /api/u1/v1/weibo/app/fetch_search_all`
|
|
183
|
+
|
|
184
|
+
- Summary: 综合搜索/Comprehensive search
|
|
185
|
+
- Capabilities: search
|
|
186
|
+
- Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
|
|
187
|
+
- operationId: `fetch_search_all_api_v1_weibo_app_fetch_search_all_get`
|
|
188
|
+
- Full contract: [`api-contracts/weibo-app-api.md#get-api-u1-v1-weibo-app-fetch-search-all`](../api-contracts/weibo-app-api.md#get-api-u1-v1-weibo-app-fetch-search-all)
|
|
189
|
+
|
|
190
|
+
#### Parameters
|
|
191
|
+
|
|
192
|
+
| Field | In | Type | Required | Description |
|
|
193
|
+
| --- | --- | --- | --- | --- |
|
|
194
|
+
| query | query | string | Yes | 搜索关键词 |
|
|
195
|
+
| page | query | integer | No | 页码 |
|
|
196
|
+
| search_type | query | integer | No | 搜索类型: 1=综合, 61=实时, 3=用户, 64=视频, 63=图片, 62=关注, 60=热门, 21=全网, 38=话题, 98=超话, 92=地点, 97=商品 |
|
|
197
|
+
|
|
198
|
+
#### Request Body
|
|
199
|
+
|
|
200
|
+
None
|
|
201
|
+
|
|
202
|
+
#### Success Response
|
|
203
|
+
|
|
204
|
+
##### `200 application/json`
|
|
205
|
+
|
|
206
|
+
- Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
|
|
207
|
+
|
|
208
|
+
| Field | Type | Required | Description |
|
|
209
|
+
| --- | --- | --- | --- |
|
|
210
|
+
| code | integer | No | HTTP status code \| HTTP状态码 |
|
|
211
|
+
| request_id | string | No | Unique request identifier \| 唯一请求标识符 |
|
|
212
|
+
| message | string | No | Response message (EN-US) \| 响应消息 (English) |
|
|
213
|
+
| message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) |
|
|
214
|
+
| support | string | No | Support message \| 支持消息 |
|
|
215
|
+
| time | string | No | The time the response was generated \| 生成响应的时间 |
|
|
216
|
+
| time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 |
|
|
217
|
+
| time_zone | string | No | The timezone of the response time \| 响应时间的时区 |
|
|
218
|
+
| docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 |
|
|
219
|
+
| cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) |
|
|
220
|
+
| cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) |
|
|
221
|
+
| cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL |
|
|
222
|
+
|
|
223
|
+
- Fields truncated: this layer shows only the first `12` rows.
|
|
224
|
+
|
|
225
|
+
### `GET /api/u1/v1/weibo/app/fetch_status_comments`
|
|
226
|
+
|
|
227
|
+
- Summary: 获取微博评论/Get post comments
|
|
228
|
+
- Capabilities: comments
|
|
229
|
+
- Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
|
|
230
|
+
- operationId: `fetch_status_comments_api_v1_weibo_app_fetch_status_comments_get`
|
|
231
|
+
- Full contract: [`api-contracts/weibo-app-api.md#get-api-u1-v1-weibo-app-fetch-status-comments`](../api-contracts/weibo-app-api.md#get-api-u1-v1-weibo-app-fetch-status-comments)
|
|
232
|
+
|
|
233
|
+
#### Parameters
|
|
234
|
+
|
|
235
|
+
| Field | In | Type | Required | Description |
|
|
236
|
+
| --- | --- | --- | --- | --- |
|
|
237
|
+
| status_id | query | string | Yes | 微博ID |
|
|
238
|
+
| max_id | query | string | No | 翻页游标 |
|
|
239
|
+
| sort_type | query | string | No | 排序类型: 0=按热度排序, 1=按时间排序 |
|
|
240
|
+
|
|
241
|
+
#### Request Body
|
|
242
|
+
|
|
243
|
+
None
|
|
244
|
+
|
|
245
|
+
#### Success Response
|
|
246
|
+
|
|
247
|
+
##### `200 application/json`
|
|
248
|
+
|
|
249
|
+
- Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
|
|
250
|
+
|
|
251
|
+
| Field | Type | Required | Description |
|
|
252
|
+
| --- | --- | --- | --- |
|
|
253
|
+
| code | integer | No | HTTP status code \| HTTP状态码 |
|
|
254
|
+
| request_id | string | No | Unique request identifier \| 唯一请求标识符 |
|
|
255
|
+
| message | string | No | Response message (EN-US) \| 响应消息 (English) |
|
|
256
|
+
| message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) |
|
|
257
|
+
| support | string | No | Support message \| 支持消息 |
|
|
258
|
+
| time | string | No | The time the response was generated \| 生成响应的时间 |
|
|
259
|
+
| time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 |
|
|
260
|
+
| time_zone | string | No | The timezone of the response time \| 响应时间的时区 |
|
|
261
|
+
| docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 |
|
|
262
|
+
| cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) |
|
|
263
|
+
| cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) |
|
|
264
|
+
| cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL |
|
|
265
|
+
|
|
266
|
+
- Fields truncated: this layer shows only the first `12` rows.
|
|
267
|
+
|
|
268
|
+
### `GET /api/u1/v1/weibo/app/fetch_status_detail`
|
|
269
|
+
|
|
270
|
+
- Summary: 获取微博详情/Get post detail
|
|
271
|
+
- Capabilities: details
|
|
272
|
+
- Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
|
|
273
|
+
- operationId: `fetch_status_detail_api_v1_weibo_app_fetch_status_detail_get`
|
|
274
|
+
- Full contract: [`api-contracts/weibo-app-api.md#get-api-u1-v1-weibo-app-fetch-status-detail`](../api-contracts/weibo-app-api.md#get-api-u1-v1-weibo-app-fetch-status-detail)
|
|
275
|
+
|
|
276
|
+
#### Parameters
|
|
277
|
+
|
|
278
|
+
| Field | In | Type | Required | Description |
|
|
279
|
+
| --- | --- | --- | --- | --- |
|
|
280
|
+
| status_id | query | string | Yes | 微博ID |
|
|
281
|
+
|
|
282
|
+
#### Request Body
|
|
283
|
+
|
|
284
|
+
None
|
|
285
|
+
|
|
286
|
+
#### Success Response
|
|
287
|
+
|
|
288
|
+
##### `200 application/json`
|
|
289
|
+
|
|
290
|
+
- Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
|
|
291
|
+
|
|
292
|
+
| Field | Type | Required | Description |
|
|
293
|
+
| --- | --- | --- | --- |
|
|
294
|
+
| code | integer | No | HTTP status code \| HTTP状态码 |
|
|
295
|
+
| request_id | string | No | Unique request identifier \| 唯一请求标识符 |
|
|
296
|
+
| message | string | No | Response message (EN-US) \| 响应消息 (English) |
|
|
297
|
+
| message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) |
|
|
298
|
+
| support | string | No | Support message \| 支持消息 |
|
|
299
|
+
| time | string | No | The time the response was generated \| 生成响应的时间 |
|
|
300
|
+
| time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 |
|
|
301
|
+
| time_zone | string | No | The timezone of the response time \| 响应时间的时区 |
|
|
302
|
+
| docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 |
|
|
303
|
+
| cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) |
|
|
304
|
+
| cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) |
|
|
305
|
+
| cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL |
|
|
306
|
+
|
|
307
|
+
- Fields truncated: this layer shows only the first `12` rows.
|
|
308
|
+
|
|
309
|
+
### `GET /api/u1/v1/weibo/app/fetch_status_likes`
|
|
310
|
+
|
|
311
|
+
- Summary: 获取微博点赞列表/Get post likes
|
|
312
|
+
- Capabilities: general
|
|
313
|
+
- Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
|
|
314
|
+
- operationId: `fetch_status_likes_api_v1_weibo_app_fetch_status_likes_get`
|
|
315
|
+
- Full contract: [`api-contracts/weibo-app-api.md#get-api-u1-v1-weibo-app-fetch-status-likes`](../api-contracts/weibo-app-api.md#get-api-u1-v1-weibo-app-fetch-status-likes)
|
|
316
|
+
|
|
317
|
+
#### Parameters
|
|
318
|
+
|
|
319
|
+
| Field | In | Type | Required | Description |
|
|
320
|
+
| --- | --- | --- | --- | --- |
|
|
321
|
+
| status_id | query | string | Yes | 微博ID |
|
|
322
|
+
| attitude_type | query | string | No | 点赞类型: 0=全部, 1=点赞, 2=开心, 3=惊讶, 4=伤心, 5=愤怒, 6=打赏, 8=抱抱 |
|
|
323
|
+
|
|
324
|
+
#### Request Body
|
|
325
|
+
|
|
326
|
+
None
|
|
327
|
+
|
|
328
|
+
#### Success Response
|
|
329
|
+
|
|
330
|
+
##### `200 application/json`
|
|
331
|
+
|
|
332
|
+
- Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
|
|
333
|
+
|
|
334
|
+
| Field | Type | Required | Description |
|
|
335
|
+
| --- | --- | --- | --- |
|
|
336
|
+
| code | integer | No | HTTP status code \| HTTP状态码 |
|
|
337
|
+
| request_id | string | No | Unique request identifier \| 唯一请求标识符 |
|
|
338
|
+
| message | string | No | Response message (EN-US) \| 响应消息 (English) |
|
|
339
|
+
| message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) |
|
|
340
|
+
| support | string | No | Support message \| 支持消息 |
|
|
341
|
+
| time | string | No | The time the response was generated \| 生成响应的时间 |
|
|
342
|
+
| time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 |
|
|
343
|
+
| time_zone | string | No | The timezone of the response time \| 响应时间的时区 |
|
|
344
|
+
| docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 |
|
|
345
|
+
| cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) |
|
|
346
|
+
| cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) |
|
|
347
|
+
| cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL |
|
|
348
|
+
|
|
349
|
+
- Fields truncated: this layer shows only the first `12` rows.
|
|
350
|
+
|
|
351
|
+
### `GET /api/u1/v1/weibo/app/fetch_status_reposts`
|
|
352
|
+
|
|
353
|
+
- Summary: 获取微博转发列表/Get post reposts
|
|
354
|
+
- Capabilities: content details
|
|
355
|
+
- Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
|
|
356
|
+
- operationId: `fetch_status_reposts_api_v1_weibo_app_fetch_status_reposts_get`
|
|
357
|
+
- Full contract: [`api-contracts/weibo-app-api.md#get-api-u1-v1-weibo-app-fetch-status-reposts`](../api-contracts/weibo-app-api.md#get-api-u1-v1-weibo-app-fetch-status-reposts)
|
|
358
|
+
|
|
359
|
+
#### Parameters
|
|
360
|
+
|
|
361
|
+
| Field | In | Type | Required | Description |
|
|
362
|
+
| --- | --- | --- | --- | --- |
|
|
363
|
+
| status_id | query | string | Yes | 微博ID |
|
|
364
|
+
| max_id | query | string | No | 翻页游标 |
|
|
365
|
+
|
|
366
|
+
#### Request Body
|
|
367
|
+
|
|
368
|
+
None
|
|
369
|
+
|
|
370
|
+
#### Success Response
|
|
371
|
+
|
|
372
|
+
##### `200 application/json`
|
|
373
|
+
|
|
374
|
+
- Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
|
|
375
|
+
|
|
376
|
+
| Field | Type | Required | Description |
|
|
377
|
+
| --- | --- | --- | --- |
|
|
378
|
+
| code | integer | No | HTTP status code \| HTTP状态码 |
|
|
379
|
+
| request_id | string | No | Unique request identifier \| 唯一请求标识符 |
|
|
380
|
+
| message | string | No | Response message (EN-US) \| 响应消息 (English) |
|
|
381
|
+
| message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) |
|
|
382
|
+
| support | string | No | Support message \| 支持消息 |
|
|
383
|
+
| time | string | No | The time the response was generated \| 生成响应的时间 |
|
|
384
|
+
| time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 |
|
|
385
|
+
| time_zone | string | No | The timezone of the response time \| 响应时间的时区 |
|
|
386
|
+
| docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 |
|
|
387
|
+
| cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) |
|
|
388
|
+
| cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) |
|
|
389
|
+
| cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL |
|
|
390
|
+
|
|
391
|
+
- Fields truncated: this layer shows only the first `12` rows.
|
|
392
|
+
|
|
393
|
+
### `GET /api/u1/v1/weibo/app/fetch_user_album`
|
|
394
|
+
|
|
395
|
+
- Summary: 获取用户相册/Get user album
|
|
396
|
+
- Capabilities: profiles / accounts
|
|
397
|
+
- Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
|
|
398
|
+
- operationId: `fetch_user_album_api_v1_weibo_app_fetch_user_album_get`
|
|
399
|
+
- Full contract: [`api-contracts/weibo-app-api.md#get-api-u1-v1-weibo-app-fetch-user-album`](../api-contracts/weibo-app-api.md#get-api-u1-v1-weibo-app-fetch-user-album)
|
|
400
|
+
|
|
401
|
+
#### Parameters
|
|
402
|
+
|
|
403
|
+
| Field | In | Type | Required | Description |
|
|
404
|
+
| --- | --- | --- | --- | --- |
|
|
405
|
+
| uid | query | string | Yes | 用户ID |
|
|
406
|
+
| since_id | query | string | No | 翻页游标 |
|
|
407
|
+
|
|
408
|
+
#### Request Body
|
|
409
|
+
|
|
410
|
+
None
|
|
411
|
+
|
|
412
|
+
#### Success Response
|
|
413
|
+
|
|
414
|
+
##### `200 application/json`
|
|
415
|
+
|
|
416
|
+
- Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
|
|
417
|
+
|
|
418
|
+
| Field | Type | Required | Description |
|
|
419
|
+
| --- | --- | --- | --- |
|
|
420
|
+
| code | integer | No | HTTP status code \| HTTP状态码 |
|
|
421
|
+
| request_id | string | No | Unique request identifier \| 唯一请求标识符 |
|
|
422
|
+
| message | string | No | Response message (EN-US) \| 响应消息 (English) |
|
|
423
|
+
| message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) |
|
|
424
|
+
| support | string | No | Support message \| 支持消息 |
|
|
425
|
+
| time | string | No | The time the response was generated \| 生成响应的时间 |
|
|
426
|
+
| time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 |
|
|
427
|
+
| time_zone | string | No | The timezone of the response time \| 响应时间的时区 |
|
|
428
|
+
| docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 |
|
|
429
|
+
| cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) |
|
|
430
|
+
| cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) |
|
|
431
|
+
| cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL |
|
|
432
|
+
|
|
433
|
+
- Fields truncated: this layer shows only the first `12` rows.
|
|
434
|
+
|
|
435
|
+
### `GET /api/u1/v1/weibo/app/fetch_user_articles`
|
|
436
|
+
|
|
437
|
+
- Summary: 获取用户文章列表/Get user articles
|
|
438
|
+
- Capabilities: profiles / accounts / content details
|
|
439
|
+
- Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
|
|
440
|
+
- operationId: `fetch_user_articles_api_v1_weibo_app_fetch_user_articles_get`
|
|
441
|
+
- Full contract: [`api-contracts/weibo-app-api.md#get-api-u1-v1-weibo-app-fetch-user-articles`](../api-contracts/weibo-app-api.md#get-api-u1-v1-weibo-app-fetch-user-articles)
|
|
442
|
+
|
|
443
|
+
#### Parameters
|
|
444
|
+
|
|
445
|
+
| Field | In | Type | Required | Description |
|
|
446
|
+
| --- | --- | --- | --- | --- |
|
|
447
|
+
| uid | query | string | Yes | 用户ID |
|
|
448
|
+
| since_id | query | string | No | 翻页游标 |
|
|
449
|
+
|
|
450
|
+
#### Request Body
|
|
451
|
+
|
|
452
|
+
None
|
|
453
|
+
|
|
454
|
+
#### Success Response
|
|
455
|
+
|
|
456
|
+
##### `200 application/json`
|
|
457
|
+
|
|
458
|
+
- Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
|
|
459
|
+
|
|
460
|
+
| Field | Type | Required | Description |
|
|
461
|
+
| --- | --- | --- | --- |
|
|
462
|
+
| code | integer | No | HTTP status code \| HTTP状态码 |
|
|
463
|
+
| request_id | string | No | Unique request identifier \| 唯一请求标识符 |
|
|
464
|
+
| message | string | No | Response message (EN-US) \| 响应消息 (English) |
|
|
465
|
+
| message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) |
|
|
466
|
+
| support | string | No | Support message \| 支持消息 |
|
|
467
|
+
| time | string | No | The time the response was generated \| 生成响应的时间 |
|
|
468
|
+
| time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 |
|
|
469
|
+
| time_zone | string | No | The timezone of the response time \| 响应时间的时区 |
|
|
470
|
+
| docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 |
|
|
471
|
+
| cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) |
|
|
472
|
+
| cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) |
|
|
473
|
+
| cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL |
|
|
474
|
+
|
|
475
|
+
- Fields truncated: this layer shows only the first `12` rows.
|
|
476
|
+
|
|
477
|
+
### `GET /api/u1/v1/weibo/app/fetch_user_audios`
|
|
478
|
+
|
|
479
|
+
- Summary: 获取用户音频列表/Get user audios
|
|
480
|
+
- Capabilities: profiles / accounts / audio / media
|
|
481
|
+
- Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
|
|
482
|
+
- operationId: `fetch_user_audios_api_v1_weibo_app_fetch_user_audios_get`
|
|
483
|
+
- Full contract: [`api-contracts/weibo-app-api.md#get-api-u1-v1-weibo-app-fetch-user-audios`](../api-contracts/weibo-app-api.md#get-api-u1-v1-weibo-app-fetch-user-audios)
|
|
484
|
+
|
|
485
|
+
#### Parameters
|
|
486
|
+
|
|
487
|
+
| Field | In | Type | Required | Description |
|
|
488
|
+
| --- | --- | --- | --- | --- |
|
|
489
|
+
| uid | query | string | Yes | 用户ID |
|
|
490
|
+
| since_id | query | string | No | 翻页游标 |
|
|
491
|
+
|
|
492
|
+
#### Request Body
|
|
493
|
+
|
|
494
|
+
None
|
|
495
|
+
|
|
496
|
+
#### Success Response
|
|
497
|
+
|
|
498
|
+
##### `200 application/json`
|
|
499
|
+
|
|
500
|
+
- Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
|
|
501
|
+
|
|
502
|
+
| Field | Type | Required | Description |
|
|
503
|
+
| --- | --- | --- | --- |
|
|
504
|
+
| code | integer | No | HTTP status code \| HTTP状态码 |
|
|
505
|
+
| request_id | string | No | Unique request identifier \| 唯一请求标识符 |
|
|
506
|
+
| message | string | No | Response message (EN-US) \| 响应消息 (English) |
|
|
507
|
+
| message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) |
|
|
508
|
+
| support | string | No | Support message \| 支持消息 |
|
|
509
|
+
| time | string | No | The time the response was generated \| 生成响应的时间 |
|
|
510
|
+
| time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 |
|
|
511
|
+
| time_zone | string | No | The timezone of the response time \| 响应时间的时区 |
|
|
512
|
+
| docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 |
|
|
513
|
+
| cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) |
|
|
514
|
+
| cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) |
|
|
515
|
+
| cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL |
|
|
516
|
+
|
|
517
|
+
- Fields truncated: this layer shows only the first `12` rows.
|
|
518
|
+
|
|
519
|
+
### `GET /api/u1/v1/weibo/app/fetch_user_info`
|
|
520
|
+
|
|
521
|
+
- Summary: 获取用户信息/Get user information
|
|
522
|
+
- Capabilities: profiles / accounts
|
|
523
|
+
- Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
|
|
524
|
+
- operationId: `fetch_user_info_api_v1_weibo_app_fetch_user_info_get`
|
|
525
|
+
- Full contract: [`api-contracts/weibo-app-api.md#get-api-u1-v1-weibo-app-fetch-user-info`](../api-contracts/weibo-app-api.md#get-api-u1-v1-weibo-app-fetch-user-info)
|
|
526
|
+
|
|
527
|
+
#### Parameters
|
|
528
|
+
|
|
529
|
+
| Field | In | Type | Required | Description |
|
|
530
|
+
| --- | --- | --- | --- | --- |
|
|
531
|
+
| uid | query | string | Yes | 用户ID |
|
|
532
|
+
|
|
533
|
+
#### Request Body
|
|
534
|
+
|
|
535
|
+
None
|
|
536
|
+
|
|
537
|
+
#### Success Response
|
|
538
|
+
|
|
539
|
+
##### `200 application/json`
|
|
540
|
+
|
|
541
|
+
- Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
|
|
542
|
+
|
|
543
|
+
| Field | Type | Required | Description |
|
|
544
|
+
| --- | --- | --- | --- |
|
|
545
|
+
| code | integer | No | HTTP status code \| HTTP状态码 |
|
|
546
|
+
| request_id | string | No | Unique request identifier \| 唯一请求标识符 |
|
|
547
|
+
| message | string | No | Response message (EN-US) \| 响应消息 (English) |
|
|
548
|
+
| message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) |
|
|
549
|
+
| support | string | No | Support message \| 支持消息 |
|
|
550
|
+
| time | string | No | The time the response was generated \| 生成响应的时间 |
|
|
551
|
+
| time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 |
|
|
552
|
+
| time_zone | string | No | The timezone of the response time \| 响应时间的时区 |
|
|
553
|
+
| docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 |
|
|
554
|
+
| cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) |
|
|
555
|
+
| cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) |
|
|
556
|
+
| cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL |
|
|
557
|
+
|
|
558
|
+
- Fields truncated: this layer shows only the first `12` rows.
|
|
559
|
+
|
|
560
|
+
### `GET /api/u1/v1/weibo/app/fetch_user_info_detail`
|
|
561
|
+
|
|
562
|
+
- Summary: 获取用户详细信息/Get user detail information
|
|
563
|
+
- Capabilities: profiles / accounts / details
|
|
564
|
+
- Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
|
|
565
|
+
- operationId: `fetch_user_info_detail_api_v1_weibo_app_fetch_user_info_detail_get`
|
|
566
|
+
- Full contract: [`api-contracts/weibo-app-api.md#get-api-u1-v1-weibo-app-fetch-user-info-detail`](../api-contracts/weibo-app-api.md#get-api-u1-v1-weibo-app-fetch-user-info-detail)
|
|
567
|
+
|
|
568
|
+
#### Parameters
|
|
569
|
+
|
|
570
|
+
| Field | In | Type | Required | Description |
|
|
571
|
+
| --- | --- | --- | --- | --- |
|
|
572
|
+
| uid | query | string | Yes | 用户ID |
|
|
573
|
+
|
|
574
|
+
#### Request Body
|
|
575
|
+
|
|
576
|
+
None
|
|
577
|
+
|
|
578
|
+
#### Success Response
|
|
579
|
+
|
|
580
|
+
##### `200 application/json`
|
|
581
|
+
|
|
582
|
+
- Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
|
|
583
|
+
|
|
584
|
+
| Field | Type | Required | Description |
|
|
585
|
+
| --- | --- | --- | --- |
|
|
586
|
+
| code | integer | No | HTTP status code \| HTTP状态码 |
|
|
587
|
+
| request_id | string | No | Unique request identifier \| 唯一请求标识符 |
|
|
588
|
+
| message | string | No | Response message (EN-US) \| 响应消息 (English) |
|
|
589
|
+
| message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) |
|
|
590
|
+
| support | string | No | Support message \| 支持消息 |
|
|
591
|
+
| time | string | No | The time the response was generated \| 生成响应的时间 |
|
|
592
|
+
| time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 |
|
|
593
|
+
| time_zone | string | No | The timezone of the response time \| 响应时间的时区 |
|
|
594
|
+
| docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 |
|
|
595
|
+
| cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) |
|
|
596
|
+
| cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) |
|
|
597
|
+
| cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL |
|
|
598
|
+
|
|
599
|
+
- Fields truncated: this layer shows only the first `12` rows.
|
|
600
|
+
|
|
601
|
+
### `GET /api/u1/v1/weibo/app/fetch_user_profile_feed`
|
|
602
|
+
|
|
603
|
+
- Summary: 获取用户主页动态/Get user profile feed
|
|
604
|
+
- Capabilities: profiles / accounts
|
|
605
|
+
- Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
|
|
606
|
+
- operationId: `fetch_user_profile_feed_api_v1_weibo_app_fetch_user_profile_feed_get`
|
|
607
|
+
- Full contract: [`api-contracts/weibo-app-api.md#get-api-u1-v1-weibo-app-fetch-user-profile-feed`](../api-contracts/weibo-app-api.md#get-api-u1-v1-weibo-app-fetch-user-profile-feed)
|
|
608
|
+
|
|
609
|
+
#### Parameters
|
|
610
|
+
|
|
611
|
+
| Field | In | Type | Required | Description |
|
|
612
|
+
| --- | --- | --- | --- | --- |
|
|
613
|
+
| uid | query | string | Yes | 用户ID |
|
|
614
|
+
| since_id | query | string | No | 翻页游标 |
|
|
615
|
+
|
|
616
|
+
#### Request Body
|
|
617
|
+
|
|
618
|
+
None
|
|
619
|
+
|
|
620
|
+
#### Success Response
|
|
621
|
+
|
|
622
|
+
##### `200 application/json`
|
|
623
|
+
|
|
624
|
+
- Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
|
|
625
|
+
|
|
626
|
+
| Field | Type | Required | Description |
|
|
627
|
+
| --- | --- | --- | --- |
|
|
628
|
+
| code | integer | No | HTTP status code \| HTTP状态码 |
|
|
629
|
+
| request_id | string | No | Unique request identifier \| 唯一请求标识符 |
|
|
630
|
+
| message | string | No | Response message (EN-US) \| 响应消息 (English) |
|
|
631
|
+
| message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) |
|
|
632
|
+
| support | string | No | Support message \| 支持消息 |
|
|
633
|
+
| time | string | No | The time the response was generated \| 生成响应的时间 |
|
|
634
|
+
| time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 |
|
|
635
|
+
| time_zone | string | No | The timezone of the response time \| 响应时间的时区 |
|
|
636
|
+
| docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 |
|
|
637
|
+
| cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) |
|
|
638
|
+
| cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) |
|
|
639
|
+
| cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL |
|
|
640
|
+
|
|
641
|
+
- Fields truncated: this layer shows only the first `12` rows.
|
|
642
|
+
|
|
643
|
+
### `GET /api/u1/v1/weibo/app/fetch_user_super_topics`
|
|
644
|
+
|
|
645
|
+
- Summary: 获取用户参与的超话列表/Get user super topics
|
|
646
|
+
- Capabilities: profiles / accounts / topics
|
|
647
|
+
- Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
|
|
648
|
+
- operationId: `fetch_user_super_topics_api_v1_weibo_app_fetch_user_super_topics_get`
|
|
649
|
+
- Full contract: [`api-contracts/weibo-app-api.md#get-api-u1-v1-weibo-app-fetch-user-super-topics`](../api-contracts/weibo-app-api.md#get-api-u1-v1-weibo-app-fetch-user-super-topics)
|
|
650
|
+
|
|
651
|
+
#### Parameters
|
|
652
|
+
|
|
653
|
+
| Field | In | Type | Required | Description |
|
|
654
|
+
| --- | --- | --- | --- | --- |
|
|
655
|
+
| uid | query | string | Yes | 用户ID |
|
|
656
|
+
| page | query | integer | No | 页码 |
|
|
657
|
+
|
|
658
|
+
#### Request Body
|
|
659
|
+
|
|
660
|
+
None
|
|
661
|
+
|
|
662
|
+
#### Success Response
|
|
663
|
+
|
|
664
|
+
##### `200 application/json`
|
|
665
|
+
|
|
666
|
+
- Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
|
|
667
|
+
|
|
668
|
+
| Field | Type | Required | Description |
|
|
669
|
+
| --- | --- | --- | --- |
|
|
670
|
+
| code | integer | No | HTTP status code \| HTTP状态码 |
|
|
671
|
+
| request_id | string | No | Unique request identifier \| 唯一请求标识符 |
|
|
672
|
+
| message | string | No | Response message (EN-US) \| 响应消息 (English) |
|
|
673
|
+
| message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) |
|
|
674
|
+
| support | string | No | Support message \| 支持消息 |
|
|
675
|
+
| time | string | No | The time the response was generated \| 生成响应的时间 |
|
|
676
|
+
| time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 |
|
|
677
|
+
| time_zone | string | No | The timezone of the response time \| 响应时间的时区 |
|
|
678
|
+
| docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 |
|
|
679
|
+
| cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) |
|
|
680
|
+
| cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) |
|
|
681
|
+
| cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL |
|
|
682
|
+
|
|
683
|
+
- Fields truncated: this layer shows only the first `12` rows.
|
|
684
|
+
|
|
685
|
+
### `GET /api/u1/v1/weibo/app/fetch_user_timeline`
|
|
686
|
+
|
|
687
|
+
- Summary: 获取用户发布的微博/Get user timeline
|
|
688
|
+
- Capabilities: profiles / accounts
|
|
689
|
+
- Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
|
|
690
|
+
- operationId: `fetch_user_timeline_api_v1_weibo_app_fetch_user_timeline_get`
|
|
691
|
+
- Full contract: [`api-contracts/weibo-app-api.md#get-api-u1-v1-weibo-app-fetch-user-timeline`](../api-contracts/weibo-app-api.md#get-api-u1-v1-weibo-app-fetch-user-timeline)
|
|
692
|
+
|
|
693
|
+
#### Parameters
|
|
694
|
+
|
|
695
|
+
| Field | In | Type | Required | Description |
|
|
696
|
+
| --- | --- | --- | --- | --- |
|
|
697
|
+
| uid | query | string | Yes | 用户ID |
|
|
698
|
+
| page | query | integer | No | 页码 |
|
|
699
|
+
| filter_type | query | string | No | 筛选类型 |
|
|
700
|
+
| month | query | string | No | 时间筛选(YYYYMMDD格式) |
|
|
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 |
|
|
713
|
+
| --- | --- | --- | --- |
|
|
714
|
+
| code | integer | No | HTTP status code \| HTTP状态码 |
|
|
715
|
+
| request_id | string | No | Unique request identifier \| 唯一请求标识符 |
|
|
716
|
+
| message | string | No | Response message (EN-US) \| 响应消息 (English) |
|
|
717
|
+
| message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) |
|
|
718
|
+
| support | string | No | Support message \| 支持消息 |
|
|
719
|
+
| time | string | No | The time the response was generated \| 生成响应的时间 |
|
|
720
|
+
| time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 |
|
|
721
|
+
| time_zone | string | No | The timezone of the response time \| 响应时间的时区 |
|
|
722
|
+
| docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 |
|
|
723
|
+
| cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) |
|
|
724
|
+
| cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) |
|
|
725
|
+
| cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL |
|
|
726
|
+
|
|
727
|
+
- Fields truncated: this layer shows only the first `12` rows.
|
|
728
|
+
|
|
729
|
+
### `GET /api/u1/v1/weibo/app/fetch_user_videos`
|
|
730
|
+
|
|
731
|
+
- Summary: 获取用户视频列表/Get user videos
|
|
732
|
+
- Capabilities: profiles / accounts / content details
|
|
733
|
+
- Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
|
|
734
|
+
- operationId: `fetch_user_videos_api_v1_weibo_app_fetch_user_videos_get`
|
|
735
|
+
- Full contract: [`api-contracts/weibo-app-api.md#get-api-u1-v1-weibo-app-fetch-user-videos`](../api-contracts/weibo-app-api.md#get-api-u1-v1-weibo-app-fetch-user-videos)
|
|
736
|
+
|
|
737
|
+
#### Parameters
|
|
738
|
+
|
|
739
|
+
| Field | In | Type | Required | Description |
|
|
740
|
+
| --- | --- | --- | --- | --- |
|
|
741
|
+
| uid | query | string | Yes | 用户ID |
|
|
742
|
+
| since_id | query | string | No | 翻页游标 |
|
|
743
|
+
|
|
744
|
+
#### Request Body
|
|
745
|
+
|
|
746
|
+
None
|
|
747
|
+
|
|
748
|
+
#### Success Response
|
|
749
|
+
|
|
750
|
+
##### `200 application/json`
|
|
751
|
+
|
|
752
|
+
- Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
|
|
753
|
+
|
|
754
|
+
| Field | Type | Required | Description |
|
|
755
|
+
| --- | --- | --- | --- |
|
|
756
|
+
| code | integer | No | HTTP status code \| HTTP状态码 |
|
|
757
|
+
| request_id | string | No | Unique request identifier \| 唯一请求标识符 |
|
|
758
|
+
| message | string | No | Response message (EN-US) \| 响应消息 (English) |
|
|
759
|
+
| message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) |
|
|
760
|
+
| support | string | No | Support message \| 支持消息 |
|
|
761
|
+
| time | string | No | The time the response was generated \| 生成响应的时间 |
|
|
762
|
+
| time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 |
|
|
763
|
+
| time_zone | string | No | The timezone of the response time \| 响应时间的时区 |
|
|
764
|
+
| docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 |
|
|
765
|
+
| cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) |
|
|
766
|
+
| cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) |
|
|
767
|
+
| cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL |
|
|
768
|
+
|
|
769
|
+
- Fields truncated: this layer shows only the first `12` rows.
|
|
770
|
+
|
|
771
|
+
### `GET /api/u1/v1/weibo/app/fetch_video_detail`
|
|
772
|
+
|
|
773
|
+
- Summary: 获取视频详情/Get video detail
|
|
774
|
+
- Capabilities: content details / details
|
|
775
|
+
- Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
|
|
776
|
+
- operationId: `fetch_video_detail_api_v1_weibo_app_fetch_video_detail_get`
|
|
777
|
+
- Full contract: [`api-contracts/weibo-app-api.md#get-api-u1-v1-weibo-app-fetch-video-detail`](../api-contracts/weibo-app-api.md#get-api-u1-v1-weibo-app-fetch-video-detail)
|
|
778
|
+
|
|
779
|
+
#### Parameters
|
|
780
|
+
|
|
781
|
+
| Field | In | Type | Required | Description |
|
|
782
|
+
| --- | --- | --- | --- | --- |
|
|
783
|
+
| mid | query | string | Yes | 视频微博ID |
|
|
784
|
+
|
|
785
|
+
#### Request Body
|
|
786
|
+
|
|
787
|
+
None
|
|
788
|
+
|
|
789
|
+
#### Success Response
|
|
790
|
+
|
|
791
|
+
##### `200 application/json`
|
|
792
|
+
|
|
793
|
+
- Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
|
|
794
|
+
|
|
795
|
+
| Field | Type | Required | Description |
|
|
796
|
+
| --- | --- | --- | --- |
|
|
797
|
+
| code | integer | No | HTTP status code \| HTTP状态码 |
|
|
798
|
+
| request_id | string | No | Unique request identifier \| 唯一请求标识符 |
|
|
799
|
+
| message | string | No | Response message (EN-US) \| 响应消息 (English) |
|
|
800
|
+
| message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) |
|
|
801
|
+
| support | string | No | Support message \| 支持消息 |
|
|
802
|
+
| time | string | No | The time the response was generated \| 生成响应的时间 |
|
|
803
|
+
| time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 |
|
|
804
|
+
| time_zone | string | No | The timezone of the response time \| 响应时间的时区 |
|
|
805
|
+
| docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 |
|
|
806
|
+
| cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) |
|
|
807
|
+
| cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) |
|
|
808
|
+
| cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL |
|
|
809
|
+
|
|
810
|
+
- Fields truncated: this layer shows only the first `12` rows.
|
|
811
|
+
|
|
812
|
+
### `GET /api/u1/v1/weibo/app/fetch_video_featured_feed`
|
|
813
|
+
|
|
814
|
+
- Summary: 获取短视频精选Feed流/Get video featured feed
|
|
815
|
+
- Capabilities: content details
|
|
816
|
+
- Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
|
|
817
|
+
- operationId: `fetch_video_featured_feed_api_v1_weibo_app_fetch_video_featured_feed_get`
|
|
818
|
+
- Full contract: [`api-contracts/weibo-app-api.md#get-api-u1-v1-weibo-app-fetch-video-featured-feed`](../api-contracts/weibo-app-api.md#get-api-u1-v1-weibo-app-fetch-video-featured-feed)
|
|
819
|
+
|
|
820
|
+
#### Parameters
|
|
821
|
+
|
|
822
|
+
| Field | In | Type | Required | Description |
|
|
823
|
+
| --- | --- | --- | --- | --- |
|
|
824
|
+
| page | query | string | No | 页码,首页不传,第二页传2 |
|
|
825
|
+
|
|
826
|
+
#### Request Body
|
|
827
|
+
|
|
828
|
+
None
|
|
829
|
+
|
|
830
|
+
#### Success Response
|
|
831
|
+
|
|
832
|
+
##### `200 application/json`
|
|
833
|
+
|
|
834
|
+
- Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
|
|
835
|
+
|
|
836
|
+
| Field | Type | Required | Description |
|
|
837
|
+
| --- | --- | --- | --- |
|
|
838
|
+
| code | integer | No | HTTP status code \| HTTP状态码 |
|
|
839
|
+
| request_id | string | No | Unique request identifier \| 唯一请求标识符 |
|
|
840
|
+
| message | string | No | Response message (EN-US) \| 响应消息 (English) |
|
|
841
|
+
| message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) |
|
|
842
|
+
| support | string | No | Support message \| 支持消息 |
|
|
843
|
+
| time | string | No | The time the response was generated \| 生成响应的时间 |
|
|
844
|
+
| time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 |
|
|
845
|
+
| time_zone | string | No | The timezone of the response time \| 响应时间的时区 |
|
|
846
|
+
| docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 |
|
|
847
|
+
| cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) |
|
|
848
|
+
| cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) |
|
|
849
|
+
| cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL |
|
|
850
|
+
|
|
851
|
+
- Fields truncated: this layer shows only the first `12` rows.
|