@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.
Files changed (451) hide show
  1. package/.skill-package-allowlist.txt +4 -0
  2. package/LICENSE +21 -0
  3. package/README.md +167 -0
  4. package/README.zh-CN.md +167 -0
  5. package/bin/tikomni-skills.js +127 -0
  6. package/env.example +160 -0
  7. package/lib/installer.js +176 -0
  8. package/package.json +44 -0
  9. package/skills/creator-analysis/SKILL.md +71 -0
  10. package/skills/creator-analysis/agents/openai.yaml +4 -0
  11. package/skills/creator-analysis/env.example +36 -0
  12. package/skills/creator-analysis/references/api-capability-index.md +92 -0
  13. package/skills/creator-analysis/references/api-contracts/asr-api.md +130 -0
  14. package/skills/creator-analysis/references/api-contracts/bilibili-app-api.md +776 -0
  15. package/skills/creator-analysis/references/api-contracts/bilibili-web-api.md +2017 -0
  16. package/skills/creator-analysis/references/api-contracts/demo-api.md +717 -0
  17. package/skills/creator-analysis/references/api-contracts/douyin-app-v3-api.md +3594 -0
  18. package/skills/creator-analysis/references/api-contracts/douyin-billboard-api.md +2274 -0
  19. package/skills/creator-analysis/references/api-contracts/douyin-creator-api.md +1575 -0
  20. package/skills/creator-analysis/references/api-contracts/douyin-creator-v2-api.md +3254 -0
  21. package/skills/creator-analysis/references/api-contracts/douyin-search-api.md +4118 -0
  22. package/skills/creator-analysis/references/api-contracts/douyin-web-api.md +5544 -0
  23. package/skills/creator-analysis/references/api-contracts/douyin-xingtu-api.md +1916 -0
  24. package/skills/creator-analysis/references/api-contracts/douyin-xingtu-v2-api.md +1540 -0
  25. package/skills/creator-analysis/references/api-contracts/health-check.md +69 -0
  26. package/skills/creator-analysis/references/api-contracts/hybrid-parsing.md +78 -0
  27. package/skills/creator-analysis/references/api-contracts/instagram-v1-api.md +2256 -0
  28. package/skills/creator-analysis/references/api-contracts/instagram-v2-api.md +2011 -0
  29. package/skills/creator-analysis/references/api-contracts/instagram-v3-api.md +2630 -0
  30. package/skills/creator-analysis/references/api-contracts/ios-shortcut.md +44 -0
  31. package/skills/creator-analysis/references/api-contracts/kuaishou-app-api.md +1518 -0
  32. package/skills/creator-analysis/references/api-contracts/kuaishou-web-api.md +1242 -0
  33. package/skills/creator-analysis/references/api-contracts/lemon8-app-api.md +1088 -0
  34. package/skills/creator-analysis/references/api-contracts/linkedin-web-api.md +1949 -0
  35. package/skills/creator-analysis/references/api-contracts/media-ingest-api.md +126 -0
  36. package/skills/creator-analysis/references/api-contracts/pipixia-app-api.md +1142 -0
  37. package/skills/creator-analysis/references/api-contracts/reddit-app-api.md +2025 -0
  38. package/skills/creator-analysis/references/api-contracts/sora2-api.md +2266 -0
  39. package/skills/creator-analysis/references/api-contracts/temp-mail-api.md +208 -0
  40. package/skills/creator-analysis/references/api-contracts/threads-web-api.md +897 -0
  41. package/skills/creator-analysis/references/api-contracts/tikhub-downloader-api.md +134 -0
  42. package/skills/creator-analysis/references/api-contracts/tikhub-user-api.md +494 -0
  43. package/skills/creator-analysis/references/api-contracts/tiktok-ads-api.md +5947 -0
  44. package/skills/creator-analysis/references/api-contracts/tiktok-analytics-api.md +968 -0
  45. package/skills/creator-analysis/references/api-contracts/tiktok-app-v3-api.md +5735 -0
  46. package/skills/creator-analysis/references/api-contracts/tiktok-creator-api.md +1951 -0
  47. package/skills/creator-analysis/references/api-contracts/tiktok-interaction-api.md +742 -0
  48. package/skills/creator-analysis/references/api-contracts/tiktok-shop-web-api.md +1890 -0
  49. package/skills/creator-analysis/references/api-contracts/tiktok-web-api.md +4448 -0
  50. package/skills/creator-analysis/references/api-contracts/toutiao-app-api.md +342 -0
  51. package/skills/creator-analysis/references/api-contracts/toutiao-web-api.md +143 -0
  52. package/skills/creator-analysis/references/api-contracts/twitter-web-api.md +989 -0
  53. package/skills/creator-analysis/references/api-contracts/wechat-channels-api.md +809 -0
  54. package/skills/creator-analysis/references/api-contracts/wechat-media-platform-web-api.md +677 -0
  55. package/skills/creator-analysis/references/api-contracts/weibo-app-api.md +1547 -0
  56. package/skills/creator-analysis/references/api-contracts/weibo-web-api.md +798 -0
  57. package/skills/creator-analysis/references/api-contracts/weibo-web-v2-api.md +2459 -0
  58. package/skills/creator-analysis/references/api-contracts/xiaohongshu-app-api.md +1291 -0
  59. package/skills/creator-analysis/references/api-contracts/xiaohongshu-app-v2-api.md +1683 -0
  60. package/skills/creator-analysis/references/api-contracts/xiaohongshu-web-api.md +1324 -0
  61. package/skills/creator-analysis/references/api-contracts/xiaohongshu-web-v2-api.md +1209 -0
  62. package/skills/creator-analysis/references/api-contracts/xigua-app-v2-api.md +489 -0
  63. package/skills/creator-analysis/references/api-contracts/youtube-web-api.md +2636 -0
  64. package/skills/creator-analysis/references/api-contracts/youtube-web-v2-api.md +2660 -0
  65. package/skills/creator-analysis/references/api-contracts/zhihu-web-api.md +2315 -0
  66. package/skills/creator-analysis/references/api-tags/asr-api.md +100 -0
  67. package/skills/creator-analysis/references/api-tags/bilibili-app-api.md +482 -0
  68. package/skills/creator-analysis/references/api-tags/bilibili-web-api.md +1267 -0
  69. package/skills/creator-analysis/references/api-tags/demo-api.md +365 -0
  70. package/skills/creator-analysis/references/api-tags/douyin-app-v3-api.md +2012 -0
  71. package/skills/creator-analysis/references/api-tags/douyin-billboard-api.md +1428 -0
  72. package/skills/creator-analysis/references/api-tags/douyin-creator-api.md +694 -0
  73. package/skills/creator-analysis/references/api-tags/douyin-creator-v2-api.md +694 -0
  74. package/skills/creator-analysis/references/api-tags/douyin-search-api.md +1059 -0
  75. package/skills/creator-analysis/references/api-tags/douyin-web-api.md +3314 -0
  76. package/skills/creator-analysis/references/api-tags/douyin-xingtu-api.md +935 -0
  77. package/skills/creator-analysis/references/api-tags/douyin-xingtu-v2-api.md +925 -0
  78. package/skills/creator-analysis/references/api-tags/health-check.md +40 -0
  79. package/skills/creator-analysis/references/api-tags/hybrid-parsing.md +57 -0
  80. package/skills/creator-analysis/references/api-tags/instagram-v1-api.md +1224 -0
  81. package/skills/creator-analysis/references/api-tags/instagram-v2-api.md +1147 -0
  82. package/skills/creator-analysis/references/api-tags/instagram-v3-api.md +1123 -0
  83. package/skills/creator-analysis/references/api-tags/ios-shortcut.md +45 -0
  84. package/skills/creator-analysis/references/api-tags/kuaishou-app-api.md +846 -0
  85. package/skills/creator-analysis/references/api-tags/kuaishou-web-api.md +551 -0
  86. package/skills/creator-analysis/references/api-tags/lemon8-app-api.md +687 -0
  87. package/skills/creator-analysis/references/api-tags/linkedin-web-api.md +1105 -0
  88. package/skills/creator-analysis/references/api-tags/media-ingest-api.md +112 -0
  89. package/skills/creator-analysis/references/api-tags/pipixia-app-api.md +721 -0
  90. package/skills/creator-analysis/references/api-tags/reddit-app-api.md +1057 -0
  91. package/skills/creator-analysis/references/api-tags/sora2-api.md +737 -0
  92. package/skills/creator-analysis/references/api-tags/temp-mail-api.md +136 -0
  93. package/skills/creator-analysis/references/api-tags/threads-web-api.md +472 -0
  94. package/skills/creator-analysis/references/api-tags/tikhub-downloader-api.md +65 -0
  95. package/skills/creator-analysis/references/api-tags/tikhub-user-api.md +253 -0
  96. package/skills/creator-analysis/references/api-tags/tiktok-ads-api.md +1393 -0
  97. package/skills/creator-analysis/references/api-tags/tiktok-analytics-api.md +179 -0
  98. package/skills/creator-analysis/references/api-tags/tiktok-app-v3-api.md +3264 -0
  99. package/skills/creator-analysis/references/api-tags/tiktok-creator-api.md +709 -0
  100. package/skills/creator-analysis/references/api-tags/tiktok-interaction-api.md +366 -0
  101. package/skills/creator-analysis/references/api-tags/tiktok-shop-web-api.md +663 -0
  102. package/skills/creator-analysis/references/api-tags/tiktok-web-api.md +2516 -0
  103. package/skills/creator-analysis/references/api-tags/toutiao-app-api.md +220 -0
  104. package/skills/creator-analysis/references/api-tags/toutiao-web-api.md +96 -0
  105. package/skills/creator-analysis/references/api-tags/twitter-web-api.md +562 -0
  106. package/skills/creator-analysis/references/api-tags/wechat-channels-api.md +405 -0
  107. package/skills/creator-analysis/references/api-tags/wechat-media-platform-web-api.md +431 -0
  108. package/skills/creator-analysis/references/api-tags/weibo-app-api.md +851 -0
  109. package/skills/creator-analysis/references/api-tags/weibo-web-api.md +470 -0
  110. package/skills/creator-analysis/references/api-tags/weibo-web-v2-api.md +1405 -0
  111. package/skills/creator-analysis/references/api-tags/xiaohongshu-app-api.md +534 -0
  112. package/skills/creator-analysis/references/api-tags/xiaohongshu-app-v2-api.md +934 -0
  113. package/skills/creator-analysis/references/api-tags/xiaohongshu-web-api.md +757 -0
  114. package/skills/creator-analysis/references/api-tags/xiaohongshu-web-v2-api.md +762 -0
  115. package/skills/creator-analysis/references/api-tags/xigua-app-v2-api.md +308 -0
  116. package/skills/creator-analysis/references/api-tags/youtube-web-api.md +934 -0
  117. package/skills/creator-analysis/references/api-tags/youtube-web-v2-api.md +717 -0
  118. package/skills/creator-analysis/references/api-tags/zhihu-web-api.md +1384 -0
  119. package/skills/creator-analysis/references/asr-orchestration.md +33 -0
  120. package/skills/creator-analysis/references/config-templates/defaults.yaml +60 -0
  121. package/skills/creator-analysis/references/contracts/creator-card-fields.md +23 -0
  122. package/skills/creator-analysis/references/contracts/work-card-fields.md +32 -0
  123. package/skills/creator-analysis/references/platform-guides/douyin.md +49 -0
  124. package/skills/creator-analysis/references/platform-guides/generic.md +46 -0
  125. package/skills/creator-analysis/references/platform-guides/xiaohongshu.md +54 -0
  126. package/skills/creator-analysis/references/prompt-contracts/asr-clean.md +28 -0
  127. package/skills/creator-analysis/references/prompt-contracts/author-analysis-v2.md +46 -0
  128. package/skills/creator-analysis/references/prompt-contracts/author-analysis.md +49 -0
  129. package/skills/creator-analysis/references/prompt-contracts/cta.md +24 -0
  130. package/skills/creator-analysis/references/prompt-contracts/hook.md +25 -0
  131. package/skills/creator-analysis/references/prompt-contracts/insight.md +47 -0
  132. package/skills/creator-analysis/references/prompt-contracts/sampled-work-batch-explanations.md +30 -0
  133. package/skills/creator-analysis/references/prompt-contracts/structure.md +25 -0
  134. package/skills/creator-analysis/references/prompt-contracts/style.md +27 -0
  135. package/skills/creator-analysis/references/prompt-contracts/summary.md +29 -0
  136. package/skills/creator-analysis/references/prompt-contracts/topic.md +29 -0
  137. package/skills/creator-analysis/references/schemas/author-analysis-input-v1.schema.json +325 -0
  138. package/skills/creator-analysis/references/schemas/author-analysis-v2.schema.json +158 -0
  139. package/skills/creator-analysis/references/schemas/sampled-work-batch-explanations.schema.json +41 -0
  140. package/skills/creator-analysis/references/service-guides/asr-u2-u3-fallback.md +75 -0
  141. package/skills/creator-analysis/references/workflow.md +18 -0
  142. package/skills/creator-analysis/scripts/__init__.py +0 -0
  143. package/skills/creator-analysis/scripts/author_home/__init__.py +0 -0
  144. package/skills/creator-analysis/scripts/author_home/adapters/__init__.py +0 -0
  145. package/skills/creator-analysis/scripts/author_home/adapters/platform_adapters.py +299 -0
  146. package/skills/creator-analysis/scripts/author_home/analyzers/__init__.py +0 -0
  147. package/skills/creator-analysis/scripts/author_home/analyzers/author_analysis_v2_support.py +1122 -0
  148. package/skills/creator-analysis/scripts/author_home/analyzers/prompt_first_analyzers.py +260 -0
  149. package/skills/creator-analysis/scripts/author_home/analyzers/sampled_work_batch_explainer.py +260 -0
  150. package/skills/creator-analysis/scripts/author_home/asr/__init__.py +5 -0
  151. package/skills/creator-analysis/scripts/author_home/asr/home_asr.py +961 -0
  152. package/skills/creator-analysis/scripts/author_home/builders/__init__.py +0 -0
  153. package/skills/creator-analysis/scripts/author_home/builders/home_builders.py +149 -0
  154. package/skills/creator-analysis/scripts/author_home/collectors/__init__.py +0 -0
  155. package/skills/creator-analysis/scripts/author_home/collectors/homepage_collectors.py +636 -0
  156. package/skills/creator-analysis/scripts/author_home/orchestrator/__init__.py +0 -0
  157. package/skills/creator-analysis/scripts/author_home/orchestrator/run_author_analysis.py +491 -0
  158. package/skills/creator-analysis/scripts/author_home/orchestrator/work_analysis_artifacts.py +553 -0
  159. package/skills/creator-analysis/scripts/author_home/schema.py +417 -0
  160. package/skills/creator-analysis/scripts/core/__init__.py +0 -0
  161. package/skills/creator-analysis/scripts/core/analysis_pipeline.py +133 -0
  162. package/skills/creator-analysis/scripts/core/bootstrap_env.py +35 -0
  163. package/skills/creator-analysis/scripts/core/config_loader.py +418 -0
  164. package/skills/creator-analysis/scripts/core/extract_pipeline.py +173 -0
  165. package/skills/creator-analysis/scripts/core/progress_report.py +111 -0
  166. package/skills/creator-analysis/scripts/core/storage_router.py +253 -0
  167. package/skills/creator-analysis/scripts/core/tikomni_common.py +588 -0
  168. package/skills/creator-analysis/scripts/pipeline/__init__.py +0 -0
  169. package/skills/creator-analysis/scripts/pipeline/asr/__init__.py +0 -0
  170. package/skills/creator-analysis/scripts/pipeline/asr/asr_pipeline.py +1189 -0
  171. package/skills/creator-analysis/scripts/pipeline/asr/poll_u2_task.py +95 -0
  172. package/skills/creator-analysis/scripts/platform/__init__.py +0 -0
  173. package/skills/creator-analysis/scripts/platform/douyin/__init__.py +0 -0
  174. package/skills/creator-analysis/scripts/platform/douyin/douyin_video_type_matrix.py +224 -0
  175. package/skills/creator-analysis/scripts/platform/douyin/run_douyin_single_video.py +1208 -0
  176. package/skills/creator-analysis/scripts/platform/douyin/select_low_quality_video_url.py +200 -0
  177. package/skills/creator-analysis/scripts/platform/xiaohongshu/__init__.py +0 -0
  178. package/skills/creator-analysis/scripts/platform/xiaohongshu/run_xiaohongshu_extract.py +2128 -0
  179. package/skills/creator-analysis/scripts/writers/__init__.py +0 -0
  180. package/skills/creator-analysis/scripts/writers/write_author_homepage_samples.py +106 -0
  181. package/skills/creator-analysis/scripts/writers/write_benchmark_card.py +1402 -0
  182. package/skills/meta-capability/SKILL.md +69 -0
  183. package/skills/meta-capability/agents/openai.yaml +4 -0
  184. package/skills/meta-capability/env.example +42 -0
  185. package/skills/meta-capability/references/api-capability-index.md +92 -0
  186. package/skills/meta-capability/references/api-contracts/asr-api.md +130 -0
  187. package/skills/meta-capability/references/api-contracts/bilibili-app-api.md +776 -0
  188. package/skills/meta-capability/references/api-contracts/bilibili-web-api.md +2017 -0
  189. package/skills/meta-capability/references/api-contracts/demo-api.md +717 -0
  190. package/skills/meta-capability/references/api-contracts/douyin-app-v3-api.md +3594 -0
  191. package/skills/meta-capability/references/api-contracts/douyin-billboard-api.md +2274 -0
  192. package/skills/meta-capability/references/api-contracts/douyin-creator-api.md +1575 -0
  193. package/skills/meta-capability/references/api-contracts/douyin-creator-v2-api.md +3254 -0
  194. package/skills/meta-capability/references/api-contracts/douyin-search-api.md +4118 -0
  195. package/skills/meta-capability/references/api-contracts/douyin-web-api.md +5544 -0
  196. package/skills/meta-capability/references/api-contracts/douyin-xingtu-api.md +1916 -0
  197. package/skills/meta-capability/references/api-contracts/douyin-xingtu-v2-api.md +1540 -0
  198. package/skills/meta-capability/references/api-contracts/health-check.md +69 -0
  199. package/skills/meta-capability/references/api-contracts/hybrid-parsing.md +78 -0
  200. package/skills/meta-capability/references/api-contracts/instagram-v1-api.md +2256 -0
  201. package/skills/meta-capability/references/api-contracts/instagram-v2-api.md +2011 -0
  202. package/skills/meta-capability/references/api-contracts/instagram-v3-api.md +2630 -0
  203. package/skills/meta-capability/references/api-contracts/ios-shortcut.md +44 -0
  204. package/skills/meta-capability/references/api-contracts/kuaishou-app-api.md +1518 -0
  205. package/skills/meta-capability/references/api-contracts/kuaishou-web-api.md +1242 -0
  206. package/skills/meta-capability/references/api-contracts/lemon8-app-api.md +1088 -0
  207. package/skills/meta-capability/references/api-contracts/linkedin-web-api.md +1949 -0
  208. package/skills/meta-capability/references/api-contracts/media-ingest-api.md +126 -0
  209. package/skills/meta-capability/references/api-contracts/pipixia-app-api.md +1142 -0
  210. package/skills/meta-capability/references/api-contracts/reddit-app-api.md +2025 -0
  211. package/skills/meta-capability/references/api-contracts/sora2-api.md +2266 -0
  212. package/skills/meta-capability/references/api-contracts/temp-mail-api.md +208 -0
  213. package/skills/meta-capability/references/api-contracts/threads-web-api.md +897 -0
  214. package/skills/meta-capability/references/api-contracts/tikhub-downloader-api.md +134 -0
  215. package/skills/meta-capability/references/api-contracts/tikhub-user-api.md +494 -0
  216. package/skills/meta-capability/references/api-contracts/tiktok-ads-api.md +5947 -0
  217. package/skills/meta-capability/references/api-contracts/tiktok-analytics-api.md +968 -0
  218. package/skills/meta-capability/references/api-contracts/tiktok-app-v3-api.md +5735 -0
  219. package/skills/meta-capability/references/api-contracts/tiktok-creator-api.md +1951 -0
  220. package/skills/meta-capability/references/api-contracts/tiktok-interaction-api.md +742 -0
  221. package/skills/meta-capability/references/api-contracts/tiktok-shop-web-api.md +1890 -0
  222. package/skills/meta-capability/references/api-contracts/tiktok-web-api.md +4448 -0
  223. package/skills/meta-capability/references/api-contracts/toutiao-app-api.md +342 -0
  224. package/skills/meta-capability/references/api-contracts/toutiao-web-api.md +143 -0
  225. package/skills/meta-capability/references/api-contracts/twitter-web-api.md +989 -0
  226. package/skills/meta-capability/references/api-contracts/wechat-channels-api.md +809 -0
  227. package/skills/meta-capability/references/api-contracts/wechat-media-platform-web-api.md +677 -0
  228. package/skills/meta-capability/references/api-contracts/weibo-app-api.md +1547 -0
  229. package/skills/meta-capability/references/api-contracts/weibo-web-api.md +798 -0
  230. package/skills/meta-capability/references/api-contracts/weibo-web-v2-api.md +2459 -0
  231. package/skills/meta-capability/references/api-contracts/xiaohongshu-app-api.md +1291 -0
  232. package/skills/meta-capability/references/api-contracts/xiaohongshu-app-v2-api.md +1683 -0
  233. package/skills/meta-capability/references/api-contracts/xiaohongshu-web-api.md +1324 -0
  234. package/skills/meta-capability/references/api-contracts/xiaohongshu-web-v2-api.md +1209 -0
  235. package/skills/meta-capability/references/api-contracts/xigua-app-v2-api.md +489 -0
  236. package/skills/meta-capability/references/api-contracts/youtube-web-api.md +2636 -0
  237. package/skills/meta-capability/references/api-contracts/youtube-web-v2-api.md +2660 -0
  238. package/skills/meta-capability/references/api-contracts/zhihu-web-api.md +2315 -0
  239. package/skills/meta-capability/references/api-tags/asr-api.md +100 -0
  240. package/skills/meta-capability/references/api-tags/bilibili-app-api.md +482 -0
  241. package/skills/meta-capability/references/api-tags/bilibili-web-api.md +1267 -0
  242. package/skills/meta-capability/references/api-tags/demo-api.md +365 -0
  243. package/skills/meta-capability/references/api-tags/douyin-app-v3-api.md +2012 -0
  244. package/skills/meta-capability/references/api-tags/douyin-billboard-api.md +1428 -0
  245. package/skills/meta-capability/references/api-tags/douyin-creator-api.md +694 -0
  246. package/skills/meta-capability/references/api-tags/douyin-creator-v2-api.md +694 -0
  247. package/skills/meta-capability/references/api-tags/douyin-search-api.md +1059 -0
  248. package/skills/meta-capability/references/api-tags/douyin-web-api.md +3314 -0
  249. package/skills/meta-capability/references/api-tags/douyin-xingtu-api.md +935 -0
  250. package/skills/meta-capability/references/api-tags/douyin-xingtu-v2-api.md +925 -0
  251. package/skills/meta-capability/references/api-tags/health-check.md +40 -0
  252. package/skills/meta-capability/references/api-tags/hybrid-parsing.md +57 -0
  253. package/skills/meta-capability/references/api-tags/instagram-v1-api.md +1224 -0
  254. package/skills/meta-capability/references/api-tags/instagram-v2-api.md +1147 -0
  255. package/skills/meta-capability/references/api-tags/instagram-v3-api.md +1123 -0
  256. package/skills/meta-capability/references/api-tags/ios-shortcut.md +45 -0
  257. package/skills/meta-capability/references/api-tags/kuaishou-app-api.md +846 -0
  258. package/skills/meta-capability/references/api-tags/kuaishou-web-api.md +551 -0
  259. package/skills/meta-capability/references/api-tags/lemon8-app-api.md +687 -0
  260. package/skills/meta-capability/references/api-tags/linkedin-web-api.md +1105 -0
  261. package/skills/meta-capability/references/api-tags/media-ingest-api.md +112 -0
  262. package/skills/meta-capability/references/api-tags/pipixia-app-api.md +721 -0
  263. package/skills/meta-capability/references/api-tags/reddit-app-api.md +1057 -0
  264. package/skills/meta-capability/references/api-tags/sora2-api.md +737 -0
  265. package/skills/meta-capability/references/api-tags/temp-mail-api.md +136 -0
  266. package/skills/meta-capability/references/api-tags/threads-web-api.md +472 -0
  267. package/skills/meta-capability/references/api-tags/tikhub-downloader-api.md +65 -0
  268. package/skills/meta-capability/references/api-tags/tikhub-user-api.md +253 -0
  269. package/skills/meta-capability/references/api-tags/tiktok-ads-api.md +1393 -0
  270. package/skills/meta-capability/references/api-tags/tiktok-analytics-api.md +179 -0
  271. package/skills/meta-capability/references/api-tags/tiktok-app-v3-api.md +3264 -0
  272. package/skills/meta-capability/references/api-tags/tiktok-creator-api.md +709 -0
  273. package/skills/meta-capability/references/api-tags/tiktok-interaction-api.md +366 -0
  274. package/skills/meta-capability/references/api-tags/tiktok-shop-web-api.md +663 -0
  275. package/skills/meta-capability/references/api-tags/tiktok-web-api.md +2516 -0
  276. package/skills/meta-capability/references/api-tags/toutiao-app-api.md +220 -0
  277. package/skills/meta-capability/references/api-tags/toutiao-web-api.md +96 -0
  278. package/skills/meta-capability/references/api-tags/twitter-web-api.md +562 -0
  279. package/skills/meta-capability/references/api-tags/wechat-channels-api.md +405 -0
  280. package/skills/meta-capability/references/api-tags/wechat-media-platform-web-api.md +431 -0
  281. package/skills/meta-capability/references/api-tags/weibo-app-api.md +851 -0
  282. package/skills/meta-capability/references/api-tags/weibo-web-api.md +470 -0
  283. package/skills/meta-capability/references/api-tags/weibo-web-v2-api.md +1405 -0
  284. package/skills/meta-capability/references/api-tags/xiaohongshu-app-api.md +534 -0
  285. package/skills/meta-capability/references/api-tags/xiaohongshu-app-v2-api.md +934 -0
  286. package/skills/meta-capability/references/api-tags/xiaohongshu-web-api.md +757 -0
  287. package/skills/meta-capability/references/api-tags/xiaohongshu-web-v2-api.md +762 -0
  288. package/skills/meta-capability/references/api-tags/xigua-app-v2-api.md +308 -0
  289. package/skills/meta-capability/references/api-tags/youtube-web-api.md +934 -0
  290. package/skills/meta-capability/references/api-tags/youtube-web-v2-api.md +717 -0
  291. package/skills/meta-capability/references/api-tags/zhihu-web-api.md +1384 -0
  292. package/skills/meta-capability/references/config-templates/defaults.yaml +18 -0
  293. package/skills/meta-capability/references/dispatch.md +27 -0
  294. package/skills/meta-capability/references/execution-guidelines.md +25 -0
  295. package/skills/meta-capability/references/implemented-route-map.md +177 -0
  296. package/skills/meta-capability/references/service-guides/asr-u2-u3-fallback.md +75 -0
  297. package/skills/meta-capability/scripts/__init__.py +1 -0
  298. package/skills/meta-capability/scripts/call_route.py +141 -0
  299. package/skills/meta-capability/scripts/core/__init__.py +1 -0
  300. package/skills/meta-capability/scripts/core/bootstrap_env.py +32 -0
  301. package/skills/meta-capability/scripts/core/config_loader.py +204 -0
  302. package/skills/meta-capability/scripts/core/tikomni_common.py +443 -0
  303. package/skills/meta-capability/scripts/test_auth.py +98 -0
  304. package/skills/single-work-analysis/SKILL.md +62 -0
  305. package/skills/single-work-analysis/agents/openai.yaml +4 -0
  306. package/skills/single-work-analysis/env.example +36 -0
  307. package/skills/single-work-analysis/references/api-capability-index.md +92 -0
  308. package/skills/single-work-analysis/references/api-contracts/asr-api.md +130 -0
  309. package/skills/single-work-analysis/references/api-contracts/bilibili-app-api.md +776 -0
  310. package/skills/single-work-analysis/references/api-contracts/bilibili-web-api.md +2017 -0
  311. package/skills/single-work-analysis/references/api-contracts/demo-api.md +717 -0
  312. package/skills/single-work-analysis/references/api-contracts/douyin-app-v3-api.md +3594 -0
  313. package/skills/single-work-analysis/references/api-contracts/douyin-billboard-api.md +2274 -0
  314. package/skills/single-work-analysis/references/api-contracts/douyin-creator-api.md +1575 -0
  315. package/skills/single-work-analysis/references/api-contracts/douyin-creator-v2-api.md +3254 -0
  316. package/skills/single-work-analysis/references/api-contracts/douyin-search-api.md +4118 -0
  317. package/skills/single-work-analysis/references/api-contracts/douyin-web-api.md +5544 -0
  318. package/skills/single-work-analysis/references/api-contracts/douyin-xingtu-api.md +1916 -0
  319. package/skills/single-work-analysis/references/api-contracts/douyin-xingtu-v2-api.md +1540 -0
  320. package/skills/single-work-analysis/references/api-contracts/health-check.md +69 -0
  321. package/skills/single-work-analysis/references/api-contracts/hybrid-parsing.md +78 -0
  322. package/skills/single-work-analysis/references/api-contracts/instagram-v1-api.md +2256 -0
  323. package/skills/single-work-analysis/references/api-contracts/instagram-v2-api.md +2011 -0
  324. package/skills/single-work-analysis/references/api-contracts/instagram-v3-api.md +2630 -0
  325. package/skills/single-work-analysis/references/api-contracts/ios-shortcut.md +44 -0
  326. package/skills/single-work-analysis/references/api-contracts/kuaishou-app-api.md +1518 -0
  327. package/skills/single-work-analysis/references/api-contracts/kuaishou-web-api.md +1242 -0
  328. package/skills/single-work-analysis/references/api-contracts/lemon8-app-api.md +1088 -0
  329. package/skills/single-work-analysis/references/api-contracts/linkedin-web-api.md +1949 -0
  330. package/skills/single-work-analysis/references/api-contracts/media-ingest-api.md +126 -0
  331. package/skills/single-work-analysis/references/api-contracts/pipixia-app-api.md +1142 -0
  332. package/skills/single-work-analysis/references/api-contracts/reddit-app-api.md +2025 -0
  333. package/skills/single-work-analysis/references/api-contracts/sora2-api.md +2266 -0
  334. package/skills/single-work-analysis/references/api-contracts/temp-mail-api.md +208 -0
  335. package/skills/single-work-analysis/references/api-contracts/threads-web-api.md +897 -0
  336. package/skills/single-work-analysis/references/api-contracts/tikhub-downloader-api.md +134 -0
  337. package/skills/single-work-analysis/references/api-contracts/tikhub-user-api.md +494 -0
  338. package/skills/single-work-analysis/references/api-contracts/tiktok-ads-api.md +5947 -0
  339. package/skills/single-work-analysis/references/api-contracts/tiktok-analytics-api.md +968 -0
  340. package/skills/single-work-analysis/references/api-contracts/tiktok-app-v3-api.md +5735 -0
  341. package/skills/single-work-analysis/references/api-contracts/tiktok-creator-api.md +1951 -0
  342. package/skills/single-work-analysis/references/api-contracts/tiktok-interaction-api.md +742 -0
  343. package/skills/single-work-analysis/references/api-contracts/tiktok-shop-web-api.md +1890 -0
  344. package/skills/single-work-analysis/references/api-contracts/tiktok-web-api.md +4448 -0
  345. package/skills/single-work-analysis/references/api-contracts/toutiao-app-api.md +342 -0
  346. package/skills/single-work-analysis/references/api-contracts/toutiao-web-api.md +143 -0
  347. package/skills/single-work-analysis/references/api-contracts/twitter-web-api.md +989 -0
  348. package/skills/single-work-analysis/references/api-contracts/wechat-channels-api.md +809 -0
  349. package/skills/single-work-analysis/references/api-contracts/wechat-media-platform-web-api.md +677 -0
  350. package/skills/single-work-analysis/references/api-contracts/weibo-app-api.md +1547 -0
  351. package/skills/single-work-analysis/references/api-contracts/weibo-web-api.md +798 -0
  352. package/skills/single-work-analysis/references/api-contracts/weibo-web-v2-api.md +2459 -0
  353. package/skills/single-work-analysis/references/api-contracts/xiaohongshu-app-api.md +1291 -0
  354. package/skills/single-work-analysis/references/api-contracts/xiaohongshu-app-v2-api.md +1683 -0
  355. package/skills/single-work-analysis/references/api-contracts/xiaohongshu-web-api.md +1324 -0
  356. package/skills/single-work-analysis/references/api-contracts/xiaohongshu-web-v2-api.md +1209 -0
  357. package/skills/single-work-analysis/references/api-contracts/xigua-app-v2-api.md +489 -0
  358. package/skills/single-work-analysis/references/api-contracts/youtube-web-api.md +2636 -0
  359. package/skills/single-work-analysis/references/api-contracts/youtube-web-v2-api.md +2660 -0
  360. package/skills/single-work-analysis/references/api-contracts/zhihu-web-api.md +2315 -0
  361. package/skills/single-work-analysis/references/api-tags/asr-api.md +100 -0
  362. package/skills/single-work-analysis/references/api-tags/bilibili-app-api.md +482 -0
  363. package/skills/single-work-analysis/references/api-tags/bilibili-web-api.md +1267 -0
  364. package/skills/single-work-analysis/references/api-tags/demo-api.md +365 -0
  365. package/skills/single-work-analysis/references/api-tags/douyin-app-v3-api.md +2012 -0
  366. package/skills/single-work-analysis/references/api-tags/douyin-billboard-api.md +1428 -0
  367. package/skills/single-work-analysis/references/api-tags/douyin-creator-api.md +694 -0
  368. package/skills/single-work-analysis/references/api-tags/douyin-creator-v2-api.md +694 -0
  369. package/skills/single-work-analysis/references/api-tags/douyin-search-api.md +1059 -0
  370. package/skills/single-work-analysis/references/api-tags/douyin-web-api.md +3314 -0
  371. package/skills/single-work-analysis/references/api-tags/douyin-xingtu-api.md +935 -0
  372. package/skills/single-work-analysis/references/api-tags/douyin-xingtu-v2-api.md +925 -0
  373. package/skills/single-work-analysis/references/api-tags/health-check.md +40 -0
  374. package/skills/single-work-analysis/references/api-tags/hybrid-parsing.md +57 -0
  375. package/skills/single-work-analysis/references/api-tags/instagram-v1-api.md +1224 -0
  376. package/skills/single-work-analysis/references/api-tags/instagram-v2-api.md +1147 -0
  377. package/skills/single-work-analysis/references/api-tags/instagram-v3-api.md +1123 -0
  378. package/skills/single-work-analysis/references/api-tags/ios-shortcut.md +45 -0
  379. package/skills/single-work-analysis/references/api-tags/kuaishou-app-api.md +846 -0
  380. package/skills/single-work-analysis/references/api-tags/kuaishou-web-api.md +551 -0
  381. package/skills/single-work-analysis/references/api-tags/lemon8-app-api.md +687 -0
  382. package/skills/single-work-analysis/references/api-tags/linkedin-web-api.md +1105 -0
  383. package/skills/single-work-analysis/references/api-tags/media-ingest-api.md +112 -0
  384. package/skills/single-work-analysis/references/api-tags/pipixia-app-api.md +721 -0
  385. package/skills/single-work-analysis/references/api-tags/reddit-app-api.md +1057 -0
  386. package/skills/single-work-analysis/references/api-tags/sora2-api.md +737 -0
  387. package/skills/single-work-analysis/references/api-tags/temp-mail-api.md +136 -0
  388. package/skills/single-work-analysis/references/api-tags/threads-web-api.md +472 -0
  389. package/skills/single-work-analysis/references/api-tags/tikhub-downloader-api.md +65 -0
  390. package/skills/single-work-analysis/references/api-tags/tikhub-user-api.md +253 -0
  391. package/skills/single-work-analysis/references/api-tags/tiktok-ads-api.md +1393 -0
  392. package/skills/single-work-analysis/references/api-tags/tiktok-analytics-api.md +179 -0
  393. package/skills/single-work-analysis/references/api-tags/tiktok-app-v3-api.md +3264 -0
  394. package/skills/single-work-analysis/references/api-tags/tiktok-creator-api.md +709 -0
  395. package/skills/single-work-analysis/references/api-tags/tiktok-interaction-api.md +366 -0
  396. package/skills/single-work-analysis/references/api-tags/tiktok-shop-web-api.md +663 -0
  397. package/skills/single-work-analysis/references/api-tags/tiktok-web-api.md +2516 -0
  398. package/skills/single-work-analysis/references/api-tags/toutiao-app-api.md +220 -0
  399. package/skills/single-work-analysis/references/api-tags/toutiao-web-api.md +96 -0
  400. package/skills/single-work-analysis/references/api-tags/twitter-web-api.md +562 -0
  401. package/skills/single-work-analysis/references/api-tags/wechat-channels-api.md +405 -0
  402. package/skills/single-work-analysis/references/api-tags/wechat-media-platform-web-api.md +431 -0
  403. package/skills/single-work-analysis/references/api-tags/weibo-app-api.md +851 -0
  404. package/skills/single-work-analysis/references/api-tags/weibo-web-api.md +470 -0
  405. package/skills/single-work-analysis/references/api-tags/weibo-web-v2-api.md +1405 -0
  406. package/skills/single-work-analysis/references/api-tags/xiaohongshu-app-api.md +534 -0
  407. package/skills/single-work-analysis/references/api-tags/xiaohongshu-app-v2-api.md +934 -0
  408. package/skills/single-work-analysis/references/api-tags/xiaohongshu-web-api.md +757 -0
  409. package/skills/single-work-analysis/references/api-tags/xiaohongshu-web-v2-api.md +762 -0
  410. package/skills/single-work-analysis/references/api-tags/xigua-app-v2-api.md +308 -0
  411. package/skills/single-work-analysis/references/api-tags/youtube-web-api.md +934 -0
  412. package/skills/single-work-analysis/references/api-tags/youtube-web-v2-api.md +717 -0
  413. package/skills/single-work-analysis/references/api-tags/zhihu-web-api.md +1384 -0
  414. package/skills/single-work-analysis/references/asr-and-fallback.md +20 -0
  415. package/skills/single-work-analysis/references/config-templates/defaults.yaml +58 -0
  416. package/skills/single-work-analysis/references/contracts/work-card-fields.md +41 -0
  417. package/skills/single-work-analysis/references/platform-guides/douyin.md +47 -0
  418. package/skills/single-work-analysis/references/platform-guides/generic.md +43 -0
  419. package/skills/single-work-analysis/references/platform-guides/xiaohongshu.md +54 -0
  420. package/skills/single-work-analysis/references/prompt-contracts/asr-clean.md +28 -0
  421. package/skills/single-work-analysis/references/prompt-contracts/cta.md +24 -0
  422. package/skills/single-work-analysis/references/prompt-contracts/hook.md +25 -0
  423. package/skills/single-work-analysis/references/prompt-contracts/insight.md +47 -0
  424. package/skills/single-work-analysis/references/prompt-contracts/structure.md +25 -0
  425. package/skills/single-work-analysis/references/prompt-contracts/style.md +27 -0
  426. package/skills/single-work-analysis/references/prompt-contracts/summary.md +29 -0
  427. package/skills/single-work-analysis/references/prompt-contracts/topic.md +29 -0
  428. package/skills/single-work-analysis/references/schemas/work-card.schema.json +39 -0
  429. package/skills/single-work-analysis/references/service-guides/asr-u2-u3-fallback.md +75 -0
  430. package/skills/single-work-analysis/scripts/__init__.py +0 -0
  431. package/skills/single-work-analysis/scripts/core/__init__.py +0 -0
  432. package/skills/single-work-analysis/scripts/core/analysis_pipeline.py +133 -0
  433. package/skills/single-work-analysis/scripts/core/bootstrap_env.py +35 -0
  434. package/skills/single-work-analysis/scripts/core/config_loader.py +418 -0
  435. package/skills/single-work-analysis/scripts/core/extract_pipeline.py +173 -0
  436. package/skills/single-work-analysis/scripts/core/progress_report.py +111 -0
  437. package/skills/single-work-analysis/scripts/core/storage_router.py +253 -0
  438. package/skills/single-work-analysis/scripts/core/tikomni_common.py +588 -0
  439. package/skills/single-work-analysis/scripts/pipeline/__init__.py +0 -0
  440. package/skills/single-work-analysis/scripts/pipeline/asr/__init__.py +0 -0
  441. package/skills/single-work-analysis/scripts/pipeline/asr/asr_pipeline.py +1189 -0
  442. package/skills/single-work-analysis/scripts/pipeline/asr/poll_u2_task.py +95 -0
  443. package/skills/single-work-analysis/scripts/platform/__init__.py +0 -0
  444. package/skills/single-work-analysis/scripts/platform/douyin/__init__.py +0 -0
  445. package/skills/single-work-analysis/scripts/platform/douyin/douyin_video_type_matrix.py +224 -0
  446. package/skills/single-work-analysis/scripts/platform/douyin/run_douyin_single_video.py +1233 -0
  447. package/skills/single-work-analysis/scripts/platform/douyin/select_low_quality_video_url.py +200 -0
  448. package/skills/single-work-analysis/scripts/platform/xiaohongshu/__init__.py +0 -0
  449. package/skills/single-work-analysis/scripts/platform/xiaohongshu/run_xiaohongshu_extract.py +2156 -0
  450. package/skills/single-work-analysis/scripts/writers/__init__.py +0 -0
  451. package/skills/single-work-analysis/scripts/writers/write_benchmark_card.py +1402 -0
