@tikomni/skills 0.1.3 → 0.1.4

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 (474) hide show
  1. package/.skill-package-allowlist.txt +1 -3
  2. package/README.md +41 -49
  3. package/README.zh-CN.md +43 -51
  4. package/bin/tikomni-skills.js +2 -2
  5. package/env.example +37 -56
  6. package/package.json +7 -5
  7. package/skills/social-media-crawl/SKILL.md +53 -0
  8. package/skills/social-media-crawl/agents/openai.yaml +5 -0
  9. package/skills/social-media-crawl/references/contracts/output-envelope.md +22 -0
  10. package/skills/social-media-crawl/references/contracts/work-fact-card-fields.md +48 -0
  11. package/skills/social-media-crawl/references/guides/generic-mcp-objects.md +30 -0
  12. package/skills/social-media-crawl/references/mcp-usage-contract.md +30 -0
  13. package/skills/social-media-crawl/references/pipelines/douyin-creator-home.md +7 -0
  14. package/skills/social-media-crawl/references/pipelines/douyin-single-work.md +7 -0
  15. package/skills/social-media-crawl/references/pipelines/xiaohongshu-creator-home.md +7 -0
  16. package/skills/social-media-crawl/references/pipelines/xiaohongshu-single-work.md +7 -0
  17. package/skills/social-media-crawl/references/schemas/creator-profile.schema.json +33 -0
  18. package/skills/social-media-crawl/references/schemas/output-envelope.schema.json +41 -0
  19. package/skills/social-media-crawl/references/schemas/work-collection.schema.json +29 -0
  20. package/skills/social-media-crawl/references/schemas/work-fact-card.schema.json +67 -0
  21. package/skills/social-media-crawl/references/service-guides/u2-u3-mandatory-fallback.md +21 -0
  22. package/skills/social-media-crawl/scripts/__init__.py +2 -0
  23. package/skills/social-media-crawl/scripts/core/__init__.py +2 -0
  24. package/skills/{single-work-analysis/scripts/pipeline/asr → social-media-crawl/scripts/core}/asr_pipeline.py +98 -2
  25. package/skills/social-media-crawl/scripts/core/completeness.py +83 -0
  26. package/skills/{single-work-analysis → social-media-crawl}/scripts/core/config_loader.py +106 -141
  27. package/skills/social-media-crawl/scripts/core/mcp_dispatch.py +145 -0
  28. package/skills/social-media-crawl/scripts/core/object_detection.py +63 -0
  29. package/skills/{single-work-analysis/scripts/pipeline/asr → social-media-crawl/scripts/core}/poll_u2_task.py +3 -1
  30. package/skills/{creator-analysis → social-media-crawl}/scripts/core/progress_report.py +32 -0
  31. package/skills/social-media-crawl/scripts/core/storage_router.py +160 -0
  32. package/skills/social-media-crawl/scripts/core/u3_fallback.py +328 -0
  33. package/skills/social-media-crawl/scripts/pipelines/__init__.py +2 -0
  34. package/skills/social-media-crawl/scripts/pipelines/douyin_creator_home_helpers.py +35 -0
  35. package/skills/social-media-crawl/scripts/pipelines/douyin_platform_adapter.py +7 -0
  36. package/skills/{creator-analysis/scripts/author_home/asr → social-media-crawl/scripts/pipelines}/home_asr.py +1 -1
  37. package/skills/{creator-analysis/scripts/author_home/adapters → social-media-crawl/scripts/pipelines}/platform_adapters.py +8 -2
  38. package/skills/social-media-crawl/scripts/pipelines/run_douyin_creator_home.py +237 -0
  39. package/skills/{single-work-analysis/scripts/platform/douyin/run_douyin_single_video.py → social-media-crawl/scripts/pipelines/run_douyin_single_work.py} +58 -149
  40. package/skills/social-media-crawl/scripts/pipelines/run_xiaohongshu_creator_home.py +237 -0
  41. package/skills/{single-work-analysis/scripts/platform/xiaohongshu/run_xiaohongshu_extract.py → social-media-crawl/scripts/pipelines/run_xiaohongshu_single_work.py} +30 -119
  42. package/skills/{creator-analysis/scripts/author_home → social-media-crawl/scripts/pipelines}/schema.py +1 -1
  43. package/skills/social-media-crawl/scripts/pipelines/xiaohongshu_creator_home_helpers.py +35 -0
  44. package/skills/social-media-crawl/scripts/pipelines/xiaohongshu_platform_adapter.py +7 -0
  45. package/skills/social-media-crawl/scripts/writers/__init__.py +1 -0
  46. package/skills/social-media-crawl/scripts/writers/write_work_fact_card.py +391 -0
  47. package/skills/creator-analysis/SKILL.md +0 -95
  48. package/skills/creator-analysis/agents/openai.yaml +0 -4
  49. package/skills/creator-analysis/env.example +0 -36
  50. package/skills/creator-analysis/references/api-capability-index.md +0 -92
  51. package/skills/creator-analysis/references/api-contracts/asr-api.md +0 -130
  52. package/skills/creator-analysis/references/api-contracts/bilibili-app-api.md +0 -776
  53. package/skills/creator-analysis/references/api-contracts/bilibili-web-api.md +0 -2017
  54. package/skills/creator-analysis/references/api-contracts/demo-api.md +0 -717
  55. package/skills/creator-analysis/references/api-contracts/douyin-app-v3-api.md +0 -3594
  56. package/skills/creator-analysis/references/api-contracts/douyin-billboard-api.md +0 -2274
  57. package/skills/creator-analysis/references/api-contracts/douyin-creator-api.md +0 -1575
  58. package/skills/creator-analysis/references/api-contracts/douyin-creator-v2-api.md +0 -3254
  59. package/skills/creator-analysis/references/api-contracts/douyin-search-api.md +0 -4118
  60. package/skills/creator-analysis/references/api-contracts/douyin-web-api.md +0 -5544
  61. package/skills/creator-analysis/references/api-contracts/douyin-xingtu-api.md +0 -1916
  62. package/skills/creator-analysis/references/api-contracts/douyin-xingtu-v2-api.md +0 -1540
  63. package/skills/creator-analysis/references/api-contracts/health-check.md +0 -69
  64. package/skills/creator-analysis/references/api-contracts/hybrid-parsing.md +0 -78
  65. package/skills/creator-analysis/references/api-contracts/instagram-v1-api.md +0 -2256
  66. package/skills/creator-analysis/references/api-contracts/instagram-v2-api.md +0 -2011
  67. package/skills/creator-analysis/references/api-contracts/instagram-v3-api.md +0 -2630
  68. package/skills/creator-analysis/references/api-contracts/ios-shortcut.md +0 -44
  69. package/skills/creator-analysis/references/api-contracts/kuaishou-app-api.md +0 -1518
  70. package/skills/creator-analysis/references/api-contracts/kuaishou-web-api.md +0 -1242
  71. package/skills/creator-analysis/references/api-contracts/lemon8-app-api.md +0 -1088
  72. package/skills/creator-analysis/references/api-contracts/linkedin-web-api.md +0 -1949
  73. package/skills/creator-analysis/references/api-contracts/media-ingest-api.md +0 -126
  74. package/skills/creator-analysis/references/api-contracts/pipixia-app-api.md +0 -1142
  75. package/skills/creator-analysis/references/api-contracts/reddit-app-api.md +0 -2025
  76. package/skills/creator-analysis/references/api-contracts/sora2-api.md +0 -2266
  77. package/skills/creator-analysis/references/api-contracts/temp-mail-api.md +0 -208
  78. package/skills/creator-analysis/references/api-contracts/threads-web-api.md +0 -897
  79. package/skills/creator-analysis/references/api-contracts/tikhub-downloader-api.md +0 -134
  80. package/skills/creator-analysis/references/api-contracts/tikhub-user-api.md +0 -494
  81. package/skills/creator-analysis/references/api-contracts/tiktok-ads-api.md +0 -5947
  82. package/skills/creator-analysis/references/api-contracts/tiktok-analytics-api.md +0 -968
  83. package/skills/creator-analysis/references/api-contracts/tiktok-app-v3-api.md +0 -5735
  84. package/skills/creator-analysis/references/api-contracts/tiktok-creator-api.md +0 -1951
  85. package/skills/creator-analysis/references/api-contracts/tiktok-interaction-api.md +0 -742
  86. package/skills/creator-analysis/references/api-contracts/tiktok-shop-web-api.md +0 -1890
  87. package/skills/creator-analysis/references/api-contracts/tiktok-web-api.md +0 -4448
  88. package/skills/creator-analysis/references/api-contracts/toutiao-app-api.md +0 -342
  89. package/skills/creator-analysis/references/api-contracts/toutiao-web-api.md +0 -143
  90. package/skills/creator-analysis/references/api-contracts/twitter-web-api.md +0 -989
  91. package/skills/creator-analysis/references/api-contracts/wechat-channels-api.md +0 -809
  92. package/skills/creator-analysis/references/api-contracts/wechat-media-platform-web-api.md +0 -677
  93. package/skills/creator-analysis/references/api-contracts/weibo-app-api.md +0 -1547
  94. package/skills/creator-analysis/references/api-contracts/weibo-web-api.md +0 -798
  95. package/skills/creator-analysis/references/api-contracts/weibo-web-v2-api.md +0 -2459
  96. package/skills/creator-analysis/references/api-contracts/xiaohongshu-app-api.md +0 -1291
  97. package/skills/creator-analysis/references/api-contracts/xiaohongshu-app-v2-api.md +0 -1683
  98. package/skills/creator-analysis/references/api-contracts/xiaohongshu-web-api.md +0 -1324
  99. package/skills/creator-analysis/references/api-contracts/xiaohongshu-web-v2-api.md +0 -1209
  100. package/skills/creator-analysis/references/api-contracts/xigua-app-v2-api.md +0 -489
  101. package/skills/creator-analysis/references/api-contracts/youtube-web-api.md +0 -2636
  102. package/skills/creator-analysis/references/api-contracts/youtube-web-v2-api.md +0 -2660
  103. package/skills/creator-analysis/references/api-contracts/zhihu-web-api.md +0 -2315
  104. package/skills/creator-analysis/references/api-tags/asr-api.md +0 -100
  105. package/skills/creator-analysis/references/api-tags/bilibili-app-api.md +0 -482
  106. package/skills/creator-analysis/references/api-tags/bilibili-web-api.md +0 -1267
  107. package/skills/creator-analysis/references/api-tags/demo-api.md +0 -365
  108. package/skills/creator-analysis/references/api-tags/douyin-app-v3-api.md +0 -2012
  109. package/skills/creator-analysis/references/api-tags/douyin-billboard-api.md +0 -1428
  110. package/skills/creator-analysis/references/api-tags/douyin-creator-api.md +0 -694
  111. package/skills/creator-analysis/references/api-tags/douyin-creator-v2-api.md +0 -694
  112. package/skills/creator-analysis/references/api-tags/douyin-search-api.md +0 -1059
  113. package/skills/creator-analysis/references/api-tags/douyin-web-api.md +0 -3314
  114. package/skills/creator-analysis/references/api-tags/douyin-xingtu-api.md +0 -935
  115. package/skills/creator-analysis/references/api-tags/douyin-xingtu-v2-api.md +0 -925
  116. package/skills/creator-analysis/references/api-tags/health-check.md +0 -40
  117. package/skills/creator-analysis/references/api-tags/hybrid-parsing.md +0 -57
  118. package/skills/creator-analysis/references/api-tags/instagram-v1-api.md +0 -1224
  119. package/skills/creator-analysis/references/api-tags/instagram-v2-api.md +0 -1147
  120. package/skills/creator-analysis/references/api-tags/instagram-v3-api.md +0 -1123
  121. package/skills/creator-analysis/references/api-tags/ios-shortcut.md +0 -45
  122. package/skills/creator-analysis/references/api-tags/kuaishou-app-api.md +0 -846
  123. package/skills/creator-analysis/references/api-tags/kuaishou-web-api.md +0 -551
  124. package/skills/creator-analysis/references/api-tags/lemon8-app-api.md +0 -687
  125. package/skills/creator-analysis/references/api-tags/linkedin-web-api.md +0 -1105
  126. package/skills/creator-analysis/references/api-tags/media-ingest-api.md +0 -112
  127. package/skills/creator-analysis/references/api-tags/pipixia-app-api.md +0 -721
  128. package/skills/creator-analysis/references/api-tags/reddit-app-api.md +0 -1057
  129. package/skills/creator-analysis/references/api-tags/sora2-api.md +0 -737
  130. package/skills/creator-analysis/references/api-tags/temp-mail-api.md +0 -136
  131. package/skills/creator-analysis/references/api-tags/threads-web-api.md +0 -472
  132. package/skills/creator-analysis/references/api-tags/tikhub-downloader-api.md +0 -65
  133. package/skills/creator-analysis/references/api-tags/tikhub-user-api.md +0 -253
  134. package/skills/creator-analysis/references/api-tags/tiktok-ads-api.md +0 -1393
  135. package/skills/creator-analysis/references/api-tags/tiktok-analytics-api.md +0 -179
  136. package/skills/creator-analysis/references/api-tags/tiktok-app-v3-api.md +0 -3264
  137. package/skills/creator-analysis/references/api-tags/tiktok-creator-api.md +0 -709
  138. package/skills/creator-analysis/references/api-tags/tiktok-interaction-api.md +0 -366
  139. package/skills/creator-analysis/references/api-tags/tiktok-shop-web-api.md +0 -663
  140. package/skills/creator-analysis/references/api-tags/tiktok-web-api.md +0 -2516
  141. package/skills/creator-analysis/references/api-tags/toutiao-app-api.md +0 -220
  142. package/skills/creator-analysis/references/api-tags/toutiao-web-api.md +0 -96
  143. package/skills/creator-analysis/references/api-tags/twitter-web-api.md +0 -562
  144. package/skills/creator-analysis/references/api-tags/wechat-channels-api.md +0 -405
  145. package/skills/creator-analysis/references/api-tags/wechat-media-platform-web-api.md +0 -431
  146. package/skills/creator-analysis/references/api-tags/weibo-app-api.md +0 -851
  147. package/skills/creator-analysis/references/api-tags/weibo-web-api.md +0 -470
  148. package/skills/creator-analysis/references/api-tags/weibo-web-v2-api.md +0 -1405
  149. package/skills/creator-analysis/references/api-tags/xiaohongshu-app-api.md +0 -534
  150. package/skills/creator-analysis/references/api-tags/xiaohongshu-app-v2-api.md +0 -934
  151. package/skills/creator-analysis/references/api-tags/xiaohongshu-web-api.md +0 -757
  152. package/skills/creator-analysis/references/api-tags/xiaohongshu-web-v2-api.md +0 -762
  153. package/skills/creator-analysis/references/api-tags/xigua-app-v2-api.md +0 -308
  154. package/skills/creator-analysis/references/api-tags/youtube-web-api.md +0 -934
  155. package/skills/creator-analysis/references/api-tags/youtube-web-v2-api.md +0 -717
  156. package/skills/creator-analysis/references/api-tags/zhihu-web-api.md +0 -1384
  157. package/skills/creator-analysis/references/asr-orchestration.md +0 -33
  158. package/skills/creator-analysis/references/config-templates/defaults.yaml +0 -60
  159. package/skills/creator-analysis/references/contracts/creator-card-fields.md +0 -25
  160. package/skills/creator-analysis/references/contracts/work-card-fields.md +0 -68
  161. package/skills/creator-analysis/references/platform-guides/douyin.md +0 -54
  162. package/skills/creator-analysis/references/platform-guides/generic.md +0 -50
  163. package/skills/creator-analysis/references/platform-guides/xiaohongshu.md +0 -69
  164. package/skills/creator-analysis/references/prompt-contracts/asr-clean.md +0 -28
  165. package/skills/creator-analysis/references/prompt-contracts/author-analysis-v2.md +0 -46
  166. package/skills/creator-analysis/references/prompt-contracts/author-analysis.md +0 -49
  167. package/skills/creator-analysis/references/prompt-contracts/cta.md +0 -24
  168. package/skills/creator-analysis/references/prompt-contracts/hook.md +0 -25
  169. package/skills/creator-analysis/references/prompt-contracts/insight.md +0 -47
  170. package/skills/creator-analysis/references/prompt-contracts/sampled-work-batch-explanations.md +0 -30
  171. package/skills/creator-analysis/references/prompt-contracts/structure.md +0 -25
  172. package/skills/creator-analysis/references/prompt-contracts/style.md +0 -27
  173. package/skills/creator-analysis/references/prompt-contracts/summary.md +0 -29
  174. package/skills/creator-analysis/references/prompt-contracts/topic.md +0 -29
  175. package/skills/creator-analysis/references/schemas/author-analysis-input-v1.schema.json +0 -325
  176. package/skills/creator-analysis/references/schemas/author-analysis-v2.schema.json +0 -287
  177. package/skills/creator-analysis/references/schemas/sampled-work-batch-explanations.schema.json +0 -41
  178. package/skills/creator-analysis/references/service-guides/asr-u2-u3-fallback.md +0 -75
  179. package/skills/creator-analysis/references/workflow.md +0 -23
  180. package/skills/creator-analysis/scripts/__init__.py +0 -0
  181. package/skills/creator-analysis/scripts/author_home/__init__.py +0 -0
  182. package/skills/creator-analysis/scripts/author_home/adapters/__init__.py +0 -0
  183. package/skills/creator-analysis/scripts/author_home/analyzers/__init__.py +0 -0
  184. package/skills/creator-analysis/scripts/author_home/analyzers/author_analysis_v2_support.py +0 -1165
  185. package/skills/creator-analysis/scripts/author_home/analyzers/prompt_first_analyzers.py +0 -447
  186. package/skills/creator-analysis/scripts/author_home/analyzers/sampled_work_batch_explainer.py +0 -331
  187. package/skills/creator-analysis/scripts/author_home/asr/__init__.py +0 -5
  188. package/skills/creator-analysis/scripts/author_home/builders/__init__.py +0 -0
  189. package/skills/creator-analysis/scripts/author_home/builders/home_builders.py +0 -213
  190. package/skills/creator-analysis/scripts/author_home/collectors/__init__.py +0 -0
  191. package/skills/creator-analysis/scripts/author_home/orchestrator/__init__.py +0 -0
  192. package/skills/creator-analysis/scripts/author_home/orchestrator/run_author_analysis.py +0 -834
  193. package/skills/creator-analysis/scripts/author_home/orchestrator/work_analysis_artifacts.py +0 -609
  194. package/skills/creator-analysis/scripts/core/__init__.py +0 -0
  195. package/skills/creator-analysis/scripts/core/analysis_pipeline.py +0 -133
  196. package/skills/creator-analysis/scripts/core/config_loader.py +0 -418
  197. package/skills/creator-analysis/scripts/core/storage_router.py +0 -256
  198. package/skills/creator-analysis/scripts/core/tikomni_common.py +0 -588
  199. package/skills/creator-analysis/scripts/pipeline/__init__.py +0 -0
  200. package/skills/creator-analysis/scripts/pipeline/asr/__init__.py +0 -0
  201. package/skills/creator-analysis/scripts/pipeline/asr/asr_pipeline.py +0 -1189
  202. package/skills/creator-analysis/scripts/pipeline/asr/poll_u2_task.py +0 -95
  203. package/skills/creator-analysis/scripts/platform/__init__.py +0 -0
  204. package/skills/creator-analysis/scripts/platform/douyin/__init__.py +0 -0
  205. package/skills/creator-analysis/scripts/platform/douyin/run_douyin_single_video.py +0 -1208
  206. package/skills/creator-analysis/scripts/platform/xiaohongshu/__init__.py +0 -0
  207. package/skills/creator-analysis/scripts/platform/xiaohongshu/run_xiaohongshu_extract.py +0 -2128
  208. package/skills/creator-analysis/scripts/writers/__init__.py +0 -0
  209. package/skills/creator-analysis/scripts/writers/write_author_homepage_samples.py +0 -107
  210. package/skills/creator-analysis/scripts/writers/write_benchmark_card.py +0 -1579
  211. package/skills/meta-capability/SKILL.md +0 -69
  212. package/skills/meta-capability/agents/openai.yaml +0 -4
  213. package/skills/meta-capability/env.example +0 -42
  214. package/skills/meta-capability/references/api-capability-index.md +0 -92
  215. package/skills/meta-capability/references/api-contracts/asr-api.md +0 -130
  216. package/skills/meta-capability/references/api-contracts/bilibili-app-api.md +0 -776
  217. package/skills/meta-capability/references/api-contracts/bilibili-web-api.md +0 -2017
  218. package/skills/meta-capability/references/api-contracts/demo-api.md +0 -717
  219. package/skills/meta-capability/references/api-contracts/douyin-app-v3-api.md +0 -3594
  220. package/skills/meta-capability/references/api-contracts/douyin-billboard-api.md +0 -2274
  221. package/skills/meta-capability/references/api-contracts/douyin-creator-api.md +0 -1575
  222. package/skills/meta-capability/references/api-contracts/douyin-creator-v2-api.md +0 -3254
  223. package/skills/meta-capability/references/api-contracts/douyin-search-api.md +0 -4118
  224. package/skills/meta-capability/references/api-contracts/douyin-web-api.md +0 -5544
  225. package/skills/meta-capability/references/api-contracts/douyin-xingtu-api.md +0 -1916
  226. package/skills/meta-capability/references/api-contracts/douyin-xingtu-v2-api.md +0 -1540
  227. package/skills/meta-capability/references/api-contracts/health-check.md +0 -69
  228. package/skills/meta-capability/references/api-contracts/hybrid-parsing.md +0 -78
  229. package/skills/meta-capability/references/api-contracts/instagram-v1-api.md +0 -2256
  230. package/skills/meta-capability/references/api-contracts/instagram-v2-api.md +0 -2011
  231. package/skills/meta-capability/references/api-contracts/instagram-v3-api.md +0 -2630
  232. package/skills/meta-capability/references/api-contracts/ios-shortcut.md +0 -44
  233. package/skills/meta-capability/references/api-contracts/kuaishou-app-api.md +0 -1518
  234. package/skills/meta-capability/references/api-contracts/kuaishou-web-api.md +0 -1242
  235. package/skills/meta-capability/references/api-contracts/lemon8-app-api.md +0 -1088
  236. package/skills/meta-capability/references/api-contracts/linkedin-web-api.md +0 -1949
  237. package/skills/meta-capability/references/api-contracts/media-ingest-api.md +0 -126
  238. package/skills/meta-capability/references/api-contracts/pipixia-app-api.md +0 -1142
  239. package/skills/meta-capability/references/api-contracts/reddit-app-api.md +0 -2025
  240. package/skills/meta-capability/references/api-contracts/sora2-api.md +0 -2266
  241. package/skills/meta-capability/references/api-contracts/temp-mail-api.md +0 -208
  242. package/skills/meta-capability/references/api-contracts/threads-web-api.md +0 -897
  243. package/skills/meta-capability/references/api-contracts/tikhub-downloader-api.md +0 -134
  244. package/skills/meta-capability/references/api-contracts/tikhub-user-api.md +0 -494
  245. package/skills/meta-capability/references/api-contracts/tiktok-ads-api.md +0 -5947
  246. package/skills/meta-capability/references/api-contracts/tiktok-analytics-api.md +0 -968
  247. package/skills/meta-capability/references/api-contracts/tiktok-app-v3-api.md +0 -5735
  248. package/skills/meta-capability/references/api-contracts/tiktok-creator-api.md +0 -1951
  249. package/skills/meta-capability/references/api-contracts/tiktok-interaction-api.md +0 -742
  250. package/skills/meta-capability/references/api-contracts/tiktok-shop-web-api.md +0 -1890
  251. package/skills/meta-capability/references/api-contracts/tiktok-web-api.md +0 -4448
  252. package/skills/meta-capability/references/api-contracts/toutiao-app-api.md +0 -342
  253. package/skills/meta-capability/references/api-contracts/toutiao-web-api.md +0 -143
  254. package/skills/meta-capability/references/api-contracts/twitter-web-api.md +0 -989
  255. package/skills/meta-capability/references/api-contracts/wechat-channels-api.md +0 -809
  256. package/skills/meta-capability/references/api-contracts/wechat-media-platform-web-api.md +0 -677
  257. package/skills/meta-capability/references/api-contracts/weibo-app-api.md +0 -1547
  258. package/skills/meta-capability/references/api-contracts/weibo-web-api.md +0 -798
  259. package/skills/meta-capability/references/api-contracts/weibo-web-v2-api.md +0 -2459
  260. package/skills/meta-capability/references/api-contracts/xiaohongshu-app-api.md +0 -1291
  261. package/skills/meta-capability/references/api-contracts/xiaohongshu-app-v2-api.md +0 -1683
  262. package/skills/meta-capability/references/api-contracts/xiaohongshu-web-api.md +0 -1324
  263. package/skills/meta-capability/references/api-contracts/xiaohongshu-web-v2-api.md +0 -1209
  264. package/skills/meta-capability/references/api-contracts/xigua-app-v2-api.md +0 -489
  265. package/skills/meta-capability/references/api-contracts/youtube-web-api.md +0 -2636
  266. package/skills/meta-capability/references/api-contracts/youtube-web-v2-api.md +0 -2660
  267. package/skills/meta-capability/references/api-contracts/zhihu-web-api.md +0 -2315
  268. package/skills/meta-capability/references/api-tags/asr-api.md +0 -100
  269. package/skills/meta-capability/references/api-tags/bilibili-app-api.md +0 -482
  270. package/skills/meta-capability/references/api-tags/bilibili-web-api.md +0 -1267
  271. package/skills/meta-capability/references/api-tags/demo-api.md +0 -365
  272. package/skills/meta-capability/references/api-tags/douyin-app-v3-api.md +0 -2012
  273. package/skills/meta-capability/references/api-tags/douyin-billboard-api.md +0 -1428
  274. package/skills/meta-capability/references/api-tags/douyin-creator-api.md +0 -694
  275. package/skills/meta-capability/references/api-tags/douyin-creator-v2-api.md +0 -694
  276. package/skills/meta-capability/references/api-tags/douyin-search-api.md +0 -1059
  277. package/skills/meta-capability/references/api-tags/douyin-web-api.md +0 -3314
  278. package/skills/meta-capability/references/api-tags/douyin-xingtu-api.md +0 -935
  279. package/skills/meta-capability/references/api-tags/douyin-xingtu-v2-api.md +0 -925
  280. package/skills/meta-capability/references/api-tags/health-check.md +0 -40
  281. package/skills/meta-capability/references/api-tags/hybrid-parsing.md +0 -57
  282. package/skills/meta-capability/references/api-tags/instagram-v1-api.md +0 -1224
  283. package/skills/meta-capability/references/api-tags/instagram-v2-api.md +0 -1147
  284. package/skills/meta-capability/references/api-tags/instagram-v3-api.md +0 -1123
  285. package/skills/meta-capability/references/api-tags/ios-shortcut.md +0 -45
  286. package/skills/meta-capability/references/api-tags/kuaishou-app-api.md +0 -846
  287. package/skills/meta-capability/references/api-tags/kuaishou-web-api.md +0 -551
  288. package/skills/meta-capability/references/api-tags/lemon8-app-api.md +0 -687
  289. package/skills/meta-capability/references/api-tags/linkedin-web-api.md +0 -1105
  290. package/skills/meta-capability/references/api-tags/media-ingest-api.md +0 -112
  291. package/skills/meta-capability/references/api-tags/pipixia-app-api.md +0 -721
  292. package/skills/meta-capability/references/api-tags/reddit-app-api.md +0 -1057
  293. package/skills/meta-capability/references/api-tags/sora2-api.md +0 -737
  294. package/skills/meta-capability/references/api-tags/temp-mail-api.md +0 -136
  295. package/skills/meta-capability/references/api-tags/threads-web-api.md +0 -472
  296. package/skills/meta-capability/references/api-tags/tikhub-downloader-api.md +0 -65
  297. package/skills/meta-capability/references/api-tags/tikhub-user-api.md +0 -253
  298. package/skills/meta-capability/references/api-tags/tiktok-ads-api.md +0 -1393
  299. package/skills/meta-capability/references/api-tags/tiktok-analytics-api.md +0 -179
  300. package/skills/meta-capability/references/api-tags/tiktok-app-v3-api.md +0 -3264
  301. package/skills/meta-capability/references/api-tags/tiktok-creator-api.md +0 -709
  302. package/skills/meta-capability/references/api-tags/tiktok-interaction-api.md +0 -366
  303. package/skills/meta-capability/references/api-tags/tiktok-shop-web-api.md +0 -663
  304. package/skills/meta-capability/references/api-tags/tiktok-web-api.md +0 -2516
  305. package/skills/meta-capability/references/api-tags/toutiao-app-api.md +0 -220
  306. package/skills/meta-capability/references/api-tags/toutiao-web-api.md +0 -96
  307. package/skills/meta-capability/references/api-tags/twitter-web-api.md +0 -562
  308. package/skills/meta-capability/references/api-tags/wechat-channels-api.md +0 -405
  309. package/skills/meta-capability/references/api-tags/wechat-media-platform-web-api.md +0 -431
  310. package/skills/meta-capability/references/api-tags/weibo-app-api.md +0 -851
  311. package/skills/meta-capability/references/api-tags/weibo-web-api.md +0 -470
  312. package/skills/meta-capability/references/api-tags/weibo-web-v2-api.md +0 -1405
  313. package/skills/meta-capability/references/api-tags/xiaohongshu-app-api.md +0 -534
  314. package/skills/meta-capability/references/api-tags/xiaohongshu-app-v2-api.md +0 -934
  315. package/skills/meta-capability/references/api-tags/xiaohongshu-web-api.md +0 -757
  316. package/skills/meta-capability/references/api-tags/xiaohongshu-web-v2-api.md +0 -762
  317. package/skills/meta-capability/references/api-tags/xigua-app-v2-api.md +0 -308
  318. package/skills/meta-capability/references/api-tags/youtube-web-api.md +0 -934
  319. package/skills/meta-capability/references/api-tags/youtube-web-v2-api.md +0 -717
  320. package/skills/meta-capability/references/api-tags/zhihu-web-api.md +0 -1384
  321. package/skills/meta-capability/references/config-templates/defaults.yaml +0 -18
  322. package/skills/meta-capability/references/dispatch.md +0 -27
  323. package/skills/meta-capability/references/execution-guidelines.md +0 -25
  324. package/skills/meta-capability/references/implemented-route-map.md +0 -177
  325. package/skills/meta-capability/references/service-guides/asr-u2-u3-fallback.md +0 -75
  326. package/skills/meta-capability/scripts/__init__.py +0 -1
  327. package/skills/meta-capability/scripts/call_route.py +0 -141
  328. package/skills/meta-capability/scripts/core/__init__.py +0 -1
  329. package/skills/meta-capability/scripts/core/bootstrap_env.py +0 -32
  330. package/skills/meta-capability/scripts/core/config_loader.py +0 -204
  331. package/skills/meta-capability/scripts/core/tikomni_common.py +0 -443
  332. package/skills/meta-capability/scripts/test_auth.py +0 -98
  333. package/skills/single-work-analysis/SKILL.md +0 -62
  334. package/skills/single-work-analysis/agents/openai.yaml +0 -4
  335. package/skills/single-work-analysis/env.example +0 -36
  336. package/skills/single-work-analysis/references/api-capability-index.md +0 -92
  337. package/skills/single-work-analysis/references/api-contracts/asr-api.md +0 -130
  338. package/skills/single-work-analysis/references/api-contracts/bilibili-app-api.md +0 -776
  339. package/skills/single-work-analysis/references/api-contracts/bilibili-web-api.md +0 -2017
  340. package/skills/single-work-analysis/references/api-contracts/demo-api.md +0 -717
  341. package/skills/single-work-analysis/references/api-contracts/douyin-app-v3-api.md +0 -3594
  342. package/skills/single-work-analysis/references/api-contracts/douyin-billboard-api.md +0 -2274
  343. package/skills/single-work-analysis/references/api-contracts/douyin-creator-api.md +0 -1575
  344. package/skills/single-work-analysis/references/api-contracts/douyin-creator-v2-api.md +0 -3254
  345. package/skills/single-work-analysis/references/api-contracts/douyin-search-api.md +0 -4118
  346. package/skills/single-work-analysis/references/api-contracts/douyin-web-api.md +0 -5544
  347. package/skills/single-work-analysis/references/api-contracts/douyin-xingtu-api.md +0 -1916
  348. package/skills/single-work-analysis/references/api-contracts/douyin-xingtu-v2-api.md +0 -1540
  349. package/skills/single-work-analysis/references/api-contracts/health-check.md +0 -69
  350. package/skills/single-work-analysis/references/api-contracts/hybrid-parsing.md +0 -78
  351. package/skills/single-work-analysis/references/api-contracts/instagram-v1-api.md +0 -2256
  352. package/skills/single-work-analysis/references/api-contracts/instagram-v2-api.md +0 -2011
  353. package/skills/single-work-analysis/references/api-contracts/instagram-v3-api.md +0 -2630
  354. package/skills/single-work-analysis/references/api-contracts/ios-shortcut.md +0 -44
  355. package/skills/single-work-analysis/references/api-contracts/kuaishou-app-api.md +0 -1518
  356. package/skills/single-work-analysis/references/api-contracts/kuaishou-web-api.md +0 -1242
  357. package/skills/single-work-analysis/references/api-contracts/lemon8-app-api.md +0 -1088
  358. package/skills/single-work-analysis/references/api-contracts/linkedin-web-api.md +0 -1949
  359. package/skills/single-work-analysis/references/api-contracts/media-ingest-api.md +0 -126
  360. package/skills/single-work-analysis/references/api-contracts/pipixia-app-api.md +0 -1142
  361. package/skills/single-work-analysis/references/api-contracts/reddit-app-api.md +0 -2025
  362. package/skills/single-work-analysis/references/api-contracts/sora2-api.md +0 -2266
  363. package/skills/single-work-analysis/references/api-contracts/temp-mail-api.md +0 -208
  364. package/skills/single-work-analysis/references/api-contracts/threads-web-api.md +0 -897
  365. package/skills/single-work-analysis/references/api-contracts/tikhub-downloader-api.md +0 -134
  366. package/skills/single-work-analysis/references/api-contracts/tikhub-user-api.md +0 -494
  367. package/skills/single-work-analysis/references/api-contracts/tiktok-ads-api.md +0 -5947
  368. package/skills/single-work-analysis/references/api-contracts/tiktok-analytics-api.md +0 -968
  369. package/skills/single-work-analysis/references/api-contracts/tiktok-app-v3-api.md +0 -5735
  370. package/skills/single-work-analysis/references/api-contracts/tiktok-creator-api.md +0 -1951
  371. package/skills/single-work-analysis/references/api-contracts/tiktok-interaction-api.md +0 -742
  372. package/skills/single-work-analysis/references/api-contracts/tiktok-shop-web-api.md +0 -1890
  373. package/skills/single-work-analysis/references/api-contracts/tiktok-web-api.md +0 -4448
  374. package/skills/single-work-analysis/references/api-contracts/toutiao-app-api.md +0 -342
  375. package/skills/single-work-analysis/references/api-contracts/toutiao-web-api.md +0 -143
  376. package/skills/single-work-analysis/references/api-contracts/twitter-web-api.md +0 -989
  377. package/skills/single-work-analysis/references/api-contracts/wechat-channels-api.md +0 -809
  378. package/skills/single-work-analysis/references/api-contracts/wechat-media-platform-web-api.md +0 -677
  379. package/skills/single-work-analysis/references/api-contracts/weibo-app-api.md +0 -1547
  380. package/skills/single-work-analysis/references/api-contracts/weibo-web-api.md +0 -798
  381. package/skills/single-work-analysis/references/api-contracts/weibo-web-v2-api.md +0 -2459
  382. package/skills/single-work-analysis/references/api-contracts/xiaohongshu-app-api.md +0 -1291
  383. package/skills/single-work-analysis/references/api-contracts/xiaohongshu-app-v2-api.md +0 -1683
  384. package/skills/single-work-analysis/references/api-contracts/xiaohongshu-web-api.md +0 -1324
  385. package/skills/single-work-analysis/references/api-contracts/xiaohongshu-web-v2-api.md +0 -1209
  386. package/skills/single-work-analysis/references/api-contracts/xigua-app-v2-api.md +0 -489
  387. package/skills/single-work-analysis/references/api-contracts/youtube-web-api.md +0 -2636
  388. package/skills/single-work-analysis/references/api-contracts/youtube-web-v2-api.md +0 -2660
  389. package/skills/single-work-analysis/references/api-contracts/zhihu-web-api.md +0 -2315
  390. package/skills/single-work-analysis/references/api-tags/asr-api.md +0 -100
  391. package/skills/single-work-analysis/references/api-tags/bilibili-app-api.md +0 -482
  392. package/skills/single-work-analysis/references/api-tags/bilibili-web-api.md +0 -1267
  393. package/skills/single-work-analysis/references/api-tags/demo-api.md +0 -365
  394. package/skills/single-work-analysis/references/api-tags/douyin-app-v3-api.md +0 -2012
  395. package/skills/single-work-analysis/references/api-tags/douyin-billboard-api.md +0 -1428
  396. package/skills/single-work-analysis/references/api-tags/douyin-creator-api.md +0 -694
  397. package/skills/single-work-analysis/references/api-tags/douyin-creator-v2-api.md +0 -694
  398. package/skills/single-work-analysis/references/api-tags/douyin-search-api.md +0 -1059
  399. package/skills/single-work-analysis/references/api-tags/douyin-web-api.md +0 -3314
  400. package/skills/single-work-analysis/references/api-tags/douyin-xingtu-api.md +0 -935
  401. package/skills/single-work-analysis/references/api-tags/douyin-xingtu-v2-api.md +0 -925
  402. package/skills/single-work-analysis/references/api-tags/health-check.md +0 -40
  403. package/skills/single-work-analysis/references/api-tags/hybrid-parsing.md +0 -57
  404. package/skills/single-work-analysis/references/api-tags/instagram-v1-api.md +0 -1224
  405. package/skills/single-work-analysis/references/api-tags/instagram-v2-api.md +0 -1147
  406. package/skills/single-work-analysis/references/api-tags/instagram-v3-api.md +0 -1123
  407. package/skills/single-work-analysis/references/api-tags/ios-shortcut.md +0 -45
  408. package/skills/single-work-analysis/references/api-tags/kuaishou-app-api.md +0 -846
  409. package/skills/single-work-analysis/references/api-tags/kuaishou-web-api.md +0 -551
  410. package/skills/single-work-analysis/references/api-tags/lemon8-app-api.md +0 -687
  411. package/skills/single-work-analysis/references/api-tags/linkedin-web-api.md +0 -1105
  412. package/skills/single-work-analysis/references/api-tags/media-ingest-api.md +0 -112
  413. package/skills/single-work-analysis/references/api-tags/pipixia-app-api.md +0 -721
  414. package/skills/single-work-analysis/references/api-tags/reddit-app-api.md +0 -1057
  415. package/skills/single-work-analysis/references/api-tags/sora2-api.md +0 -737
  416. package/skills/single-work-analysis/references/api-tags/temp-mail-api.md +0 -136
  417. package/skills/single-work-analysis/references/api-tags/threads-web-api.md +0 -472
  418. package/skills/single-work-analysis/references/api-tags/tikhub-downloader-api.md +0 -65
  419. package/skills/single-work-analysis/references/api-tags/tikhub-user-api.md +0 -253
  420. package/skills/single-work-analysis/references/api-tags/tiktok-ads-api.md +0 -1393
  421. package/skills/single-work-analysis/references/api-tags/tiktok-analytics-api.md +0 -179
  422. package/skills/single-work-analysis/references/api-tags/tiktok-app-v3-api.md +0 -3264
  423. package/skills/single-work-analysis/references/api-tags/tiktok-creator-api.md +0 -709
  424. package/skills/single-work-analysis/references/api-tags/tiktok-interaction-api.md +0 -366
  425. package/skills/single-work-analysis/references/api-tags/tiktok-shop-web-api.md +0 -663
  426. package/skills/single-work-analysis/references/api-tags/tiktok-web-api.md +0 -2516
  427. package/skills/single-work-analysis/references/api-tags/toutiao-app-api.md +0 -220
  428. package/skills/single-work-analysis/references/api-tags/toutiao-web-api.md +0 -96
  429. package/skills/single-work-analysis/references/api-tags/twitter-web-api.md +0 -562
  430. package/skills/single-work-analysis/references/api-tags/wechat-channels-api.md +0 -405
  431. package/skills/single-work-analysis/references/api-tags/wechat-media-platform-web-api.md +0 -431
  432. package/skills/single-work-analysis/references/api-tags/weibo-app-api.md +0 -851
  433. package/skills/single-work-analysis/references/api-tags/weibo-web-api.md +0 -470
  434. package/skills/single-work-analysis/references/api-tags/weibo-web-v2-api.md +0 -1405
  435. package/skills/single-work-analysis/references/api-tags/xiaohongshu-app-api.md +0 -534
  436. package/skills/single-work-analysis/references/api-tags/xiaohongshu-app-v2-api.md +0 -934
  437. package/skills/single-work-analysis/references/api-tags/xiaohongshu-web-api.md +0 -757
  438. package/skills/single-work-analysis/references/api-tags/xiaohongshu-web-v2-api.md +0 -762
  439. package/skills/single-work-analysis/references/api-tags/xigua-app-v2-api.md +0 -308
  440. package/skills/single-work-analysis/references/api-tags/youtube-web-api.md +0 -934
  441. package/skills/single-work-analysis/references/api-tags/youtube-web-v2-api.md +0 -717
  442. package/skills/single-work-analysis/references/api-tags/zhihu-web-api.md +0 -1384
  443. package/skills/single-work-analysis/references/asr-and-fallback.md +0 -20
  444. package/skills/single-work-analysis/references/config-templates/defaults.yaml +0 -47
  445. package/skills/single-work-analysis/references/contracts/work-card-fields.md +0 -41
  446. package/skills/single-work-analysis/references/platform-guides/douyin.md +0 -47
  447. package/skills/single-work-analysis/references/platform-guides/generic.md +0 -43
  448. package/skills/single-work-analysis/references/platform-guides/xiaohongshu.md +0 -54
  449. package/skills/single-work-analysis/references/prompt-contracts/analysis-bundle.md +0 -82
  450. package/skills/single-work-analysis/references/schemas/work-card.schema.json +0 -39
  451. package/skills/single-work-analysis/references/service-guides/asr-u2-u3-fallback.md +0 -75
  452. package/skills/single-work-analysis/scripts/__init__.py +0 -0
  453. package/skills/single-work-analysis/scripts/core/__init__.py +0 -0
  454. package/skills/single-work-analysis/scripts/core/analysis_adapter.py +0 -384
  455. package/skills/single-work-analysis/scripts/core/analysis_pipeline.py +0 -456
  456. package/skills/single-work-analysis/scripts/core/bootstrap_env.py +0 -35
  457. package/skills/single-work-analysis/scripts/core/extract_pipeline.py +0 -173
  458. package/skills/single-work-analysis/scripts/core/progress_report.py +0 -258
  459. package/skills/single-work-analysis/scripts/core/storage_router.py +0 -220
  460. package/skills/single-work-analysis/scripts/pipeline/__init__.py +0 -0
  461. package/skills/single-work-analysis/scripts/pipeline/asr/__init__.py +0 -0
  462. package/skills/single-work-analysis/scripts/platform/__init__.py +0 -0
  463. package/skills/single-work-analysis/scripts/platform/douyin/__init__.py +0 -0
  464. package/skills/single-work-analysis/scripts/platform/douyin/douyin_video_type_matrix.py +0 -224
  465. package/skills/single-work-analysis/scripts/platform/douyin/select_low_quality_video_url.py +0 -200
  466. package/skills/single-work-analysis/scripts/platform/xiaohongshu/__init__.py +0 -0
  467. package/skills/single-work-analysis/scripts/writers/__init__.py +0 -0
  468. package/skills/single-work-analysis/scripts/writers/write_benchmark_card.py +0 -752
  469. /package/skills/{creator-analysis → social-media-crawl}/scripts/core/bootstrap_env.py +0 -0
  470. /package/skills/{creator-analysis → social-media-crawl}/scripts/core/extract_pipeline.py +0 -0
  471. /package/skills/{single-work-analysis → social-media-crawl}/scripts/core/tikomni_common.py +0 -0
  472. /package/skills/{creator-analysis/scripts/platform/douyin → social-media-crawl/scripts/pipelines}/douyin_video_type_matrix.py +0 -0
  473. /package/skills/{creator-analysis/scripts/author_home/collectors → social-media-crawl/scripts/pipelines}/homepage_collectors.py +0 -0
  474. /package/skills/{creator-analysis/scripts/platform/douyin → social-media-crawl/scripts/pipelines}/select_low_quality_video_url.py +0 -0
@@ -1,1405 +0,0 @@
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.