@@ -0,0 +1,1405 @@
1
+ # Weibo-Web-V2-API Route Summary
2
+
3
+ - Back to index: [`api-capability-index.md`](../api-capability-index.md)
4
+ - Current tag file: `api-tags/weibo-web-v2-api.md`
5
+ - Full contract: [`api-contracts/weibo-web-v2-api.md`](../api-contracts/weibo-web-v2-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: `33`
9
+ - Common capabilities: search / profiles / accounts / content details / general / trends / rankings / comments
10
+ - Default auth: Header `Authorization` Bearer
11
+ - Common inputs: `page`, `uid`, `query`, `id`, `max_id`, `count`, `since_id`, `q`, `keyword`, `cursor`
12
+ - Tag description: **(新浪微博 Web V2 数据接口/Weibo-Web-V2-API data endpoints)**
13
+
14
+ ## Routes
15
+
16
+ ### `GET /api/u1/v1/weibo/web_v2/check_allow_comment_with_pic`
17
+
18
+ - Summary: 检查微博是否允许带图评论/Check if Weibo allows image comments
19
+ - Capabilities: comments
20
+ - Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
21
+ - operationId: `check_allow_comment_with_pic_api_v1_weibo_web_v2_check_allow_comment_with_pic_get`
22
+ - Full contract: [`api-contracts/weibo-web-v2-api.md#get-api-u1-v1-weibo-web-v2-check-allow-comment-with-pic`](../api-contracts/weibo-web-v2-api.md#get-api-u1-v1-weibo-web-v2-check-allow-comment-with-pic)
23
+
24
+ #### Parameters
25
+
26
+ | Field | In | Type | Required | Description |
27
+ | --- | --- | --- | --- | --- |
28
+ | id | query | string | Yes | 微博ID/Weibo ID |
29
+
30
+ #### Request Body
31
+
32
+ None
33
+
34
+ #### Success Response
35
+
36
+ ##### `200 application/json`
37
+
38
+ - Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
39
+
40
+ | Field | Type | Required | Description |
41
+ | --- | --- | --- | --- |
42
+ | code | integer | No | HTTP status code \| HTTP状态码 |
43
+ | request_id | string | No | Unique request identifier \| 唯一请求标识符 |
44
+ | message | string | No | Response message (EN-US) \| 响应消息 (English) |
45
+ | message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) |
46
+ | support | string | No | Support message \| 支持消息 |
47
+ | time | string | No | The time the response was generated \| 生成响应的时间 |
48
+ | time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 |
49
+ | time_zone | string | No | The timezone of the response time \| 响应时间的时区 |
50
+ | docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 |
51
+ | cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) |
52
+ | cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) |
53
+ | cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL |
54
+
55
+ - Fields truncated: this layer shows only the first `12` rows.
56
+
57
+ ### `GET /api/u1/v1/weibo/web_v2/fetch_advanced_search`
58
+
59
+ - Summary: 微博高级搜索/Weibo Advanced Search
60
+ - Capabilities: search
61
+ - Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
62
+ - operationId: `fetch_advanced_search_api_v1_weibo_web_v2_fetch_advanced_search_get`
63
+ - Full contract: [`api-contracts/weibo-web-v2-api.md#get-api-u1-v1-weibo-web-v2-fetch-advanced-search`](../api-contracts/weibo-web-v2-api.md#get-api-u1-v1-weibo-web-v2-fetch-advanced-search)
64
+
65
+ #### Parameters
66
+
67
+ | Field | In | Type | Required | Description |
68
+ | --- | --- | --- | --- | --- |
69
+ | q | query | string | Yes | 搜索关键词/Search keyword |
70
+ | search_type | query | string | No | 搜索类型/Search type: all(全部), hot(热门), original(原创), verified(认证用户), media(媒体), viewpoint(观点) |
71
+ | include_type | query | string | No | 包含类型/Include type: all(全部), pic(含图片), video(含视频), music(含音乐), link(含短链) |
72
+ | timescope | query | string | No | 时间范围/Time scope (custom:start:end) |
73
+ | page | query | integer | No | 页码/Page number |
74
+
75
+ #### Request Body
76
+
77
+ None
78
+
79
+ #### Success Response
80
+
81
+ ##### `200 application/json`
82
+
83
+ - Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
84
+
85
+ | Field | Type | Required | Description |
86
+ | --- | --- | --- | --- |
87
+ | code | integer | No | HTTP status code \| HTTP状态码 |
88
+ | request_id | string | No | Unique request identifier \| 唯一请求标识符 |
89
+ | message | string | No | Response message (EN-US) \| 响应消息 (English) |
90
+ | message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) |
91
+ | support | string | No | Support message \| 支持消息 |
92
+ | time | string | No | The time the response was generated \| 生成响应的时间 |
93
+ | time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 |
94
+ | time_zone | string | No | The timezone of the response time \| 响应时间的时区 |
95
+ | docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 |
96
+ | cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) |
97
+ | cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) |
98
+ | cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL |
99
+
100
+ - Fields truncated: this layer shows only the first `12` rows.
101
+
102
+ ### `GET /api/u1/v1/weibo/web_v2/fetch_ai_related_search`
103
+
104
+ - Summary: 微博AI搜索内容扩展/Weibo AI Search Content Extension
105
+ - Capabilities: search
106
+ - Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
107
+ - operationId: `fetch_ai_related_search_api_v1_weibo_web_v2_fetch_ai_related_search_get`
108
+ - Full contract: [`api-contracts/weibo-web-v2-api.md#get-api-u1-v1-weibo-web-v2-fetch-ai-related-search`](../api-contracts/weibo-web-v2-api.md#get-api-u1-v1-weibo-web-v2-fetch-ai-related-search)
109
+
110
+ #### Parameters
111
+
112
+ | Field | In | Type | Required | Description |
113
+ | --- | --- | --- | --- | --- |
114
+ | keyword | query | string | Yes | 搜索关键词/Search keyword |
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/web_v2/fetch_ai_search`
144
+
145
+ - Summary: 微博智能搜索/Weibo AI Search
146
+ - Capabilities: search
147
+ - Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
148
+ - operationId: `fetch_ai_search_api_v1_weibo_web_v2_fetch_ai_search_get`
149
+ - Full contract: [`api-contracts/weibo-web-v2-api.md#get-api-u1-v1-weibo-web-v2-fetch-ai-search`](../api-contracts/weibo-web-v2-api.md#get-api-u1-v1-weibo-web-v2-fetch-ai-search)
150
+
151
+ #### Parameters
152
+
153
+ | Field | In | Type | Required | Description |
154
+ | --- | --- | --- | --- | --- |
155
+ | query | query | string | Yes | 搜索关键词/Search keyword |
156
+
157
+ #### Request Body
158
+
159
+ None
160
+
161
+ #### Success Response
162
+
163
+ ##### `200 application/json`
164
+
165
+ - Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
166
+
167
+ | Field | Type | Required | Description |
168
+ | --- | --- | --- | --- |
169
+ | code | integer | No | HTTP status code \| HTTP状态码 |
170
+ | request_id | string | No | Unique request identifier \| 唯一请求标识符 |
171
+ | message | string | No | Response message (EN-US) \| 响应消息 (English) |
172
+ | message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) |
173
+ | support | string | No | Support message \| 支持消息 |
174
+ | time | string | No | The time the response was generated \| 生成响应的时间 |
175
+ | time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 |
176
+ | time_zone | string | No | The timezone of the response time \| 响应时间的时区 |
177
+ | docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 |
178
+ | cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) |
179
+ | cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) |
180
+ | cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL |
181
+
182
+ - Fields truncated: this layer shows only the first `12` rows.
183
+
184
+ ### `GET /api/u1/v1/weibo/web_v2/fetch_all_groups`
185
+
186
+ - Summary: 获取所有分组信息/Get all groups information
187
+ - Capabilities: general
188
+ - Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
189
+ - operationId: `fetch_all_groups_api_v1_weibo_web_v2_fetch_all_groups_get`
190
+ - Full contract: [`api-contracts/weibo-web-v2-api.md#get-api-u1-v1-weibo-web-v2-fetch-all-groups`](../api-contracts/weibo-web-v2-api.md#get-api-u1-v1-weibo-web-v2-fetch-all-groups)
191
+
192
+ #### Parameters
193
+
194
+ None
195
+
196
+ #### Request Body
197
+
198
+ None
199
+
200
+ #### Success Response
201
+
202
+ ##### `200 application/json`
203
+
204
+ - Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
205
+
206
+ | Field | Type | Required | Description |
207
+ | --- | --- | --- | --- |
208
+ | code | integer | No | HTTP status code \| HTTP状态码 |
209
+ | request_id | string | No | Unique request identifier \| 唯一请求标识符 |
210
+ | message | string | No | Response message (EN-US) \| 响应消息 (English) |
211
+ | message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) |
212
+ | support | string | No | Support message \| 支持消息 |
213
+ | time | string | No | The time the response was generated \| 生成响应的时间 |
214
+ | time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 |
215
+ | time_zone | string | No | The timezone of the response time \| 响应时间的时区 |
216
+ | docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 |
217
+ | cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) |
218
+ | cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) |
219
+ | cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL |
220
+
221
+ - Fields truncated: this layer shows only the first `12` rows.
222
+
223
+ ### `GET /api/u1/v1/weibo/web_v2/fetch_city_list`
224
+
225
+ - Summary: 地区省市映射/Region City List
226
+ - Capabilities: general
227
+ - Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
228
+ - operationId: `fetch_city_list_api_v1_weibo_web_v2_fetch_city_list_get`
229
+ - Full contract: [`api-contracts/weibo-web-v2-api.md#get-api-u1-v1-weibo-web-v2-fetch-city-list`](../api-contracts/weibo-web-v2-api.md#get-api-u1-v1-weibo-web-v2-fetch-city-list)
230
+
231
+ #### Parameters
232
+
233
+ | Field | In | Type | Required | Description |
234
+ | --- | --- | --- | --- | --- |
235
+ | normalized | query | boolean | No | 是否返回标准化结构(省份列表+城市数组)/Whether to return normalized structure |
236
+
237
+ #### Request Body
238
+
239
+ None
240
+
241
+ #### Success Response
242
+
243
+ ##### `200 application/json`
244
+
245
+ - Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
246
+
247
+ | Field | Type | Required | Description |
248
+ | --- | --- | --- | --- |
249
+ | code | integer | No | HTTP status code \| HTTP状态码 |
250
+ | request_id | string | No | Unique request identifier \| 唯一请求标识符 |
251
+ | message | string | No | Response message (EN-US) \| 响应消息 (English) |
252
+ | message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) |
253
+ | support | string | No | Support message \| 支持消息 |
254
+ | time | string | No | The time the response was generated \| 生成响应的时间 |
255
+ | time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 |
256
+ | time_zone | string | No | The timezone of the response time \| 响应时间的时区 |
257
+ | docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 |
258
+ | cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) |
259
+ | cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) |
260
+ | cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL |
261
+
262
+ - Fields truncated: this layer shows only the first `12` rows.
263
+
264
+ ### `GET /api/u1/v1/weibo/web_v2/fetch_entertainment_ranking`
265
+
266
+ - Summary: 获取微博文娱榜单/Get Weibo entertainment ranking
267
+ - Capabilities: general
268
+ - Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
269
+ - operationId: `fetch_entertainment_ranking_api_v1_weibo_web_v2_fetch_entertainment_ranking_get`
270
+ - Full contract: [`api-contracts/weibo-web-v2-api.md#get-api-u1-v1-weibo-web-v2-fetch-entertainment-ranking`](../api-contracts/weibo-web-v2-api.md#get-api-u1-v1-weibo-web-v2-fetch-entertainment-ranking)
271
+
272
+ #### Parameters
273
+
274
+ None
275
+
276
+ #### Request Body
277
+
278
+ None
279
+
280
+ #### Success Response
281
+
282
+ ##### `200 application/json`
283
+
284
+ - Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
285
+
286
+ | Field | Type | Required | Description |
287
+ | --- | --- | --- | --- |
288
+ | code | integer | No | HTTP status code \| HTTP状态码 |
289
+ | request_id | string | No | Unique request identifier \| 唯一请求标识符 |
290
+ | message | string | No | Response message (EN-US) \| 响应消息 (English) |
291
+ | message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) |
292
+ | support | string | No | Support message \| 支持消息 |
293
+ | time | string | No | The time the response was generated \| 生成响应的时间 |
294
+ | time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 |
295
+ | time_zone | string | No | The timezone of the response time \| 响应时间的时区 |
296
+ | docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 |
297
+ | cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) |
298
+ | cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) |
299
+ | cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL |
300
+
301
+ - Fields truncated: this layer shows only the first `12` rows.
302
+
303
+ ### `GET /api/u1/v1/weibo/web_v2/fetch_hot_ranking_timeline`
304
+
305
+ - Summary: 获取微博热门榜单时间轴/Get hot ranking timeline
306
+ - Capabilities: trends / rankings
307
+ - Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
308
+ - operationId: `fetch_hot_ranking_timeline_api_v1_weibo_web_v2_fetch_hot_ranking_timeline_get`
309
+ - Full contract: [`api-contracts/weibo-web-v2-api.md#get-api-u1-v1-weibo-web-v2-fetch-hot-ranking-timeline`](../api-contracts/weibo-web-v2-api.md#get-api-u1-v1-weibo-web-v2-fetch-hot-ranking-timeline)
310
+
311
+ #### Parameters
312
+
313
+ | Field | In | Type | Required | Description |
314
+ | --- | --- | --- | --- | --- |
315
+ | ranking_type | query | string | Yes | 榜单类型:hour=小时榜,yesterday=昨日榜,day_before=前日榜,week=周榜,male=男榜,female=女榜/Ranking type: hour=hourly, yesterday=yesterday, da… |
316
+ | since_id | query | string | No | 分页标识,默认为0/Pagination identifier, default is 0 |
317
+ | max_id | query | string | No | 最大ID,默认为0/Max ID, default is 0 |
318
+ | count | query | integer | No | 获取数量,默认10/Count, default is 10 |
319
+
320
+ #### Request Body
321
+
322
+ None
323
+
324
+ #### Success Response
325
+
326
+ ##### `200 application/json`
327
+
328
+ - Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
329
+
330
+ | Field | Type | Required | Description |
331
+ | --- | --- | --- | --- |
332
+ | code | integer | No | HTTP status code \| HTTP状态码 |
333
+ | request_id | string | No | Unique request identifier \| 唯一请求标识符 |
334
+ | message | string | No | Response message (EN-US) \| 响应消息 (English) |
335
+ | message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) |
336
+ | support | string | No | Support message \| 支持消息 |
337
+ | time | string | No | The time the response was generated \| 生成响应的时间 |
338
+ | time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 |
339
+ | time_zone | string | No | The timezone of the response time \| 响应时间的时区 |
340
+ | docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 |
341
+ | cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) |
342
+ | cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) |
343
+ | cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL |
344
+
345
+ - Fields truncated: this layer shows only the first `12` rows.
346
+
347
+ ### `GET /api/u1/v1/weibo/web_v2/fetch_hot_search`
348
+
349
+ - Summary: 获取微博热搜榜单/Get Weibo hot search ranking
350
+ - Capabilities: search / trends / rankings
351
+ - Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
352
+ - operationId: `fetch_hot_search_api_v1_weibo_web_v2_fetch_hot_search_get`
353
+ - Full contract: [`api-contracts/weibo-web-v2-api.md#get-api-u1-v1-weibo-web-v2-fetch-hot-search`](../api-contracts/weibo-web-v2-api.md#get-api-u1-v1-weibo-web-v2-fetch-hot-search)
354
+
355
+ #### Parameters
356
+
357
+ None
358
+
359
+ #### Request Body
360
+
361
+ None
362
+
363
+ #### Success Response
364
+
365
+ ##### `200 application/json`
366
+
367
+ - Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
368
+
369
+ | Field | Type | Required | Description |
370
+ | --- | --- | --- | --- |
371
+ | code | integer | No | HTTP status code \| HTTP状态码 |
372
+ | request_id | string | No | Unique request identifier \| 唯一请求标识符 |
373
+ | message | string | No | Response message (EN-US) \| 响应消息 (English) |
374
+ | message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) |
375
+ | support | string | No | Support message \| 支持消息 |
376
+ | time | string | No | The time the response was generated \| 生成响应的时间 |
377
+ | time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 |
378
+ | time_zone | string | No | The timezone of the response time \| 响应时间的时区 |
379
+ | docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 |
380
+ | cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) |
381
+ | cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) |
382
+ | cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL |
383
+
384
+ - Fields truncated: this layer shows only the first `12` rows.
385
+
386
+ ### `GET /api/u1/v1/weibo/web_v2/fetch_hot_search_index`
387
+
388
+ - Summary: 获取微博热搜词条(10条)/Get Weibo hot search index (10 items)
389
+ - Capabilities: search / trends / rankings
390
+ - Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
391
+ - operationId: `fetch_hot_search_index_api_v1_weibo_web_v2_fetch_hot_search_index_get`
392
+ - Full contract: [`api-contracts/weibo-web-v2-api.md#get-api-u1-v1-weibo-web-v2-fetch-hot-search-index`](../api-contracts/weibo-web-v2-api.md#get-api-u1-v1-weibo-web-v2-fetch-hot-search-index)
393
+
394
+ #### Parameters
395
+
396
+ None
397
+
398
+ #### Request Body
399
+
400
+ None
401
+
402
+ #### Success Response
403
+
404
+ ##### `200 application/json`
405
+
406
+ - Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
407
+
408
+ | Field | Type | Required | Description |
409
+ | --- | --- | --- | --- |
410
+ | code | integer | No | HTTP status code \| HTTP状态码 |
411
+ | request_id | string | No | Unique request identifier \| 唯一请求标识符 |
412
+ | message | string | No | Response message (EN-US) \| 响应消息 (English) |
413
+ | message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) |
414
+ | support | string | No | Support message \| 支持消息 |
415
+ | time | string | No | The time the response was generated \| 生成响应的时间 |
416
+ | time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 |
417
+ | time_zone | string | No | The timezone of the response time \| 响应时间的时区 |
418
+ | docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 |
419
+ | cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) |
420
+ | cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) |
421
+ | cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL |
422
+
423
+ - Fields truncated: this layer shows only the first `12` rows.
424
+
425
+ ### `GET /api/u1/v1/weibo/web_v2/fetch_hot_search_summary`
426
+
427
+ - Summary: 获取微博完整热搜榜单(50条)/Get Weibo complete hot search ranking (50 items)
428
+ - Capabilities: search / trends / rankings
429
+ - Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
430
+ - operationId: `fetch_hot_search_summary_api_v1_weibo_web_v2_fetch_hot_search_summary_get`
431
+ - Full contract: [`api-contracts/weibo-web-v2-api.md#get-api-u1-v1-weibo-web-v2-fetch-hot-search-summary`](../api-contracts/weibo-web-v2-api.md#get-api-u1-v1-weibo-web-v2-fetch-hot-search-summary)
432
+
433
+ #### Parameters
434
+
435
+ None
436
+
437
+ #### Request Body
438
+
439
+ None
440
+
441
+ #### Success Response
442
+
443
+ ##### `200 application/json`
444
+
445
+ - Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
446
+
447
+ | Field | Type | Required | Description |
448
+ | --- | --- | --- | --- |
449
+ | code | integer | No | HTTP status code \| HTTP状态码 |
450
+ | request_id | string | No | Unique request identifier \| 唯一请求标识符 |
451
+ | message | string | No | Response message (EN-US) \| 响应消息 (English) |
452
+ | message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) |
453
+ | support | string | No | Support message \| 支持消息 |
454
+ | time | string | No | The time the response was generated \| 生成响应的时间 |
455
+ | time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 |
456
+ | time_zone | string | No | The timezone of the response time \| 响应时间的时区 |
457
+ | docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 |
458
+ | cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) |
459
+ | cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) |
460
+ | cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL |
461
+
462
+ - Fields truncated: this layer shows only the first `12` rows.
463
+
464
+ ### `GET /api/u1/v1/weibo/web_v2/fetch_life_ranking`
465
+
466
+ - Summary: 获取微博生活榜单/Get Weibo life ranking
467
+ - Capabilities: general
468
+ - Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
469
+ - operationId: `fetch_life_ranking_api_v1_weibo_web_v2_fetch_life_ranking_get`
470
+ - Full contract: [`api-contracts/weibo-web-v2-api.md#get-api-u1-v1-weibo-web-v2-fetch-life-ranking`](../api-contracts/weibo-web-v2-api.md#get-api-u1-v1-weibo-web-v2-fetch-life-ranking)
471
+
472
+ #### Parameters
473
+
474
+ None
475
+
476
+ #### Request Body
477
+
478
+ None
479
+
480
+ #### Success Response
481
+
482
+ ##### `200 application/json`
483
+
484
+ - Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
485
+
486
+ | Field | Type | Required | Description |
487
+ | --- | --- | --- | --- |
488
+ | code | integer | No | HTTP status code \| HTTP状态码 |
489
+ | request_id | string | No | Unique request identifier \| 唯一请求标识符 |
490
+ | message | string | No | Response message (EN-US) \| 响应消息 (English) |
491
+ | message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) |
492
+ | support | string | No | Support message \| 支持消息 |
493
+ | time | string | No | The time the response was generated \| 生成响应的时间 |
494
+ | time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 |
495
+ | time_zone | string | No | The timezone of the response time \| 响应时间的时区 |
496
+ | docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 |
497
+ | cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) |
498
+ | cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) |
499
+ | cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL |
500
+
501
+ - Fields truncated: this layer shows only the first `12` rows.
502
+
503
+ ### `GET /api/u1/v1/weibo/web_v2/fetch_pic_search`
504
+
505
+ - Summary: 图片搜索/Weibo picture search
506
+ - Capabilities: search
507
+ - Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
508
+ - operationId: `fetch_pic_search_api_v1_weibo_web_v2_fetch_pic_search_get`
509
+ - Full contract: [`api-contracts/weibo-web-v2-api.md#get-api-u1-v1-weibo-web-v2-fetch-pic-search`](../api-contracts/weibo-web-v2-api.md#get-api-u1-v1-weibo-web-v2-fetch-pic-search)
510
+
511
+ #### Parameters
512
+
513
+ | Field | In | Type | Required | Description |
514
+ | --- | --- | --- | --- | --- |
515
+ | query | query | string | Yes | 搜索关键词/Search keyword |
516
+ | page | query | integer | No | 页码/Page number |
517
+
518
+ #### Request Body
519
+
520
+ None
521
+
522
+ #### Success Response
523
+
524
+ ##### `200 application/json`
525
+
526
+ - Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
527
+
528
+ | Field | Type | Required | Description |
529
+ | --- | --- | --- | --- |
530
+ | code | integer | No | HTTP status code \| HTTP状态码 |
531
+ | request_id | string | No | Unique request identifier \| 唯一请求标识符 |
532
+ | message | string | No | Response message (EN-US) \| 响应消息 (English) |
533
+ | message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) |
534
+ | support | string | No | Support message \| 支持消息 |
535
+ | time | string | No | The time the response was generated \| 生成响应的时间 |
536
+ | time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 |
537
+ | time_zone | string | No | The timezone of the response time \| 响应时间的时区 |
538
+ | docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 |
539
+ | cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) |
540
+ | cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) |
541
+ | cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL |
542
+
543
+ - Fields truncated: this layer shows only the first `12` rows.
544
+
545
+ ### `GET /api/u1/v1/weibo/web_v2/fetch_post_comments`
546
+
547
+ - Summary: 获取微博评论/Get Weibo comments
548
+ - Capabilities: comments / content details
549
+ - Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
550
+ - operationId: `fetch_post_comments_api_v1_weibo_web_v2_fetch_post_comments_get`
551
+ - Full contract: [`api-contracts/weibo-web-v2-api.md#get-api-u1-v1-weibo-web-v2-fetch-post-comments`](../api-contracts/weibo-web-v2-api.md#get-api-u1-v1-weibo-web-v2-fetch-post-comments)
552
+
553
+ #### Parameters
554
+
555
+ | Field | In | Type | Required | Description |
556
+ | --- | --- | --- | --- | --- |
557
+ | id | query | string | Yes | 微博ID/Weibo ID |
558
+ | count | query | integer | No | 评论数量/Number of comments |
559
+ | max_id | query | string | No | 页码/Page number |
560
+
561
+ #### Request Body
562
+
563
+ None
564
+
565
+ #### Success Response
566
+
567
+ ##### `200 application/json`
568
+
569
+ - Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
570
+
571
+ | Field | Type | Required | Description |
572
+ | --- | --- | --- | --- |
573
+ | code | integer | No | HTTP status code \| HTTP状态码 |
574
+ | request_id | string | No | Unique request identifier \| 唯一请求标识符 |
575
+ | message | string | No | Response message (EN-US) \| 响应消息 (English) |
576
+ | message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) |
577
+ | support | string | No | Support message \| 支持消息 |
578
+ | time | string | No | The time the response was generated \| 生成响应的时间 |
579
+ | time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 |
580
+ | time_zone | string | No | The timezone of the response time \| 响应时间的时区 |
581
+ | docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 |
582
+ | cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) |
583
+ | cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) |
584
+ | cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL |
585
+
586
+ - Fields truncated: this layer shows only the first `12` rows.
587
+
588
+ ### `GET /api/u1/v1/weibo/web_v2/fetch_post_detail`
589
+
590
+ - Summary: 获取单个作品数据/Get single post data
591
+ - Capabilities: content details / details
592
+ - Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
593
+ - operationId: `fetch_post_detail_api_v1_weibo_web_v2_fetch_post_detail_get`
594
+ - Full contract: [`api-contracts/weibo-web-v2-api.md#get-api-u1-v1-weibo-web-v2-fetch-post-detail`](../api-contracts/weibo-web-v2-api.md#get-api-u1-v1-weibo-web-v2-fetch-post-detail)
595
+
596
+ #### Parameters
597
+
598
+ | Field | In | Type | Required | Description |
599
+ | --- | --- | --- | --- | --- |
600
+ | id | query | string | Yes | 作品id/Post id |
601
+ | is_get_long_text | query | string | No | 是否获取长微博全文/Whether to get the full text of long Weibo posts (true/false) |
602
+
603
+ #### Request Body
604
+
605
+ None
606
+
607
+ #### Success Response
608
+
609
+ ##### `200 application/json`
610
+
611
+ - Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
612
+
613
+ | Field | Type | Required | Description |
614
+ | --- | --- | --- | --- |
615
+ | code | integer | No | HTTP status code \| HTTP状态码 |
616
+ | request_id | string | No | Unique request identifier \| 唯一请求标识符 |
617
+ | message | string | No | Response message (EN-US) \| 响应消息 (English) |
618
+ | message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) |
619
+ | support | string | No | Support message \| 支持消息 |
620
+ | time | string | No | The time the response was generated \| 生成响应的时间 |
621
+ | time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 |
622
+ | time_zone | string | No | The timezone of the response time \| 响应时间的时区 |
623
+ | docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 |
624
+ | cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) |
625
+ | cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) |
626
+ | cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL |
627
+
628
+ - Fields truncated: this layer shows only the first `12` rows.
629
+
630
+ ### `GET /api/u1/v1/weibo/web_v2/fetch_post_sub_comments`
631
+
632
+ - Summary: 获取微博子评论/Get Weibo sub-comments
633
+ - Capabilities: comments / content details
634
+ - Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
635
+ - operationId: `fetch_post_sub_comments_api_v1_weibo_web_v2_fetch_post_sub_comments_get`
636
+ - Full contract: [`api-contracts/weibo-web-v2-api.md#get-api-u1-v1-weibo-web-v2-fetch-post-sub-comments`](../api-contracts/weibo-web-v2-api.md#get-api-u1-v1-weibo-web-v2-fetch-post-sub-comments)
637
+
638
+ #### Parameters
639
+
640
+ | Field | In | Type | Required | Description |
641
+ | --- | --- | --- | --- | --- |
642
+ | id | query | string | Yes | 主评论ID/Comment ID |
643
+ | count | query | integer | No | 子评论数量/Number of sub-comments |
644
+ | max_id | query | string | No | 分页标识/Page identifier |
645
+
646
+ #### Request Body
647
+
648
+ None
649
+
650
+ #### Success Response
651
+
652
+ ##### `200 application/json`
653
+
654
+ - Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
655
+
656
+ | Field | Type | Required | Description |
657
+ | --- | --- | --- | --- |
658
+ | code | integer | No | HTTP status code \| HTTP状态码 |
659
+ | request_id | string | No | Unique request identifier \| 唯一请求标识符 |
660
+ | message | string | No | Response message (EN-US) \| 响应消息 (English) |
661
+ | message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) |
662
+ | support | string | No | Support message \| 支持消息 |
663
+ | time | string | No | The time the response was generated \| 生成响应的时间 |
664
+ | time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 |
665
+ | time_zone | string | No | The timezone of the response time \| 响应时间的时区 |
666
+ | docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 |
667
+ | cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) |
668
+ | cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) |
669
+ | cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL |
670
+
671
+ - Fields truncated: this layer shows only the first `12` rows.
672
+
673
+ ### `GET /api/u1/v1/weibo/web_v2/fetch_realtime_search`
674
+
675
+ - Summary: 实时搜索/Weibo Realtime Search
676
+ - Capabilities: search
677
+ - Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
678
+ - operationId: `fetch_realtime_search_api_v1_weibo_web_v2_fetch_realtime_search_get`
679
+ - Full contract: [`api-contracts/weibo-web-v2-api.md#get-api-u1-v1-weibo-web-v2-fetch-realtime-search`](../api-contracts/weibo-web-v2-api.md#get-api-u1-v1-weibo-web-v2-fetch-realtime-search)
680
+
681
+ #### Parameters
682
+
683
+ | Field | In | Type | Required | Description |
684
+ | --- | --- | --- | --- | --- |
685
+ | query | query | string | Yes | 搜索关键词/Search keyword |
686
+ | page | query | integer | No | 页码/Page number |
687
+
688
+ #### Request Body
689
+
690
+ None
691
+
692
+ #### Success Response
693
+
694
+ ##### `200 application/json`
695
+
696
+ - Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
697
+
698
+ | Field | Type | Required | Description |
699
+ | --- | --- | --- | --- |
700
+ | code | integer | No | HTTP status code \| HTTP状态码 |
701
+ | request_id | string | No | Unique request identifier \| 唯一请求标识符 |
702
+ | message | string | No | Response message (EN-US) \| 响应消息 (English) |
703
+ | message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) |
704
+ | support | string | No | Support message \| 支持消息 |
705
+ | time | string | No | The time the response was generated \| 生成响应的时间 |
706
+ | time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 |
707
+ | time_zone | string | No | The timezone of the response time \| 响应时间的时区 |
708
+ | docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 |
709
+ | cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) |
710
+ | cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) |
711
+ | cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL |
712
+
713
+ - Fields truncated: this layer shows only the first `12` rows.
714
+
715
+ ### `GET /api/u1/v1/weibo/web_v2/fetch_similar_search`
716
+
717
+ - Summary: 获取微博相似搜索词推荐/Get Weibo similar search recommendations
718
+ - Capabilities: search
719
+ - Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
720
+ - operationId: `fetch_similar_search_api_v1_weibo_web_v2_fetch_similar_search_get`
721
+ - Full contract: [`api-contracts/weibo-web-v2-api.md#get-api-u1-v1-weibo-web-v2-fetch-similar-search`](../api-contracts/weibo-web-v2-api.md#get-api-u1-v1-weibo-web-v2-fetch-similar-search)
722
+
723
+ #### Parameters
724
+
725
+ | Field | In | Type | Required | Description |
726
+ | --- | --- | --- | --- | --- |
727
+ | keyword | query | string | Yes | 搜索关键词/Search keyword |
728
+
729
+ #### Request Body
730
+
731
+ None
732
+
733
+ #### Success Response
734
+
735
+ ##### `200 application/json`
736
+
737
+ - Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
738
+
739
+ | Field | Type | Required | Description |
740
+ | --- | --- | --- | --- |
741
+ | code | integer | No | HTTP status code \| HTTP状态码 |
742
+ | request_id | string | No | Unique request identifier \| 唯一请求标识符 |
743
+ | message | string | No | Response message (EN-US) \| 响应消息 (English) |
744
+ | message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) |
745
+ | support | string | No | Support message \| 支持消息 |
746
+ | time | string | No | The time the response was generated \| 生成响应的时间 |
747
+ | time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 |
748
+ | time_zone | string | No | The timezone of the response time \| 响应时间的时区 |
749
+ | docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 |
750
+ | cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) |
751
+ | cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) |
752
+ | cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL |
753
+
754
+ - Fields truncated: this layer shows only the first `12` rows.
755
+
756
+ ### `GET /api/u1/v1/weibo/web_v2/fetch_social_ranking`
757
+
758
+ - Summary: 获取微博社会榜单/Get Weibo social ranking
759
+ - Capabilities: general
760
+ - Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
761
+ - operationId: `fetch_social_ranking_api_v1_weibo_web_v2_fetch_social_ranking_get`
762
+ - Full contract: [`api-contracts/weibo-web-v2-api.md#get-api-u1-v1-weibo-web-v2-fetch-social-ranking`](../api-contracts/weibo-web-v2-api.md#get-api-u1-v1-weibo-web-v2-fetch-social-ranking)
763
+
764
+ #### Parameters
765
+
766
+ None
767
+
768
+ #### Request Body
769
+
770
+ None
771
+
772
+ #### Success Response
773
+
774
+ ##### `200 application/json`
775
+
776
+ - Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
777
+
778
+ | Field | Type | Required | Description |
779
+ | --- | --- | --- | --- |
780
+ | code | integer | No | HTTP status code \| HTTP状态码 |
781
+ | request_id | string | No | Unique request identifier \| 唯一请求标识符 |
782
+ | message | string | No | Response message (EN-US) \| 响应消息 (English) |
783
+ | message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) |
784
+ | support | string | No | Support message \| 支持消息 |
785
+ | time | string | No | The time the response was generated \| 生成响应的时间 |
786
+ | time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 |
787
+ | time_zone | string | No | The timezone of the response time \| 响应时间的时区 |
788
+ | docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 |
789
+ | cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) |
790
+ | cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) |
791
+ | cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL |
792
+
793
+ - Fields truncated: this layer shows only the first `12` rows.
794
+
795
+ ### `GET /api/u1/v1/weibo/web_v2/fetch_topic_search`
796
+
797
+ - Summary: 话题搜索/Weibo topic search
798
+ - Capabilities: search / topics
799
+ - Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
800
+ - operationId: `fetch_topic_search_api_v1_weibo_web_v2_fetch_topic_search_get`
801
+ - Full contract: [`api-contracts/weibo-web-v2-api.md#get-api-u1-v1-weibo-web-v2-fetch-topic-search`](../api-contracts/weibo-web-v2-api.md#get-api-u1-v1-weibo-web-v2-fetch-topic-search)
802
+
803
+ #### Parameters
804
+
805
+ | Field | In | Type | Required | Description |
806
+ | --- | --- | --- | --- | --- |
807
+ | query | query | string | Yes | 搜索关键词/Search keyword |
808
+ | page | query | integer | No | 页码/Page number |
809
+
810
+ #### Request Body
811
+
812
+ None
813
+
814
+ #### Success Response
815
+
816
+ ##### `200 application/json`
817
+
818
+ - Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
819
+
820
+ | Field | Type | Required | Description |
821
+ | --- | --- | --- | --- |
822
+ | code | integer | No | HTTP status code \| HTTP状态码 |
823
+ | request_id | string | No | Unique request identifier \| 唯一请求标识符 |
824
+ | message | string | No | Response message (EN-US) \| 响应消息 (English) |
825
+ | message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) |
826
+ | support | string | No | Support message \| 支持消息 |
827
+ | time | string | No | The time the response was generated \| 生成响应的时间 |
828
+ | time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 |
829
+ | time_zone | string | No | The timezone of the response time \| 响应时间的时区 |
830
+ | docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 |
831
+ | cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) |
832
+ | cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) |
833
+ | cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL |
834
+
835
+ - Fields truncated: this layer shows only the first `12` rows.
836
+
837
+ ### `GET /api/u1/v1/weibo/web_v2/fetch_user_basic_info`
838
+
839
+ - Summary: 获取用户基本信息/Get user basic information
840
+ - Capabilities: profiles / accounts
841
+ - Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
842
+ - operationId: `fetch_user_basic_info_api_v1_weibo_web_v2_fetch_user_basic_info_get`
843
+ - Full contract: [`api-contracts/weibo-web-v2-api.md#get-api-u1-v1-weibo-web-v2-fetch-user-basic-info`](../api-contracts/weibo-web-v2-api.md#get-api-u1-v1-weibo-web-v2-fetch-user-basic-info)
844
+
845
+ #### Parameters
846
+
847
+ | Field | In | Type | Required | Description |
848
+ | --- | --- | --- | --- | --- |
849
+ | uid | query | string | Yes | 用户id/User id |
850
+
851
+ #### Request Body
852
+
853
+ None
854
+
855
+ #### Success Response
856
+
857
+ ##### `200 application/json`
858
+
859
+ - Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
860
+
861
+ | Field | Type | Required | Description |
862
+ | --- | --- | --- | --- |
863
+ | code | integer | No | HTTP status code \| HTTP状态码 |
864
+ | request_id | string | No | Unique request identifier \| 唯一请求标识符 |
865
+ | message | string | No | Response message (EN-US) \| 响应消息 (English) |
866
+ | message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) |
867
+ | support | string | No | Support message \| 支持消息 |
868
+ | time | string | No | The time the response was generated \| 生成响应的时间 |
869
+ | time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 |
870
+ | time_zone | string | No | The timezone of the response time \| 响应时间的时区 |
871
+ | docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 |
872
+ | cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) |
873
+ | cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) |
874
+ | cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL |
875
+
876
+ - Fields truncated: this layer shows only the first `12` rows.
877
+
878
+ ### `GET /api/u1/v1/weibo/web_v2/fetch_user_fans`
879
+
880
+ - Summary: 获取用户粉丝列表/Get user fans list
881
+ - Capabilities: profiles / accounts
882
+ - Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
883
+ - operationId: `fetch_user_fans_api_v1_weibo_web_v2_fetch_user_fans_get`
884
+ - Full contract: [`api-contracts/weibo-web-v2-api.md#get-api-u1-v1-weibo-web-v2-fetch-user-fans`](../api-contracts/weibo-web-v2-api.md#get-api-u1-v1-weibo-web-v2-fetch-user-fans)
885
+
886
+ #### Parameters
887
+
888
+ | Field | In | Type | Required | Description |
889
+ | --- | --- | --- | --- | --- |
890
+ | uid | query | string | Yes | 用户ID/User ID |
891
+ | page | query | integer | No | 页码/Page number |
892
+
893
+ #### Request Body
894
+
895
+ None
896
+
897
+ #### Success Response
898
+
899
+ ##### `200 application/json`
900
+
901
+ - Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
902
+
903
+ | Field | Type | Required | Description |
904
+ | --- | --- | --- | --- |
905
+ | code | integer | No | HTTP status code \| HTTP状态码 |
906
+ | request_id | string | No | Unique request identifier \| 唯一请求标识符 |
907
+ | message | string | No | Response message (EN-US) \| 响应消息 (English) |
908
+ | message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) |
909
+ | support | string | No | Support message \| 支持消息 |
910
+ | time | string | No | The time the response was generated \| 生成响应的时间 |
911
+ | time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 |
912
+ | time_zone | string | No | The timezone of the response time \| 响应时间的时区 |
913
+ | docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 |
914
+ | cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) |
915
+ | cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) |
916
+ | cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL |
917
+
918
+ - Fields truncated: this layer shows only the first `12` rows.
919
+
920
+ ### `GET /api/u1/v1/weibo/web_v2/fetch_user_following`
921
+
922
+ - Summary: 获取用户关注列表/Get user following list
923
+ - Capabilities: profiles / accounts
924
+ - Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
925
+ - operationId: `fetch_user_following_api_v1_weibo_web_v2_fetch_user_following_get`
926
+ - Full contract: [`api-contracts/weibo-web-v2-api.md#get-api-u1-v1-weibo-web-v2-fetch-user-following`](../api-contracts/weibo-web-v2-api.md#get-api-u1-v1-weibo-web-v2-fetch-user-following)
927
+
928
+ #### Parameters
929
+
930
+ | Field | In | Type | Required | Description |
931
+ | --- | --- | --- | --- | --- |
932
+ | uid | query | string | Yes | 用户ID/User ID |
933
+ | page | query | integer | No | 页码/Page number |
934
+
935
+ #### Request Body
936
+
937
+ None
938
+
939
+ #### Success Response
940
+
941
+ ##### `200 application/json`
942
+
943
+ - Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
944
+
945
+ | Field | Type | Required | Description |
946
+ | --- | --- | --- | --- |
947
+ | code | integer | No | HTTP status code \| HTTP状态码 |
948
+ | request_id | string | No | Unique request identifier \| 唯一请求标识符 |
949
+ | message | string | No | Response message (EN-US) \| 响应消息 (English) |
950
+ | message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) |
951
+ | support | string | No | Support message \| 支持消息 |
952
+ | time | string | No | The time the response was generated \| 生成响应的时间 |
953
+ | time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 |
954
+ | time_zone | string | No | The timezone of the response time \| 响应时间的时区 |
955
+ | docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 |
956
+ | cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) |
957
+ | cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) |
958
+ | cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL |
959
+
960
+ - Fields truncated: this layer shows only the first `12` rows.
961
+
962
+ ### `GET /api/u1/v1/weibo/web_v2/fetch_user_info`
963
+
964
+ - Summary: 获取用户信息/Get user information
965
+ - Capabilities: profiles / accounts
966
+ - Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
967
+ - operationId: `fetch_user_info_api_v1_weibo_web_v2_fetch_user_info_get`
968
+ - Full contract: [`api-contracts/weibo-web-v2-api.md#get-api-u1-v1-weibo-web-v2-fetch-user-info`](../api-contracts/weibo-web-v2-api.md#get-api-u1-v1-weibo-web-v2-fetch-user-info)
969
+
970
+ #### Parameters
971
+
972
+ | Field | In | Type | Required | Description |
973
+ | --- | --- | --- | --- | --- |
974
+ | uid | query | string | No | 用户id/User id |
975
+ | custom | query | string | No | 自定义微博用户名/Custom Weibo username |
976
+
977
+ #### Request Body
978
+
979
+ None
980
+
981
+ #### Success Response
982
+
983
+ ##### `200 application/json`
984
+
985
+ - Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
986
+
987
+ | Field | Type | Required | Description |
988
+ | --- | --- | --- | --- |
989
+ | code | integer | No | HTTP status code \| HTTP状态码 |
990
+ | request_id | string | No | Unique request identifier \| 唯一请求标识符 |
991
+ | message | string | No | Response message (EN-US) \| 响应消息 (English) |
992
+ | message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) |
993
+ | support | string | No | Support message \| 支持消息 |
994
+ | time | string | No | The time the response was generated \| 生成响应的时间 |
995
+ | time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 |
996
+ | time_zone | string | No | The timezone of the response time \| 响应时间的时区 |
997
+ | docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 |
998
+ | cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) |
999
+ | cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) |
1000
+ | cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL |
1001
+
1002
+ - Fields truncated: this layer shows only the first `12` rows.
1003
+
1004
+ ### `GET /api/u1/v1/weibo/web_v2/fetch_user_original_posts`
1005
+
1006
+ - Summary: 获取微博用户原创微博数据/Get Weibo user original posts
1007
+ - Capabilities: profiles / accounts / content details
1008
+ - Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
1009
+ - operationId: `fetch_user_original_posts_api_v1_weibo_web_v2_fetch_user_original_posts_get`
1010
+ - Full contract: [`api-contracts/weibo-web-v2-api.md#get-api-u1-v1-weibo-web-v2-fetch-user-original-posts`](../api-contracts/weibo-web-v2-api.md#get-api-u1-v1-weibo-web-v2-fetch-user-original-posts)
1011
+
1012
+ #### Parameters
1013
+
1014
+ | Field | In | Type | Required | Description |
1015
+ | --- | --- | --- | --- | --- |
1016
+ | uid | query | string | Yes | 用户id/User id |
1017
+ | page | query | integer | No | 页数/Page number |
1018
+ | since_id | query | string | No | 翻页标识,用于获取下一页数据/Pagination identifier for getting next page data |
1019
+
1020
+ #### Request Body
1021
+
1022
+ None
1023
+
1024
+ #### Success Response
1025
+
1026
+ ##### `200 application/json`
1027
+
1028
+ - Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
1029
+
1030
+ | Field | Type | Required | Description |
1031
+ | --- | --- | --- | --- |
1032
+ | code | integer | No | HTTP status code \| HTTP状态码 |
1033
+ | request_id | string | No | Unique request identifier \| 唯一请求标识符 |
1034
+ | message | string | No | Response message (EN-US) \| 响应消息 (English) |
1035
+ | message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) |
1036
+ | support | string | No | Support message \| 支持消息 |
1037
+ | time | string | No | The time the response was generated \| 生成响应的时间 |
1038
+ | time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 |
1039
+ | time_zone | string | No | The timezone of the response time \| 响应时间的时区 |
1040
+ | docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 |
1041
+ | cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) |
1042
+ | cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) |
1043
+ | cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL |
1044
+
1045
+ - Fields truncated: this layer shows only the first `12` rows.
1046
+
1047
+ ### `GET /api/u1/v1/weibo/web_v2/fetch_user_posts`
1048
+
1049
+ - Summary: 获取微博用户文章数据/Get Weibo user posts
1050
+ - Capabilities: profiles / accounts / content details
1051
+ - Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
1052
+ - operationId: `fetch_user_posts_api_v1_weibo_web_v2_fetch_user_posts_get`
1053
+ - Full contract: [`api-contracts/weibo-web-v2-api.md#get-api-u1-v1-weibo-web-v2-fetch-user-posts`](../api-contracts/weibo-web-v2-api.md#get-api-u1-v1-weibo-web-v2-fetch-user-posts)
1054
+
1055
+ #### Parameters
1056
+
1057
+ | Field | In | Type | Required | Description |
1058
+ | --- | --- | --- | --- | --- |
1059
+ | uid | query | string | Yes | 用户id/User id |
1060
+ | page | query | integer | No | 页数/Page number |
1061
+ | feature | query | integer | No | 特征值,控制返回数据的数量和字段:0=返回10条基础数据,1=返回20条扩展数据,2=返回20条图片相关数据,3=返回20条视频相关数据,字段逐级增加/Feature type: 0=10 basic posts, 1=20 extend… |
1062
+ | since_id | query | string | No | 翻页标识,用于获取下一页数据/Pagination identifier for getting next page data |
1063
+
1064
+ #### Request Body
1065
+
1066
+ None
1067
+
1068
+ #### Success Response
1069
+
1070
+ ##### `200 application/json`
1071
+
1072
+ - Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
1073
+
1074
+ | Field | Type | Required | Description |
1075
+ | --- | --- | --- | --- |
1076
+ | code | integer | No | HTTP status code \| HTTP状态码 |
1077
+ | request_id | string | No | Unique request identifier \| 唯一请求标识符 |
1078
+ | message | string | No | Response message (EN-US) \| 响应消息 (English) |
1079
+ | message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) |
1080
+ | support | string | No | Support message \| 支持消息 |
1081
+ | time | string | No | The time the response was generated \| 生成响应的时间 |
1082
+ | time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 |
1083
+ | time_zone | string | No | The timezone of the response time \| 响应时间的时区 |
1084
+ | docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 |
1085
+ | cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) |
1086
+ | cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) |
1087
+ | cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL |
1088
+
1089
+ - Fields truncated: this layer shows only the first `12` rows.
1090
+
1091
+ ### `GET /api/u1/v1/weibo/web_v2/fetch_user_recommend_timeline`
1092
+
1093
+ - Summary: 获取微博主页推荐时间轴/Get user recommend timeline
1094
+ - Capabilities: profiles / accounts
1095
+ - Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
1096
+ - operationId: `fetch_user_recommend_timeline_api_v1_weibo_web_v2_fetch_user_recommend_timeline_get`
1097
+ - Full contract: [`api-contracts/weibo-web-v2-api.md#get-api-u1-v1-weibo-web-v2-fetch-user-recommend-timeline`](../api-contracts/weibo-web-v2-api.md#get-api-u1-v1-weibo-web-v2-fetch-user-recommend-timeline)
1098
+
1099
+ #### Parameters
1100
+
1101
+ | Field | In | Type | Required | Description |
1102
+ | --- | --- | --- | --- | --- |
1103
+ | refresh | query | integer | No | 刷新类型,0=正常刷新,1=强制刷新/Refresh type, 0=normal refresh, 1=force refresh |
1104
+ | group_id | query | string | No | 分组ID/Group ID |
1105
+ | containerid | query | string | No | 容器ID/Container ID |
1106
+ | extparam | query | string | No | 扩展参数/Extended parameters |
1107
+ | max_id | query | string | No | 最大ID/Max ID |
1108
+ | count | query | integer | No | 获取数量/Count |
1109
+
1110
+ #### Request Body
1111
+
1112
+ None
1113
+
1114
+ #### Success Response
1115
+
1116
+ ##### `200 application/json`
1117
+
1118
+ - Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
1119
+
1120
+ | Field | Type | Required | Description |
1121
+ | --- | --- | --- | --- |
1122
+ | code | integer | No | HTTP status code \| HTTP状态码 |
1123
+ | request_id | string | No | Unique request identifier \| 唯一请求标识符 |
1124
+ | message | string | No | Response message (EN-US) \| 响应消息 (English) |
1125
+ | message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) |
1126
+ | support | string | No | Support message \| 支持消息 |
1127
+ | time | string | No | The time the response was generated \| 生成响应的时间 |
1128
+ | time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 |
1129
+ | time_zone | string | No | The timezone of the response time \| 响应时间的时区 |
1130
+ | docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 |
1131
+ | cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) |
1132
+ | cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) |
1133
+ | cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL |
1134
+
1135
+ - Fields truncated: this layer shows only the first `12` rows.
1136
+
1137
+ ### `GET /api/u1/v1/weibo/web_v2/fetch_user_search`
1138
+
1139
+ - Summary: 用户搜索/User search
1140
+ - Capabilities: search / profiles / accounts
1141
+ - Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
1142
+ - operationId: `fetch_user_search_api_v1_weibo_web_v2_fetch_user_search_get`
1143
+ - Full contract: [`api-contracts/weibo-web-v2-api.md#get-api-u1-v1-weibo-web-v2-fetch-user-search`](../api-contracts/weibo-web-v2-api.md#get-api-u1-v1-weibo-web-v2-fetch-user-search)
1144
+
1145
+ #### Parameters
1146
+
1147
+ | Field | In | Type | Required | Description |
1148
+ | --- | --- | --- | --- | --- |
1149
+ | query | query | string | No | 搜索关键词/Query(提供则视为“全部”搜索;留空则仅应用高级筛选参数) |
1150
+ | page | query | integer | No | 页码/Page |
1151
+ | region | query | string | No | 地区编码,从 /city_list 获取/Region code from /city_list |
1152
+ | auth | query | string | No | 认证类型 org_vip(机构)/per_vip(个人)/ord(普通)/Auth type |
1153
+ | gender | query | string | No | 性别 man / women / Gender |
1154
+ | age | query | string | No | 年龄段 18y/22y/29y/39y/40y / Age bucket |
1155
+ | nickname | query | string | No | 昵称筛选/Nickname filter |
1156
+ | tag | query | string | No | 标签筛选/Tag filter |
1157
+ | school | query | string | No | 学校筛选/School filter |
1158
+ | work | query | string | No | 公司筛选/Company filter |
1159
+
1160
+ #### Request Body
1161
+
1162
+ None
1163
+
1164
+ #### Success Response
1165
+
1166
+ ##### `200 application/json`
1167
+
1168
+ - Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
1169
+
1170
+ | Field | Type | Required | Description |
1171
+ | --- | --- | --- | --- |
1172
+ | code | integer | No | HTTP status code \| HTTP状态码 |
1173
+ | request_id | string | No | Unique request identifier \| 唯一请求标识符 |
1174
+ | message | string | No | Response message (EN-US) \| 响应消息 (English) |
1175
+ | message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) |
1176
+ | support | string | No | Support message \| 支持消息 |
1177
+ | time | string | No | The time the response was generated \| 生成响应的时间 |
1178
+ | time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 |
1179
+ | time_zone | string | No | The timezone of the response time \| 响应时间的时区 |
1180
+ | docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 |
1181
+ | cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) |
1182
+ | cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) |
1183
+ | cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL |
1184
+
1185
+ - Fields truncated: this layer shows only the first `12` rows.
1186
+
1187
+ ### `GET /api/u1/v1/weibo/web_v2/fetch_user_video_collection_detail`
1188
+
1189
+ - Summary: 获取用户微博视频收藏夹详情/Get user video collection detail
1190
+ - Capabilities: profiles / accounts / content details / details
1191
+ - Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
1192
+ - operationId: `fetch_user_video_collection_detail_api_v1_weibo_web_v2_fetch_user_video_collection_detail_get`
1193
+ - Full contract: [`api-contracts/weibo-web-v2-api.md#get-api-u1-v1-weibo-web-v2-fetch-user-video-collection-detail`](../api-contracts/weibo-web-v2-api.md#get-api-u1-v1-weibo-web-v2-fetch-user-video-collection-detail)
1194
+
1195
+ #### Parameters
1196
+
1197
+ | Field | In | Type | Required | Description |
1198
+ | --- | --- | --- | --- | --- |
1199
+ | cid | query | string | Yes | 收藏夹ID/Collection ID |
1200
+ | cursor | query | string | No | 分页游标/Pagination cursor |
1201
+ | tab_code | query | integer | No | 排序方式:0=默认,1=最热,2=最新/Sort type: 0=default, 1=hottest, 2=latest |
1202
+
1203
+ #### Request Body
1204
+
1205
+ None
1206
+
1207
+ #### Success Response
1208
+
1209
+ ##### `200 application/json`
1210
+
1211
+ - Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
1212
+
1213
+ | Field | Type | Required | Description |
1214
+ | --- | --- | --- | --- |
1215
+ | code | integer | No | HTTP status code \| HTTP状态码 |
1216
+ | request_id | string | No | Unique request identifier \| 唯一请求标识符 |
1217
+ | message | string | No | Response message (EN-US) \| 响应消息 (English) |
1218
+ | message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) |
1219
+ | support | string | No | Support message \| 支持消息 |
1220
+ | time | string | No | The time the response was generated \| 生成响应的时间 |
1221
+ | time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 |
1222
+ | time_zone | string | No | The timezone of the response time \| 响应时间的时区 |
1223
+ | docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 |
1224
+ | cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) |
1225
+ | cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) |
1226
+ | cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL |
1227
+
1228
+ - Fields truncated: this layer shows only the first `12` rows.
1229
+
1230
+ ### `GET /api/u1/v1/weibo/web_v2/fetch_user_video_collection_list`
1231
+
1232
+ - Summary: 获取用户微博视频收藏夹列表/Get user video collection list
1233
+ - Capabilities: profiles / accounts / content details
1234
+ - Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
1235
+ - operationId: `fetch_user_video_collection_list_api_v1_weibo_web_v2_fetch_user_video_collection_list_get`
1236
+ - Full contract: [`api-contracts/weibo-web-v2-api.md#get-api-u1-v1-weibo-web-v2-fetch-user-video-collection-list`](../api-contracts/weibo-web-v2-api.md#get-api-u1-v1-weibo-web-v2-fetch-user-video-collection-list)
1237
+
1238
+ #### Parameters
1239
+
1240
+ | Field | In | Type | Required | Description |
1241
+ | --- | --- | --- | --- | --- |
1242
+ | uid | query | string | Yes | 用户ID/User ID |
1243
+
1244
+ #### Request Body
1245
+
1246
+ None
1247
+
1248
+ #### Success Response
1249
+
1250
+ ##### `200 application/json`
1251
+
1252
+ - Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
1253
+
1254
+ | Field | Type | Required | Description |
1255
+ | --- | --- | --- | --- |
1256
+ | code | integer | No | HTTP status code \| HTTP状态码 |
1257
+ | request_id | string | No | Unique request identifier \| 唯一请求标识符 |
1258
+ | message | string | No | Response message (EN-US) \| 响应消息 (English) |
1259
+ | message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) |
1260
+ | support | string | No | Support message \| 支持消息 |
1261
+ | time | string | No | The time the response was generated \| 生成响应的时间 |
1262
+ | time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 |
1263
+ | time_zone | string | No | The timezone of the response time \| 响应时间的时区 |
1264
+ | docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 |
1265
+ | cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) |
1266
+ | cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) |
1267
+ | cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL |
1268
+
1269
+ - Fields truncated: this layer shows only the first `12` rows.
1270
+
1271
+ ### `GET /api/u1/v1/weibo/web_v2/fetch_user_video_list`
1272
+
1273
+ - Summary: 获取微博用户全部视频/Get user all videos
1274
+ - Capabilities: profiles / accounts / content details
1275
+ - Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
1276
+ - operationId: `fetch_user_video_list_api_v1_weibo_web_v2_fetch_user_video_list_get`
1277
+ - Full contract: [`api-contracts/weibo-web-v2-api.md#get-api-u1-v1-weibo-web-v2-fetch-user-video-list`](../api-contracts/weibo-web-v2-api.md#get-api-u1-v1-weibo-web-v2-fetch-user-video-list)
1278
+
1279
+ #### Parameters
1280
+
1281
+ | Field | In | Type | Required | Description |
1282
+ | --- | --- | --- | --- | --- |
1283
+ | uid | query | string | Yes | 用户ID/User ID |
1284
+ | cursor | query | string | No | 分页游标/Pagination cursor |
1285
+
1286
+ #### Request Body
1287
+
1288
+ None
1289
+
1290
+ #### Success Response
1291
+
1292
+ ##### `200 application/json`
1293
+
1294
+ - Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
1295
+
1296
+ | Field | Type | Required | Description |
1297
+ | --- | --- | --- | --- |
1298
+ | code | integer | No | HTTP status code \| HTTP状态码 |
1299
+ | request_id | string | No | Unique request identifier \| 唯一请求标识符 |
1300
+ | message | string | No | Response message (EN-US) \| 响应消息 (English) |
1301
+ | message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) |
1302
+ | support | string | No | Support message \| 支持消息 |
1303
+ | time | string | No | The time the response was generated \| 生成响应的时间 |
1304
+ | time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 |
1305
+ | time_zone | string | No | The timezone of the response time \| 响应时间的时区 |
1306
+ | docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 |
1307
+ | cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) |
1308
+ | cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) |
1309
+ | cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL |
1310
+
1311
+ - Fields truncated: this layer shows only the first `12` rows.
1312
+
1313
+ ### `GET /api/u1/v1/weibo/web_v2/fetch_video_search`
1314
+
1315
+ - Summary: 视频搜索(热门/全部)/Weibo video search (hot/all)
1316
+ - Capabilities: search / content details
1317
+ - Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
1318
+ - operationId: `fetch_video_search_api_v1_weibo_web_v2_fetch_video_search_get`
1319
+ - Full contract: [`api-contracts/weibo-web-v2-api.md#get-api-u1-v1-weibo-web-v2-fetch-video-search`](../api-contracts/weibo-web-v2-api.md#get-api-u1-v1-weibo-web-v2-fetch-video-search)
1320
+
1321
+ #### Parameters
1322
+
1323
+ | Field | In | Type | Required | Description |
1324
+ | --- | --- | --- | --- | --- |
1325
+ | query | query | string | Yes | 搜索关键词/Search keyword |
1326
+ | mode | query | string | No | 搜索模式:hot=热门 / all=全部 |
1327
+ | page | query | integer | No | 页码/Page number |
1328
+
1329
+ #### Request Body
1330
+
1331
+ None
1332
+
1333
+ #### Success Response
1334
+
1335
+ ##### `200 application/json`
1336
+
1337
+ - Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
1338
+
1339
+ | Field | Type | Required | Description |
1340
+ | --- | --- | --- | --- |
1341
+ | code | integer | No | HTTP status code \| HTTP状态码 |
1342
+ | request_id | string | No | Unique request identifier \| 唯一请求标识符 |
1343
+ | message | string | No | Response message (EN-US) \| 响应消息 (English) |
1344
+ | message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) |
1345
+ | support | string | No | Support message \| 支持消息 |
1346
+ | time | string | No | The time the response was generated \| 生成响应的时间 |
1347
+ | time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 |
1348
+ | time_zone | string | No | The timezone of the response time \| 响应时间的时区 |
1349
+ | docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 |
1350
+ | cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) |
1351
+ | cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) |
1352
+ | cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL |
1353
+
1354
+ - Fields truncated: this layer shows only the first `12` rows.
1355
+
1356
+ ### `GET /api/u1/v1/weibo/web_v2/search_user_posts`
1357
+
1358
+ - Summary: 搜索用户微博/Search user posts
1359
+ - Capabilities: search / profiles / accounts / content details
1360
+ - Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
1361
+ - operationId: `search_user_posts_api_v1_weibo_web_v2_search_user_posts_get`
1362
+ - Full contract: [`api-contracts/weibo-web-v2-api.md#get-api-u1-v1-weibo-web-v2-search-user-posts`](../api-contracts/weibo-web-v2-api.md#get-api-u1-v1-weibo-web-v2-search-user-posts)
1363
+
1364
+ #### Parameters
1365
+
1366
+ | Field | In | Type | Required | Description |
1367
+ | --- | --- | --- | --- | --- |
1368
+ | uid | query | string | Yes | 用户ID/User ID |
1369
+ | q | query | string | Yes | 搜索关键词/Search keyword |
1370
+ | page | query | integer | No | 页数/Page number |
1371
+ | starttime | query | integer | Yes | 开始时间戳/Start timestamp |
1372
+ | endtime | query | integer | Yes | 结束时间戳/End timestamp |
1373
+ | hasori | query | integer | No | 是否包含原创微博,1=包含,0=不包含/Include original posts, 1=include, 0=exclude |
1374
+ | hasret | query | integer | No | 是否包含转发微博,1=包含,0=不包含/Include retweets, 1=include, 0=exclude |
1375
+ | hastext | query | integer | No | 是否包含文字微博,1=包含,0=不包含/Include text posts, 1=include, 0=exclude |
1376
+ | haspic | query | integer | No | 是否包含图片微博,1=包含,0=不包含/Include image posts, 1=include, 0=exclude |
1377
+ | hasvideo | query | integer | No | 是否包含视频微博,1=包含,0=不包含/Include video posts, 1=include, 0=exclude |
1378
+ | hasmusic | query | integer | No | 是否包含音乐微博,1=包含,0=不包含/Include music posts, 1=include, 0=exclude |
1379
+
1380
+ #### Request Body
1381
+
1382
+ None
1383
+
1384
+ #### Success Response
1385
+
1386
+ ##### `200 application/json`
1387
+
1388
+ - Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
1389
+
1390
+ | Field | Type | Required | Description |
1391
+ | --- | --- | --- | --- |
1392
+ | code | integer | No | HTTP status code \| HTTP状态码 |
1393
+ | request_id | string | No | Unique request identifier \| 唯一请求标识符 |
1394
+ | message | string | No | Response message (EN-US) \| 响应消息 (English) |
1395
+ | message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) |
1396
+ | support | string | No | Support message \| 支持消息 |
1397
+ | time | string | No | The time the response was generated \| 生成响应的时间 |
1398
+ | time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 |
1399
+ | time_zone | string | No | The timezone of the response time \| 响应时间的时区 |
1400
+ | docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 |
1401
+ | cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) |
1402
+ | cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) |
1403
+ | cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL |
1404
+
1405
+ - Fields truncated: this layer shows only the first `12` rows.