@tikomni/skills 0.1.2 → 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 (480) 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 -3
  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/{creator-analysis/scripts/pipeline/asr → social-media-crawl/scripts/core}/asr_pipeline.py +252 -9
  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 +108 -167
  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/{creator-analysis/scripts/pipeline/asr → social-media-crawl/scripts/core}/poll_u2_task.py +6 -2
  30. package/skills/{single-work-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/{creator-analysis → social-media-crawl}/scripts/core/tikomni_common.py +13 -3
  33. package/skills/social-media-crawl/scripts/core/u3_fallback.py +328 -0
  34. package/skills/social-media-crawl/scripts/pipelines/__init__.py +2 -0
  35. package/skills/social-media-crawl/scripts/pipelines/douyin_creator_home_helpers.py +35 -0
  36. package/skills/social-media-crawl/scripts/pipelines/douyin_platform_adapter.py +7 -0
  37. package/skills/{creator-analysis/scripts/author_home/asr → social-media-crawl/scripts/pipelines}/home_asr.py +1 -1
  38. package/skills/{creator-analysis/scripts/author_home/adapters → social-media-crawl/scripts/pipelines}/platform_adapters.py +8 -2
  39. package/skills/social-media-crawl/scripts/pipelines/run_douyin_creator_home.py +237 -0
  40. package/skills/{single-work-analysis/scripts/platform/douyin/run_douyin_single_video.py → social-media-crawl/scripts/pipelines/run_douyin_single_work.py} +282 -174
  41. package/skills/social-media-crawl/scripts/pipelines/run_xiaohongshu_creator_home.py +237 -0
  42. package/skills/{single-work-analysis/scripts/platform/xiaohongshu/run_xiaohongshu_extract.py → social-media-crawl/scripts/pipelines/run_xiaohongshu_single_work.py} +290 -141
  43. package/skills/{creator-analysis/scripts/author_home → social-media-crawl/scripts/pipelines}/schema.py +1 -1
  44. package/skills/social-media-crawl/scripts/pipelines/xiaohongshu_creator_home_helpers.py +35 -0
  45. package/skills/social-media-crawl/scripts/pipelines/xiaohongshu_platform_adapter.py +7 -0
  46. package/skills/social-media-crawl/scripts/writers/__init__.py +1 -0
  47. package/skills/social-media-crawl/scripts/writers/write_work_fact_card.py +391 -0
  48. package/skills/creator-analysis/SKILL.md +0 -95
  49. package/skills/creator-analysis/agents/openai.yaml +0 -4
  50. package/skills/creator-analysis/env.example +0 -36
  51. package/skills/creator-analysis/references/api-capability-index.md +0 -92
  52. package/skills/creator-analysis/references/api-contracts/asr-api.md +0 -130
  53. package/skills/creator-analysis/references/api-contracts/bilibili-app-api.md +0 -776
  54. package/skills/creator-analysis/references/api-contracts/bilibili-web-api.md +0 -2017
  55. package/skills/creator-analysis/references/api-contracts/demo-api.md +0 -717
  56. package/skills/creator-analysis/references/api-contracts/douyin-app-v3-api.md +0 -3594
  57. package/skills/creator-analysis/references/api-contracts/douyin-billboard-api.md +0 -2274
  58. package/skills/creator-analysis/references/api-contracts/douyin-creator-api.md +0 -1575
  59. package/skills/creator-analysis/references/api-contracts/douyin-creator-v2-api.md +0 -3254
  60. package/skills/creator-analysis/references/api-contracts/douyin-search-api.md +0 -4118
  61. package/skills/creator-analysis/references/api-contracts/douyin-web-api.md +0 -5544
  62. package/skills/creator-analysis/references/api-contracts/douyin-xingtu-api.md +0 -1916
  63. package/skills/creator-analysis/references/api-contracts/douyin-xingtu-v2-api.md +0 -1540
  64. package/skills/creator-analysis/references/api-contracts/health-check.md +0 -69
  65. package/skills/creator-analysis/references/api-contracts/hybrid-parsing.md +0 -78
  66. package/skills/creator-analysis/references/api-contracts/instagram-v1-api.md +0 -2256
  67. package/skills/creator-analysis/references/api-contracts/instagram-v2-api.md +0 -2011
  68. package/skills/creator-analysis/references/api-contracts/instagram-v3-api.md +0 -2630
  69. package/skills/creator-analysis/references/api-contracts/ios-shortcut.md +0 -44
  70. package/skills/creator-analysis/references/api-contracts/kuaishou-app-api.md +0 -1518
  71. package/skills/creator-analysis/references/api-contracts/kuaishou-web-api.md +0 -1242
  72. package/skills/creator-analysis/references/api-contracts/lemon8-app-api.md +0 -1088
  73. package/skills/creator-analysis/references/api-contracts/linkedin-web-api.md +0 -1949
  74. package/skills/creator-analysis/references/api-contracts/media-ingest-api.md +0 -126
  75. package/skills/creator-analysis/references/api-contracts/pipixia-app-api.md +0 -1142
  76. package/skills/creator-analysis/references/api-contracts/reddit-app-api.md +0 -2025
  77. package/skills/creator-analysis/references/api-contracts/sora2-api.md +0 -2266
  78. package/skills/creator-analysis/references/api-contracts/temp-mail-api.md +0 -208
  79. package/skills/creator-analysis/references/api-contracts/threads-web-api.md +0 -897
  80. package/skills/creator-analysis/references/api-contracts/tikhub-downloader-api.md +0 -134
  81. package/skills/creator-analysis/references/api-contracts/tikhub-user-api.md +0 -494
  82. package/skills/creator-analysis/references/api-contracts/tiktok-ads-api.md +0 -5947
  83. package/skills/creator-analysis/references/api-contracts/tiktok-analytics-api.md +0 -968
  84. package/skills/creator-analysis/references/api-contracts/tiktok-app-v3-api.md +0 -5735
  85. package/skills/creator-analysis/references/api-contracts/tiktok-creator-api.md +0 -1951
  86. package/skills/creator-analysis/references/api-contracts/tiktok-interaction-api.md +0 -742
  87. package/skills/creator-analysis/references/api-contracts/tiktok-shop-web-api.md +0 -1890
  88. package/skills/creator-analysis/references/api-contracts/tiktok-web-api.md +0 -4448
  89. package/skills/creator-analysis/references/api-contracts/toutiao-app-api.md +0 -342
  90. package/skills/creator-analysis/references/api-contracts/toutiao-web-api.md +0 -143
  91. package/skills/creator-analysis/references/api-contracts/twitter-web-api.md +0 -989
  92. package/skills/creator-analysis/references/api-contracts/wechat-channels-api.md +0 -809
  93. package/skills/creator-analysis/references/api-contracts/wechat-media-platform-web-api.md +0 -677
  94. package/skills/creator-analysis/references/api-contracts/weibo-app-api.md +0 -1547
  95. package/skills/creator-analysis/references/api-contracts/weibo-web-api.md +0 -798
  96. package/skills/creator-analysis/references/api-contracts/weibo-web-v2-api.md +0 -2459
  97. package/skills/creator-analysis/references/api-contracts/xiaohongshu-app-api.md +0 -1291
  98. package/skills/creator-analysis/references/api-contracts/xiaohongshu-app-v2-api.md +0 -1683
  99. package/skills/creator-analysis/references/api-contracts/xiaohongshu-web-api.md +0 -1324
  100. package/skills/creator-analysis/references/api-contracts/xiaohongshu-web-v2-api.md +0 -1209
  101. package/skills/creator-analysis/references/api-contracts/xigua-app-v2-api.md +0 -489
  102. package/skills/creator-analysis/references/api-contracts/youtube-web-api.md +0 -2636
  103. package/skills/creator-analysis/references/api-contracts/youtube-web-v2-api.md +0 -2660
  104. package/skills/creator-analysis/references/api-contracts/zhihu-web-api.md +0 -2315
  105. package/skills/creator-analysis/references/api-tags/asr-api.md +0 -100
  106. package/skills/creator-analysis/references/api-tags/bilibili-app-api.md +0 -482
  107. package/skills/creator-analysis/references/api-tags/bilibili-web-api.md +0 -1267
  108. package/skills/creator-analysis/references/api-tags/demo-api.md +0 -365
  109. package/skills/creator-analysis/references/api-tags/douyin-app-v3-api.md +0 -2012
  110. package/skills/creator-analysis/references/api-tags/douyin-billboard-api.md +0 -1428
  111. package/skills/creator-analysis/references/api-tags/douyin-creator-api.md +0 -694
  112. package/skills/creator-analysis/references/api-tags/douyin-creator-v2-api.md +0 -694
  113. package/skills/creator-analysis/references/api-tags/douyin-search-api.md +0 -1059
  114. package/skills/creator-analysis/references/api-tags/douyin-web-api.md +0 -3314
  115. package/skills/creator-analysis/references/api-tags/douyin-xingtu-api.md +0 -935
  116. package/skills/creator-analysis/references/api-tags/douyin-xingtu-v2-api.md +0 -925
  117. package/skills/creator-analysis/references/api-tags/health-check.md +0 -40
  118. package/skills/creator-analysis/references/api-tags/hybrid-parsing.md +0 -57
  119. package/skills/creator-analysis/references/api-tags/instagram-v1-api.md +0 -1224
  120. package/skills/creator-analysis/references/api-tags/instagram-v2-api.md +0 -1147
  121. package/skills/creator-analysis/references/api-tags/instagram-v3-api.md +0 -1123
  122. package/skills/creator-analysis/references/api-tags/ios-shortcut.md +0 -45
  123. package/skills/creator-analysis/references/api-tags/kuaishou-app-api.md +0 -846
  124. package/skills/creator-analysis/references/api-tags/kuaishou-web-api.md +0 -551
  125. package/skills/creator-analysis/references/api-tags/lemon8-app-api.md +0 -687
  126. package/skills/creator-analysis/references/api-tags/linkedin-web-api.md +0 -1105
  127. package/skills/creator-analysis/references/api-tags/media-ingest-api.md +0 -112
  128. package/skills/creator-analysis/references/api-tags/pipixia-app-api.md +0 -721
  129. package/skills/creator-analysis/references/api-tags/reddit-app-api.md +0 -1057
  130. package/skills/creator-analysis/references/api-tags/sora2-api.md +0 -737
  131. package/skills/creator-analysis/references/api-tags/temp-mail-api.md +0 -136
  132. package/skills/creator-analysis/references/api-tags/threads-web-api.md +0 -472
  133. package/skills/creator-analysis/references/api-tags/tikhub-downloader-api.md +0 -65
  134. package/skills/creator-analysis/references/api-tags/tikhub-user-api.md +0 -253
  135. package/skills/creator-analysis/references/api-tags/tiktok-ads-api.md +0 -1393
  136. package/skills/creator-analysis/references/api-tags/tiktok-analytics-api.md +0 -179
  137. package/skills/creator-analysis/references/api-tags/tiktok-app-v3-api.md +0 -3264
  138. package/skills/creator-analysis/references/api-tags/tiktok-creator-api.md +0 -709
  139. package/skills/creator-analysis/references/api-tags/tiktok-interaction-api.md +0 -366
  140. package/skills/creator-analysis/references/api-tags/tiktok-shop-web-api.md +0 -663
  141. package/skills/creator-analysis/references/api-tags/tiktok-web-api.md +0 -2516
  142. package/skills/creator-analysis/references/api-tags/toutiao-app-api.md +0 -220
  143. package/skills/creator-analysis/references/api-tags/toutiao-web-api.md +0 -96
  144. package/skills/creator-analysis/references/api-tags/twitter-web-api.md +0 -562
  145. package/skills/creator-analysis/references/api-tags/wechat-channels-api.md +0 -405
  146. package/skills/creator-analysis/references/api-tags/wechat-media-platform-web-api.md +0 -431
  147. package/skills/creator-analysis/references/api-tags/weibo-app-api.md +0 -851
  148. package/skills/creator-analysis/references/api-tags/weibo-web-api.md +0 -470
  149. package/skills/creator-analysis/references/api-tags/weibo-web-v2-api.md +0 -1405
  150. package/skills/creator-analysis/references/api-tags/xiaohongshu-app-api.md +0 -534
  151. package/skills/creator-analysis/references/api-tags/xiaohongshu-app-v2-api.md +0 -934
  152. package/skills/creator-analysis/references/api-tags/xiaohongshu-web-api.md +0 -757
  153. package/skills/creator-analysis/references/api-tags/xiaohongshu-web-v2-api.md +0 -762
  154. package/skills/creator-analysis/references/api-tags/xigua-app-v2-api.md +0 -308
  155. package/skills/creator-analysis/references/api-tags/youtube-web-api.md +0 -934
  156. package/skills/creator-analysis/references/api-tags/youtube-web-v2-api.md +0 -717
  157. package/skills/creator-analysis/references/api-tags/zhihu-web-api.md +0 -1384
  158. package/skills/creator-analysis/references/asr-orchestration.md +0 -33
  159. package/skills/creator-analysis/references/config-templates/defaults.yaml +0 -60
  160. package/skills/creator-analysis/references/contracts/creator-card-fields.md +0 -25
  161. package/skills/creator-analysis/references/contracts/work-card-fields.md +0 -68
  162. package/skills/creator-analysis/references/platform-guides/douyin.md +0 -54
  163. package/skills/creator-analysis/references/platform-guides/generic.md +0 -50
  164. package/skills/creator-analysis/references/platform-guides/xiaohongshu.md +0 -69
  165. package/skills/creator-analysis/references/prompt-contracts/asr-clean.md +0 -28
  166. package/skills/creator-analysis/references/prompt-contracts/author-analysis-v2.md +0 -46
  167. package/skills/creator-analysis/references/prompt-contracts/author-analysis.md +0 -49
  168. package/skills/creator-analysis/references/prompt-contracts/cta.md +0 -24
  169. package/skills/creator-analysis/references/prompt-contracts/hook.md +0 -25
  170. package/skills/creator-analysis/references/prompt-contracts/insight.md +0 -47
  171. package/skills/creator-analysis/references/prompt-contracts/sampled-work-batch-explanations.md +0 -30
  172. package/skills/creator-analysis/references/prompt-contracts/structure.md +0 -25
  173. package/skills/creator-analysis/references/prompt-contracts/style.md +0 -27
  174. package/skills/creator-analysis/references/prompt-contracts/summary.md +0 -29
  175. package/skills/creator-analysis/references/prompt-contracts/topic.md +0 -29
  176. package/skills/creator-analysis/references/schemas/author-analysis-input-v1.schema.json +0 -325
  177. package/skills/creator-analysis/references/schemas/author-analysis-v2.schema.json +0 -287
  178. package/skills/creator-analysis/references/schemas/sampled-work-batch-explanations.schema.json +0 -41
  179. package/skills/creator-analysis/references/service-guides/asr-u2-u3-fallback.md +0 -75
  180. package/skills/creator-analysis/references/workflow.md +0 -23
  181. package/skills/creator-analysis/scripts/__init__.py +0 -0
  182. package/skills/creator-analysis/scripts/author_home/__init__.py +0 -0
  183. package/skills/creator-analysis/scripts/author_home/adapters/__init__.py +0 -0
  184. package/skills/creator-analysis/scripts/author_home/analyzers/__init__.py +0 -0
  185. package/skills/creator-analysis/scripts/author_home/analyzers/author_analysis_v2_support.py +0 -1165
  186. package/skills/creator-analysis/scripts/author_home/analyzers/prompt_first_analyzers.py +0 -447
  187. package/skills/creator-analysis/scripts/author_home/analyzers/sampled_work_batch_explainer.py +0 -331
  188. package/skills/creator-analysis/scripts/author_home/asr/__init__.py +0 -5
  189. package/skills/creator-analysis/scripts/author_home/builders/__init__.py +0 -0
  190. package/skills/creator-analysis/scripts/author_home/builders/home_builders.py +0 -213
  191. package/skills/creator-analysis/scripts/author_home/collectors/__init__.py +0 -0
  192. package/skills/creator-analysis/scripts/author_home/orchestrator/__init__.py +0 -0
  193. package/skills/creator-analysis/scripts/author_home/orchestrator/run_author_analysis.py +0 -834
  194. package/skills/creator-analysis/scripts/author_home/orchestrator/work_analysis_artifacts.py +0 -609
  195. package/skills/creator-analysis/scripts/core/__init__.py +0 -0
  196. package/skills/creator-analysis/scripts/core/analysis_pipeline.py +0 -133
  197. package/skills/creator-analysis/scripts/core/config_loader.py +0 -418
  198. package/skills/creator-analysis/scripts/core/progress_report.py +0 -111
  199. package/skills/creator-analysis/scripts/core/storage_router.py +0 -256
  200. package/skills/creator-analysis/scripts/pipeline/__init__.py +0 -0
  201. package/skills/creator-analysis/scripts/pipeline/asr/__init__.py +0 -0
  202. package/skills/creator-analysis/scripts/platform/__init__.py +0 -0
  203. package/skills/creator-analysis/scripts/platform/douyin/__init__.py +0 -0
  204. package/skills/creator-analysis/scripts/platform/douyin/run_douyin_single_video.py +0 -1208
  205. package/skills/creator-analysis/scripts/platform/xiaohongshu/__init__.py +0 -0
  206. package/skills/creator-analysis/scripts/platform/xiaohongshu/run_xiaohongshu_extract.py +0 -2128
  207. package/skills/creator-analysis/scripts/writers/__init__.py +0 -0
  208. package/skills/creator-analysis/scripts/writers/write_author_homepage_samples.py +0 -107
  209. package/skills/creator-analysis/scripts/writers/write_benchmark_card.py +0 -1579
  210. package/skills/meta-capability/SKILL.md +0 -69
  211. package/skills/meta-capability/agents/openai.yaml +0 -4
  212. package/skills/meta-capability/env.example +0 -42
  213. package/skills/meta-capability/references/api-capability-index.md +0 -92
  214. package/skills/meta-capability/references/api-contracts/asr-api.md +0 -130
  215. package/skills/meta-capability/references/api-contracts/bilibili-app-api.md +0 -776
  216. package/skills/meta-capability/references/api-contracts/bilibili-web-api.md +0 -2017
  217. package/skills/meta-capability/references/api-contracts/demo-api.md +0 -717
  218. package/skills/meta-capability/references/api-contracts/douyin-app-v3-api.md +0 -3594
  219. package/skills/meta-capability/references/api-contracts/douyin-billboard-api.md +0 -2274
  220. package/skills/meta-capability/references/api-contracts/douyin-creator-api.md +0 -1575
  221. package/skills/meta-capability/references/api-contracts/douyin-creator-v2-api.md +0 -3254
  222. package/skills/meta-capability/references/api-contracts/douyin-search-api.md +0 -4118
  223. package/skills/meta-capability/references/api-contracts/douyin-web-api.md +0 -5544
  224. package/skills/meta-capability/references/api-contracts/douyin-xingtu-api.md +0 -1916
  225. package/skills/meta-capability/references/api-contracts/douyin-xingtu-v2-api.md +0 -1540
  226. package/skills/meta-capability/references/api-contracts/health-check.md +0 -69
  227. package/skills/meta-capability/references/api-contracts/hybrid-parsing.md +0 -78
  228. package/skills/meta-capability/references/api-contracts/instagram-v1-api.md +0 -2256
  229. package/skills/meta-capability/references/api-contracts/instagram-v2-api.md +0 -2011
  230. package/skills/meta-capability/references/api-contracts/instagram-v3-api.md +0 -2630
  231. package/skills/meta-capability/references/api-contracts/ios-shortcut.md +0 -44
  232. package/skills/meta-capability/references/api-contracts/kuaishou-app-api.md +0 -1518
  233. package/skills/meta-capability/references/api-contracts/kuaishou-web-api.md +0 -1242
  234. package/skills/meta-capability/references/api-contracts/lemon8-app-api.md +0 -1088
  235. package/skills/meta-capability/references/api-contracts/linkedin-web-api.md +0 -1949
  236. package/skills/meta-capability/references/api-contracts/media-ingest-api.md +0 -126
  237. package/skills/meta-capability/references/api-contracts/pipixia-app-api.md +0 -1142
  238. package/skills/meta-capability/references/api-contracts/reddit-app-api.md +0 -2025
  239. package/skills/meta-capability/references/api-contracts/sora2-api.md +0 -2266
  240. package/skills/meta-capability/references/api-contracts/temp-mail-api.md +0 -208
  241. package/skills/meta-capability/references/api-contracts/threads-web-api.md +0 -897
  242. package/skills/meta-capability/references/api-contracts/tikhub-downloader-api.md +0 -134
  243. package/skills/meta-capability/references/api-contracts/tikhub-user-api.md +0 -494
  244. package/skills/meta-capability/references/api-contracts/tiktok-ads-api.md +0 -5947
  245. package/skills/meta-capability/references/api-contracts/tiktok-analytics-api.md +0 -968
  246. package/skills/meta-capability/references/api-contracts/tiktok-app-v3-api.md +0 -5735
  247. package/skills/meta-capability/references/api-contracts/tiktok-creator-api.md +0 -1951
  248. package/skills/meta-capability/references/api-contracts/tiktok-interaction-api.md +0 -742
  249. package/skills/meta-capability/references/api-contracts/tiktok-shop-web-api.md +0 -1890
  250. package/skills/meta-capability/references/api-contracts/tiktok-web-api.md +0 -4448
  251. package/skills/meta-capability/references/api-contracts/toutiao-app-api.md +0 -342
  252. package/skills/meta-capability/references/api-contracts/toutiao-web-api.md +0 -143
  253. package/skills/meta-capability/references/api-contracts/twitter-web-api.md +0 -989
  254. package/skills/meta-capability/references/api-contracts/wechat-channels-api.md +0 -809
  255. package/skills/meta-capability/references/api-contracts/wechat-media-platform-web-api.md +0 -677
  256. package/skills/meta-capability/references/api-contracts/weibo-app-api.md +0 -1547
  257. package/skills/meta-capability/references/api-contracts/weibo-web-api.md +0 -798
  258. package/skills/meta-capability/references/api-contracts/weibo-web-v2-api.md +0 -2459
  259. package/skills/meta-capability/references/api-contracts/xiaohongshu-app-api.md +0 -1291
  260. package/skills/meta-capability/references/api-contracts/xiaohongshu-app-v2-api.md +0 -1683
  261. package/skills/meta-capability/references/api-contracts/xiaohongshu-web-api.md +0 -1324
  262. package/skills/meta-capability/references/api-contracts/xiaohongshu-web-v2-api.md +0 -1209
  263. package/skills/meta-capability/references/api-contracts/xigua-app-v2-api.md +0 -489
  264. package/skills/meta-capability/references/api-contracts/youtube-web-api.md +0 -2636
  265. package/skills/meta-capability/references/api-contracts/youtube-web-v2-api.md +0 -2660
  266. package/skills/meta-capability/references/api-contracts/zhihu-web-api.md +0 -2315
  267. package/skills/meta-capability/references/api-tags/asr-api.md +0 -100
  268. package/skills/meta-capability/references/api-tags/bilibili-app-api.md +0 -482
  269. package/skills/meta-capability/references/api-tags/bilibili-web-api.md +0 -1267
  270. package/skills/meta-capability/references/api-tags/demo-api.md +0 -365
  271. package/skills/meta-capability/references/api-tags/douyin-app-v3-api.md +0 -2012
  272. package/skills/meta-capability/references/api-tags/douyin-billboard-api.md +0 -1428
  273. package/skills/meta-capability/references/api-tags/douyin-creator-api.md +0 -694
  274. package/skills/meta-capability/references/api-tags/douyin-creator-v2-api.md +0 -694
  275. package/skills/meta-capability/references/api-tags/douyin-search-api.md +0 -1059
  276. package/skills/meta-capability/references/api-tags/douyin-web-api.md +0 -3314
  277. package/skills/meta-capability/references/api-tags/douyin-xingtu-api.md +0 -935
  278. package/skills/meta-capability/references/api-tags/douyin-xingtu-v2-api.md +0 -925
  279. package/skills/meta-capability/references/api-tags/health-check.md +0 -40
  280. package/skills/meta-capability/references/api-tags/hybrid-parsing.md +0 -57
  281. package/skills/meta-capability/references/api-tags/instagram-v1-api.md +0 -1224
  282. package/skills/meta-capability/references/api-tags/instagram-v2-api.md +0 -1147
  283. package/skills/meta-capability/references/api-tags/instagram-v3-api.md +0 -1123
  284. package/skills/meta-capability/references/api-tags/ios-shortcut.md +0 -45
  285. package/skills/meta-capability/references/api-tags/kuaishou-app-api.md +0 -846
  286. package/skills/meta-capability/references/api-tags/kuaishou-web-api.md +0 -551
  287. package/skills/meta-capability/references/api-tags/lemon8-app-api.md +0 -687
  288. package/skills/meta-capability/references/api-tags/linkedin-web-api.md +0 -1105
  289. package/skills/meta-capability/references/api-tags/media-ingest-api.md +0 -112
  290. package/skills/meta-capability/references/api-tags/pipixia-app-api.md +0 -721
  291. package/skills/meta-capability/references/api-tags/reddit-app-api.md +0 -1057
  292. package/skills/meta-capability/references/api-tags/sora2-api.md +0 -737
  293. package/skills/meta-capability/references/api-tags/temp-mail-api.md +0 -136
  294. package/skills/meta-capability/references/api-tags/threads-web-api.md +0 -472
  295. package/skills/meta-capability/references/api-tags/tikhub-downloader-api.md +0 -65
  296. package/skills/meta-capability/references/api-tags/tikhub-user-api.md +0 -253
  297. package/skills/meta-capability/references/api-tags/tiktok-ads-api.md +0 -1393
  298. package/skills/meta-capability/references/api-tags/tiktok-analytics-api.md +0 -179
  299. package/skills/meta-capability/references/api-tags/tiktok-app-v3-api.md +0 -3264
  300. package/skills/meta-capability/references/api-tags/tiktok-creator-api.md +0 -709
  301. package/skills/meta-capability/references/api-tags/tiktok-interaction-api.md +0 -366
  302. package/skills/meta-capability/references/api-tags/tiktok-shop-web-api.md +0 -663
  303. package/skills/meta-capability/references/api-tags/tiktok-web-api.md +0 -2516
  304. package/skills/meta-capability/references/api-tags/toutiao-app-api.md +0 -220
  305. package/skills/meta-capability/references/api-tags/toutiao-web-api.md +0 -96
  306. package/skills/meta-capability/references/api-tags/twitter-web-api.md +0 -562
  307. package/skills/meta-capability/references/api-tags/wechat-channels-api.md +0 -405
  308. package/skills/meta-capability/references/api-tags/wechat-media-platform-web-api.md +0 -431
  309. package/skills/meta-capability/references/api-tags/weibo-app-api.md +0 -851
  310. package/skills/meta-capability/references/api-tags/weibo-web-api.md +0 -470
  311. package/skills/meta-capability/references/api-tags/weibo-web-v2-api.md +0 -1405
  312. package/skills/meta-capability/references/api-tags/xiaohongshu-app-api.md +0 -534
  313. package/skills/meta-capability/references/api-tags/xiaohongshu-app-v2-api.md +0 -934
  314. package/skills/meta-capability/references/api-tags/xiaohongshu-web-api.md +0 -757
  315. package/skills/meta-capability/references/api-tags/xiaohongshu-web-v2-api.md +0 -762
  316. package/skills/meta-capability/references/api-tags/xigua-app-v2-api.md +0 -308
  317. package/skills/meta-capability/references/api-tags/youtube-web-api.md +0 -934
  318. package/skills/meta-capability/references/api-tags/youtube-web-v2-api.md +0 -717
  319. package/skills/meta-capability/references/api-tags/zhihu-web-api.md +0 -1384
  320. package/skills/meta-capability/references/config-templates/defaults.yaml +0 -18
  321. package/skills/meta-capability/references/dispatch.md +0 -27
  322. package/skills/meta-capability/references/execution-guidelines.md +0 -25
  323. package/skills/meta-capability/references/implemented-route-map.md +0 -177
  324. package/skills/meta-capability/references/service-guides/asr-u2-u3-fallback.md +0 -75
  325. package/skills/meta-capability/scripts/__init__.py +0 -1
  326. package/skills/meta-capability/scripts/call_route.py +0 -141
  327. package/skills/meta-capability/scripts/core/__init__.py +0 -1
  328. package/skills/meta-capability/scripts/core/bootstrap_env.py +0 -32
  329. package/skills/meta-capability/scripts/core/config_loader.py +0 -204
  330. package/skills/meta-capability/scripts/core/tikomni_common.py +0 -443
  331. package/skills/meta-capability/scripts/test_auth.py +0 -98
  332. package/skills/single-work-analysis/SKILL.md +0 -62
  333. package/skills/single-work-analysis/agents/openai.yaml +0 -4
  334. package/skills/single-work-analysis/env.example +0 -36
  335. package/skills/single-work-analysis/references/api-capability-index.md +0 -92
  336. package/skills/single-work-analysis/references/api-contracts/asr-api.md +0 -130
  337. package/skills/single-work-analysis/references/api-contracts/bilibili-app-api.md +0 -776
  338. package/skills/single-work-analysis/references/api-contracts/bilibili-web-api.md +0 -2017
  339. package/skills/single-work-analysis/references/api-contracts/demo-api.md +0 -717
  340. package/skills/single-work-analysis/references/api-contracts/douyin-app-v3-api.md +0 -3594
  341. package/skills/single-work-analysis/references/api-contracts/douyin-billboard-api.md +0 -2274
  342. package/skills/single-work-analysis/references/api-contracts/douyin-creator-api.md +0 -1575
  343. package/skills/single-work-analysis/references/api-contracts/douyin-creator-v2-api.md +0 -3254
  344. package/skills/single-work-analysis/references/api-contracts/douyin-search-api.md +0 -4118
  345. package/skills/single-work-analysis/references/api-contracts/douyin-web-api.md +0 -5544
  346. package/skills/single-work-analysis/references/api-contracts/douyin-xingtu-api.md +0 -1916
  347. package/skills/single-work-analysis/references/api-contracts/douyin-xingtu-v2-api.md +0 -1540
  348. package/skills/single-work-analysis/references/api-contracts/health-check.md +0 -69
  349. package/skills/single-work-analysis/references/api-contracts/hybrid-parsing.md +0 -78
  350. package/skills/single-work-analysis/references/api-contracts/instagram-v1-api.md +0 -2256
  351. package/skills/single-work-analysis/references/api-contracts/instagram-v2-api.md +0 -2011
  352. package/skills/single-work-analysis/references/api-contracts/instagram-v3-api.md +0 -2630
  353. package/skills/single-work-analysis/references/api-contracts/ios-shortcut.md +0 -44
  354. package/skills/single-work-analysis/references/api-contracts/kuaishou-app-api.md +0 -1518
  355. package/skills/single-work-analysis/references/api-contracts/kuaishou-web-api.md +0 -1242
  356. package/skills/single-work-analysis/references/api-contracts/lemon8-app-api.md +0 -1088
  357. package/skills/single-work-analysis/references/api-contracts/linkedin-web-api.md +0 -1949
  358. package/skills/single-work-analysis/references/api-contracts/media-ingest-api.md +0 -126
  359. package/skills/single-work-analysis/references/api-contracts/pipixia-app-api.md +0 -1142
  360. package/skills/single-work-analysis/references/api-contracts/reddit-app-api.md +0 -2025
  361. package/skills/single-work-analysis/references/api-contracts/sora2-api.md +0 -2266
  362. package/skills/single-work-analysis/references/api-contracts/temp-mail-api.md +0 -208
  363. package/skills/single-work-analysis/references/api-contracts/threads-web-api.md +0 -897
  364. package/skills/single-work-analysis/references/api-contracts/tikhub-downloader-api.md +0 -134
  365. package/skills/single-work-analysis/references/api-contracts/tikhub-user-api.md +0 -494
  366. package/skills/single-work-analysis/references/api-contracts/tiktok-ads-api.md +0 -5947
  367. package/skills/single-work-analysis/references/api-contracts/tiktok-analytics-api.md +0 -968
  368. package/skills/single-work-analysis/references/api-contracts/tiktok-app-v3-api.md +0 -5735
  369. package/skills/single-work-analysis/references/api-contracts/tiktok-creator-api.md +0 -1951
  370. package/skills/single-work-analysis/references/api-contracts/tiktok-interaction-api.md +0 -742
  371. package/skills/single-work-analysis/references/api-contracts/tiktok-shop-web-api.md +0 -1890
  372. package/skills/single-work-analysis/references/api-contracts/tiktok-web-api.md +0 -4448
  373. package/skills/single-work-analysis/references/api-contracts/toutiao-app-api.md +0 -342
  374. package/skills/single-work-analysis/references/api-contracts/toutiao-web-api.md +0 -143
  375. package/skills/single-work-analysis/references/api-contracts/twitter-web-api.md +0 -989
  376. package/skills/single-work-analysis/references/api-contracts/wechat-channels-api.md +0 -809
  377. package/skills/single-work-analysis/references/api-contracts/wechat-media-platform-web-api.md +0 -677
  378. package/skills/single-work-analysis/references/api-contracts/weibo-app-api.md +0 -1547
  379. package/skills/single-work-analysis/references/api-contracts/weibo-web-api.md +0 -798
  380. package/skills/single-work-analysis/references/api-contracts/weibo-web-v2-api.md +0 -2459
  381. package/skills/single-work-analysis/references/api-contracts/xiaohongshu-app-api.md +0 -1291
  382. package/skills/single-work-analysis/references/api-contracts/xiaohongshu-app-v2-api.md +0 -1683
  383. package/skills/single-work-analysis/references/api-contracts/xiaohongshu-web-api.md +0 -1324
  384. package/skills/single-work-analysis/references/api-contracts/xiaohongshu-web-v2-api.md +0 -1209
  385. package/skills/single-work-analysis/references/api-contracts/xigua-app-v2-api.md +0 -489
  386. package/skills/single-work-analysis/references/api-contracts/youtube-web-api.md +0 -2636
  387. package/skills/single-work-analysis/references/api-contracts/youtube-web-v2-api.md +0 -2660
  388. package/skills/single-work-analysis/references/api-contracts/zhihu-web-api.md +0 -2315
  389. package/skills/single-work-analysis/references/api-tags/asr-api.md +0 -100
  390. package/skills/single-work-analysis/references/api-tags/bilibili-app-api.md +0 -482
  391. package/skills/single-work-analysis/references/api-tags/bilibili-web-api.md +0 -1267
  392. package/skills/single-work-analysis/references/api-tags/demo-api.md +0 -365
  393. package/skills/single-work-analysis/references/api-tags/douyin-app-v3-api.md +0 -2012
  394. package/skills/single-work-analysis/references/api-tags/douyin-billboard-api.md +0 -1428
  395. package/skills/single-work-analysis/references/api-tags/douyin-creator-api.md +0 -694
  396. package/skills/single-work-analysis/references/api-tags/douyin-creator-v2-api.md +0 -694
  397. package/skills/single-work-analysis/references/api-tags/douyin-search-api.md +0 -1059
  398. package/skills/single-work-analysis/references/api-tags/douyin-web-api.md +0 -3314
  399. package/skills/single-work-analysis/references/api-tags/douyin-xingtu-api.md +0 -935
  400. package/skills/single-work-analysis/references/api-tags/douyin-xingtu-v2-api.md +0 -925
  401. package/skills/single-work-analysis/references/api-tags/health-check.md +0 -40
  402. package/skills/single-work-analysis/references/api-tags/hybrid-parsing.md +0 -57
  403. package/skills/single-work-analysis/references/api-tags/instagram-v1-api.md +0 -1224
  404. package/skills/single-work-analysis/references/api-tags/instagram-v2-api.md +0 -1147
  405. package/skills/single-work-analysis/references/api-tags/instagram-v3-api.md +0 -1123
  406. package/skills/single-work-analysis/references/api-tags/ios-shortcut.md +0 -45
  407. package/skills/single-work-analysis/references/api-tags/kuaishou-app-api.md +0 -846
  408. package/skills/single-work-analysis/references/api-tags/kuaishou-web-api.md +0 -551
  409. package/skills/single-work-analysis/references/api-tags/lemon8-app-api.md +0 -687
  410. package/skills/single-work-analysis/references/api-tags/linkedin-web-api.md +0 -1105
  411. package/skills/single-work-analysis/references/api-tags/media-ingest-api.md +0 -112
  412. package/skills/single-work-analysis/references/api-tags/pipixia-app-api.md +0 -721
  413. package/skills/single-work-analysis/references/api-tags/reddit-app-api.md +0 -1057
  414. package/skills/single-work-analysis/references/api-tags/sora2-api.md +0 -737
  415. package/skills/single-work-analysis/references/api-tags/temp-mail-api.md +0 -136
  416. package/skills/single-work-analysis/references/api-tags/threads-web-api.md +0 -472
  417. package/skills/single-work-analysis/references/api-tags/tikhub-downloader-api.md +0 -65
  418. package/skills/single-work-analysis/references/api-tags/tikhub-user-api.md +0 -253
  419. package/skills/single-work-analysis/references/api-tags/tiktok-ads-api.md +0 -1393
  420. package/skills/single-work-analysis/references/api-tags/tiktok-analytics-api.md +0 -179
  421. package/skills/single-work-analysis/references/api-tags/tiktok-app-v3-api.md +0 -3264
  422. package/skills/single-work-analysis/references/api-tags/tiktok-creator-api.md +0 -709
  423. package/skills/single-work-analysis/references/api-tags/tiktok-interaction-api.md +0 -366
  424. package/skills/single-work-analysis/references/api-tags/tiktok-shop-web-api.md +0 -663
  425. package/skills/single-work-analysis/references/api-tags/tiktok-web-api.md +0 -2516
  426. package/skills/single-work-analysis/references/api-tags/toutiao-app-api.md +0 -220
  427. package/skills/single-work-analysis/references/api-tags/toutiao-web-api.md +0 -96
  428. package/skills/single-work-analysis/references/api-tags/twitter-web-api.md +0 -562
  429. package/skills/single-work-analysis/references/api-tags/wechat-channels-api.md +0 -405
  430. package/skills/single-work-analysis/references/api-tags/wechat-media-platform-web-api.md +0 -431
  431. package/skills/single-work-analysis/references/api-tags/weibo-app-api.md +0 -851
  432. package/skills/single-work-analysis/references/api-tags/weibo-web-api.md +0 -470
  433. package/skills/single-work-analysis/references/api-tags/weibo-web-v2-api.md +0 -1405
  434. package/skills/single-work-analysis/references/api-tags/xiaohongshu-app-api.md +0 -534
  435. package/skills/single-work-analysis/references/api-tags/xiaohongshu-app-v2-api.md +0 -934
  436. package/skills/single-work-analysis/references/api-tags/xiaohongshu-web-api.md +0 -757
  437. package/skills/single-work-analysis/references/api-tags/xiaohongshu-web-v2-api.md +0 -762
  438. package/skills/single-work-analysis/references/api-tags/xigua-app-v2-api.md +0 -308
  439. package/skills/single-work-analysis/references/api-tags/youtube-web-api.md +0 -934
  440. package/skills/single-work-analysis/references/api-tags/youtube-web-v2-api.md +0 -717
  441. package/skills/single-work-analysis/references/api-tags/zhihu-web-api.md +0 -1384
  442. package/skills/single-work-analysis/references/asr-and-fallback.md +0 -20
  443. package/skills/single-work-analysis/references/config-templates/defaults.yaml +0 -58
  444. package/skills/single-work-analysis/references/contracts/work-card-fields.md +0 -41
  445. package/skills/single-work-analysis/references/platform-guides/douyin.md +0 -47
  446. package/skills/single-work-analysis/references/platform-guides/generic.md +0 -43
  447. package/skills/single-work-analysis/references/platform-guides/xiaohongshu.md +0 -54
  448. package/skills/single-work-analysis/references/prompt-contracts/asr-clean.md +0 -28
  449. package/skills/single-work-analysis/references/prompt-contracts/cta.md +0 -24
  450. package/skills/single-work-analysis/references/prompt-contracts/hook.md +0 -25
  451. package/skills/single-work-analysis/references/prompt-contracts/insight.md +0 -47
  452. package/skills/single-work-analysis/references/prompt-contracts/structure.md +0 -25
  453. package/skills/single-work-analysis/references/prompt-contracts/style.md +0 -27
  454. package/skills/single-work-analysis/references/prompt-contracts/summary.md +0 -29
  455. package/skills/single-work-analysis/references/prompt-contracts/topic.md +0 -29
  456. package/skills/single-work-analysis/references/schemas/work-card.schema.json +0 -39
  457. package/skills/single-work-analysis/references/service-guides/asr-u2-u3-fallback.md +0 -75
  458. package/skills/single-work-analysis/scripts/__init__.py +0 -0
  459. package/skills/single-work-analysis/scripts/core/__init__.py +0 -0
  460. package/skills/single-work-analysis/scripts/core/analysis_pipeline.py +0 -133
  461. package/skills/single-work-analysis/scripts/core/bootstrap_env.py +0 -35
  462. package/skills/single-work-analysis/scripts/core/extract_pipeline.py +0 -173
  463. package/skills/single-work-analysis/scripts/core/storage_router.py +0 -253
  464. package/skills/single-work-analysis/scripts/core/tikomni_common.py +0 -588
  465. package/skills/single-work-analysis/scripts/pipeline/__init__.py +0 -0
  466. package/skills/single-work-analysis/scripts/pipeline/asr/__init__.py +0 -0
  467. package/skills/single-work-analysis/scripts/pipeline/asr/asr_pipeline.py +0 -1189
  468. package/skills/single-work-analysis/scripts/pipeline/asr/poll_u2_task.py +0 -95
  469. package/skills/single-work-analysis/scripts/platform/__init__.py +0 -0
  470. package/skills/single-work-analysis/scripts/platform/douyin/__init__.py +0 -0
  471. package/skills/single-work-analysis/scripts/platform/douyin/douyin_video_type_matrix.py +0 -224
  472. package/skills/single-work-analysis/scripts/platform/douyin/select_low_quality_video_url.py +0 -200
  473. package/skills/single-work-analysis/scripts/platform/xiaohongshu/__init__.py +0 -0
  474. package/skills/single-work-analysis/scripts/writers/__init__.py +0 -0
  475. package/skills/single-work-analysis/scripts/writers/write_benchmark_card.py +0 -1402
  476. /package/skills/{creator-analysis → social-media-crawl}/scripts/core/bootstrap_env.py +0 -0
  477. /package/skills/{creator-analysis → social-media-crawl}/scripts/core/extract_pipeline.py +0 -0
  478. /package/skills/{creator-analysis/scripts/platform/douyin → social-media-crawl/scripts/pipelines}/douyin_video_type_matrix.py +0 -0
  479. /package/skills/{creator-analysis/scripts/author_home/collectors → social-media-crawl/scripts/pipelines}/homepage_collectors.py +0 -0
  480. /package/skills/{creator-analysis/scripts/platform/douyin → social-media-crawl/scripts/pipelines}/select_low_quality_video_url.py +0 -0
@@ -1,1547 +0,0 @@
1
- # Weibo-App-API Full Contract
2
-
3
- - Back to index: [`api-capability-index.md`](../api-capability-index.md)
4
- - Back to route summary: [`api-tags/weibo-app-api.md`](../api-tags/weibo-app-api.md)
5
- - Current contract file: `api-contracts/weibo-app-api.md`
6
- - Source: `https://app.tikomni.com/openapi/tikomni-openapi.full.with-u2.public.latest.json`
7
- - Fetched at: `2026-03-08T06:54:04+00:00`
8
- - Route count: `20`
9
- - Default auth: Header `Authorization` Bearer
10
- - Read this file only when you need precise auth notes, parameter descriptions, defaults, examples, or success-response fields.
11
- - Tag description: **(新浪微博APP数据接口/Weibo-App-API data endpoints)**
12
-
13
- ## Route Contracts
14
-
15
- <a id="get-api-u1-v1-weibo-app-fetch-ai-smart-search"></a>
16
- ### `GET /api/u1/v1/weibo/app/fetch_ai_smart_search`
17
-
18
- - Summary: AI智搜/AI Smart Search
19
- - Capabilities: search
20
- - Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
21
- - operationId: `fetch_ai_smart_search_api_v1_weibo_app_fetch_ai_smart_search_get`
22
-
23
- #### Notes
24
-
25
- > # [中文]
26
- > ### 用途:
27
- > - 使用微博AI智搜功能进行搜索,返回AI增强的搜索结果。
28
- > ### 参数:
29
- > - query: 搜索关键词(必填)
30
- > - page: 页码,从1开始(默认1)
31
- > ### 返回:
32
- > - AI智搜结果,包含AI增强的搜索内容
33
- > ### 注意:
34
- > - 此接口为AI增强搜索,返回结果经过AI处理
35
- >
36
- > # [English]
37
- > ### Purpose:
38
- > - Use Weibo AI Smart Search to search, return AI-enhanced search results.
39
- > ### Parameters:
40
- > - query: Search keyword (required)
41
- > - page: Page number, starts from 1 (default 1)
42
- > ### Return:
43
- > - AI smart search results, including AI-enhanced search content
44
- > ### Note:
45
- > - This is AI-enhanced search, results are processed by AI
46
- >
47
- > # [示例/Example]
48
- > query = "人工智能"
49
- > page = 1
50
-
51
- #### Parameters
52
-
53
- | Field | In | Type | Required | Description | Default | Example | Enum |
54
- | --- | --- | --- | --- | --- | --- | --- | --- |
55
- | query | query | string | Yes | 搜索关键词 | None | 人工智能 | None |
56
- | page | query | integer | No | 页码 | 1 | 1 | None |
57
-
58
- #### Request Body
59
-
60
- None
61
-
62
- #### Success Response
63
-
64
- ##### `200 application/json`
65
-
66
- - Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
67
-
68
- | Field | Type | Required | Description | Default | Example | Enum |
69
- | --- | --- | --- | --- | --- | --- | --- |
70
- | code | integer | No | HTTP status code \| HTTP状态码 | 200 | None | None |
71
- | request_id | string | No | Unique request identifier \| 唯一请求标识符 | None | None | None |
72
- | message | string | No | Response message (EN-US) \| 响应消息 (English) | Request successful. This request will incur a charge. | None | None |
73
- | message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) | 请求成功,本次请求将被计费。 | None | None |
74
- | support | string | No | Support message \| 支持消息 | Discord: https://discord.gg/aMEAS8Xsvz | None | None |
75
- | time | string | No | The time the response was generated \| 生成响应的时间 | None | None | None |
76
- | time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 | None | None | None |
77
- | time_zone | string | No | The timezone of the response time \| 响应时间的时区 | America/Los_Angeles | None | None |
78
- | docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 | None | None | None |
79
- | cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) | This request will be cached. You can access the cached result directly using th… | None | None |
80
- | cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) | 本次请求将被缓存,你可以使用下面的 URL 直接访问缓存结果,有效期为 24 小时,访问缓存不会产生额外费用。 | None | None |
81
- | cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL | None | None | None |
82
- | router | string | No | The endpoint that generated this response \| 生成此响应的端点 | None | None | None |
83
- | params | dynamic object | No | The parameters used in the request \| 请求中使用的参数 | None | None | None |
84
- | data | null | No | The response data \| 响应数据 | None | None | None |
85
-
86
- <a id="get-api-u1-v1-weibo-app-fetch-home-recommend-feed"></a>
87
- ### `GET /api/u1/v1/weibo/app/fetch_home_recommend_feed`
88
-
89
- - Summary: 获取首页推荐Feed流/Get home recommend feed
90
- - Capabilities: profiles / accounts
91
- - Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
92
- - operationId: `fetch_home_recommend_feed_api_v1_weibo_app_fetch_home_recommend_feed_get`
93
-
94
- #### Notes
95
-
96
- > # [中文]
97
- > ### 用途:
98
- > - 获取微博首页推荐Feed流。
99
- > ### 参数:
100
- > - page: 页码,首页不传或传空,第二页传"2",依次递增
101
- > - count: 每页数量,默认15,最大50
102
- > ### 返回:
103
- > - 首页推荐Feed流数据
104
- > ### 注意:
105
- > - 推荐内容基于热门话题和热点事件
106
- >
107
- > # [English]
108
- > ### Purpose:
109
- > - Get the home recommend feed from Weibo.
110
- > ### Parameters:
111
- > - page: Page number, don't pass for first page, pass "2" for second page, and so on
112
- > - count: Items per page, default 15, max 50
113
- > ### Return:
114
- > - Home recommend feed data
115
- > ### Note:
116
- > - Recommended content based on hot topics and trending events
117
- >
118
- > # [示例/Example]
119
- > page = None # First page
120
- > count = 15
121
-
122
- #### Parameters
123
-
124
- | Field | In | Type | Required | Description | Default | Example | Enum |
125
- | --- | --- | --- | --- | --- | --- | --- | --- |
126
- | page | query | string | No | 页码,首页不传,第二页传2 | None | None | None |
127
- | count | query | integer | No | 每页数量 | 15 | 15 | None |
128
-
129
- #### Request Body
130
-
131
- None
132
-
133
- #### Success Response
134
-
135
- ##### `200 application/json`
136
-
137
- - Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
138
-
139
- | Field | Type | Required | Description | Default | Example | Enum |
140
- | --- | --- | --- | --- | --- | --- | --- |
141
- | code | integer | No | HTTP status code \| HTTP状态码 | 200 | None | None |
142
- | request_id | string | No | Unique request identifier \| 唯一请求标识符 | None | None | None |
143
- | message | string | No | Response message (EN-US) \| 响应消息 (English) | Request successful. This request will incur a charge. | None | None |
144
- | message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) | 请求成功,本次请求将被计费。 | None | None |
145
- | support | string | No | Support message \| 支持消息 | Discord: https://discord.gg/aMEAS8Xsvz | None | None |
146
- | time | string | No | The time the response was generated \| 生成响应的时间 | None | None | None |
147
- | time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 | None | None | None |
148
- | time_zone | string | No | The timezone of the response time \| 响应时间的时区 | America/Los_Angeles | None | None |
149
- | docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 | None | None | None |
150
- | cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) | This request will be cached. You can access the cached result directly using th… | None | None |
151
- | cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) | 本次请求将被缓存,你可以使用下面的 URL 直接访问缓存结果,有效期为 24 小时,访问缓存不会产生额外费用。 | None | None |
152
- | cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL | None | None | None |
153
- | router | string | No | The endpoint that generated this response \| 生成此响应的端点 | None | None | None |
154
- | params | dynamic object | No | The parameters used in the request \| 请求中使用的参数 | None | None | None |
155
- | data | null | No | The response data \| 响应数据 | None | None | None |
156
-
157
- <a id="get-api-u1-v1-weibo-app-fetch-hot-search"></a>
158
- ### `GET /api/u1/v1/weibo/app/fetch_hot_search`
159
-
160
- - Summary: 获取热搜榜/Get hot search
161
- - Capabilities: search / trends / rankings
162
- - Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
163
- - operationId: `fetch_hot_search_api_v1_weibo_app_fetch_hot_search_get`
164
-
165
- #### Notes
166
-
167
- > # [中文]
168
- > ### 用途:
169
- > - 获取微博热搜榜,支持多个分类。
170
- > ### 参数:
171
- > - category: 热搜分类
172
- > - mineband: 我的热搜
173
- > - realtimehot: 实时热搜(默认)
174
- > - social: 社会热搜
175
- > - fun: 文娱热搜
176
- > - technologynav: 科技热搜
177
- > - lifenav: 生活热搜
178
- > - region: 同城热搜
179
- > - sportnav: 体育热搜
180
- > - gamenav: ACG热搜
181
- > - page: 页码,从1开始(默认1)
182
- > - count: 每页数量,默认20,最大50
183
- > ### 返回:
184
- > - 热搜榜数据,包含热搜词条、热度等
185
- > ### 注意:
186
- > - 热搜榜实时更新
187
- >
188
- > # [English]
189
- > ### Purpose:
190
- > - Get Weibo hot search ranking, supports multiple categories.
191
- > ### Parameters:
192
- > - category: Hot search category
193
- > - mineband: My hot search
194
- > - realtimehot: Realtime hot search (default)
195
- > - social: Social hot search
196
- > - fun: Entertainment hot search
197
- > - technologynav: Technology hot search
198
- > - lifenav: Life hot search
199
- > - region: Local hot search
200
- > - sportnav: Sports hot search
201
- > - gamenav: ACG hot search
202
- > - page: Page number, starts from 1 (default 1)
203
- > - count: Items per page, default 20, max 50
204
- > ### Return:
205
- > - Hot search ranking data, including search terms, popularity, etc.
206
- > ### Note:
207
- > - Hot search ranking updates in real-time
208
- >
209
- > # [示例/Example]
210
- > category = "realtimehot"
211
- > page = 1
212
- > count = 20
213
-
214
- #### Parameters
215
-
216
- | Field | In | Type | Required | Description | Default | Example | Enum |
217
- | --- | --- | --- | --- | --- | --- | --- | --- |
218
- | category | query | string | No | 热搜分类: mineband=我的, realtimehot=热搜, social=社会, fun=文娱, technologynav=科技, lifenav=生活, region=同城, sportnav=体育, gamenav=ACG | realtimehot | realtimehot | None |
219
- | page | query | integer | No | 页码 | 1 | 1 | None |
220
- | count | query | integer | No | 每页数量 | 20 | 20 | None |
221
-
222
- #### Request Body
223
-
224
- None
225
-
226
- #### Success Response
227
-
228
- ##### `200 application/json`
229
-
230
- - Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
231
-
232
- | Field | Type | Required | Description | Default | Example | Enum |
233
- | --- | --- | --- | --- | --- | --- | --- |
234
- | code | integer | No | HTTP status code \| HTTP状态码 | 200 | None | None |
235
- | request_id | string | No | Unique request identifier \| 唯一请求标识符 | None | None | None |
236
- | message | string | No | Response message (EN-US) \| 响应消息 (English) | Request successful. This request will incur a charge. | None | None |
237
- | message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) | 请求成功,本次请求将被计费。 | None | None |
238
- | support | string | No | Support message \| 支持消息 | Discord: https://discord.gg/aMEAS8Xsvz | None | None |
239
- | time | string | No | The time the response was generated \| 生成响应的时间 | None | None | None |
240
- | time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 | None | None | None |
241
- | time_zone | string | No | The timezone of the response time \| 响应时间的时区 | America/Los_Angeles | None | None |
242
- | docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 | None | None | None |
243
- | cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) | This request will be cached. You can access the cached result directly using th… | None | None |
244
- | cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) | 本次请求将被缓存,你可以使用下面的 URL 直接访问缓存结果,有效期为 24 小时,访问缓存不会产生额外费用。 | None | None |
245
- | cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL | None | None | None |
246
- | router | string | No | The endpoint that generated this response \| 生成此响应的端点 | None | None | None |
247
- | params | dynamic object | No | The parameters used in the request \| 请求中使用的参数 | None | None | None |
248
- | data | null | No | The response data \| 响应数据 | None | None | None |
249
-
250
- <a id="get-api-u1-v1-weibo-app-fetch-hot-search-categories"></a>
251
- ### `GET /api/u1/v1/weibo/app/fetch_hot_search_categories`
252
-
253
- - Summary: 获取热搜分类列表/Get hot search categories
254
- - Capabilities: search / trends / rankings
255
- - Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
256
- - operationId: `fetch_hot_search_categories_api_v1_weibo_app_fetch_hot_search_categories_get`
257
-
258
- #### Notes
259
-
260
- > # [中文]
261
- > ### 用途:
262
- > - 获取微博热搜榜的所有可用分类列表。
263
- > ### 参数:
264
- > - 无
265
- > ### 返回:
266
- > - 热搜分类列表数据,包含各分类名称和标识
267
- > ### 注意:
268
- > - 返回的分类可用于 fetch_hot_search 接口的 category 参数
269
- >
270
- > # [English]
271
- > ### Purpose:
272
- > - Get all available hot search category list from Weibo.
273
- > ### Parameters:
274
- > - None
275
- > ### Return:
276
- > - Hot search category list data, including category names and identifiers
277
- > ### Note:
278
- > - Returned categories can be used for category parameter in fetch_hot_search endpoint
279
- >
280
- > # [示例/Example]
281
- > # No parameters required
282
-
283
- #### Parameters
284
-
285
- None
286
-
287
- #### Request Body
288
-
289
- None
290
-
291
- #### Success Response
292
-
293
- ##### `200 application/json`
294
-
295
- - Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
296
-
297
- | Field | Type | Required | Description | Default | Example | Enum |
298
- | --- | --- | --- | --- | --- | --- | --- |
299
- | code | integer | No | HTTP status code \| HTTP状态码 | 200 | None | None |
300
- | request_id | string | No | Unique request identifier \| 唯一请求标识符 | None | None | None |
301
- | message | string | No | Response message (EN-US) \| 响应消息 (English) | Request successful. This request will incur a charge. | None | None |
302
- | message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) | 请求成功,本次请求将被计费。 | None | None |
303
- | support | string | No | Support message \| 支持消息 | Discord: https://discord.gg/aMEAS8Xsvz | None | None |
304
- | time | string | No | The time the response was generated \| 生成响应的时间 | None | None | None |
305
- | time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 | None | None | None |
306
- | time_zone | string | No | The timezone of the response time \| 响应时间的时区 | America/Los_Angeles | None | None |
307
- | docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 | None | None | None |
308
- | cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) | This request will be cached. You can access the cached result directly using th… | None | None |
309
- | cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) | 本次请求将被缓存,你可以使用下面的 URL 直接访问缓存结果,有效期为 24 小时,访问缓存不会产生额外费用。 | None | None |
310
- | cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL | None | None | None |
311
- | router | string | No | The endpoint that generated this response \| 生成此响应的端点 | None | None | None |
312
- | params | dynamic object | No | The parameters used in the request \| 请求中使用的参数 | None | None | None |
313
- | data | null | No | The response data \| 响应数据 | None | None | None |
314
-
315
- <a id="get-api-u1-v1-weibo-app-fetch-search-all"></a>
316
- ### `GET /api/u1/v1/weibo/app/fetch_search_all`
317
-
318
- - Summary: 综合搜索/Comprehensive search
319
- - Capabilities: search
320
- - Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
321
- - operationId: `fetch_search_all_api_v1_weibo_app_fetch_search_all_get`
322
-
323
- #### Notes
324
-
325
- > # [中文]
326
- > ### 用途:
327
- > - 在微博中进行综合搜索,返回相关内容。支持多种搜索类型。
328
- > ### 参数:
329
- > - query: 搜索关键词(必填)
330
- > - page: 页码,从1开始(默认1)
331
- > - search_type: 搜索类型
332
- > - 1: 综合(默认)
333
- > - 61: 实时
334
- > - 3: 用户
335
- > - 64: 视频
336
- > - 63: 图片
337
- > - 62: 关注
338
- > - 60: 热门
339
- > - 21: 全网
340
- > - 38: 话题
341
- > - 98: 超话
342
- > - 92: 地点
343
- > - 97: 商品
344
- > ### 返回:
345
- > - 搜索结果列表,包含微博内容、作者信息、图片、视频等
346
- > ### 注意:
347
- > - 搜索结果按相关度排序
348
- > - 仅使用 page 参数进行翻页
349
- >
350
- > # [English]
351
- > ### Purpose:
352
- > - Comprehensive search in Weibo, return related content. Supports multiple search types.
353
- > ### Parameters:
354
- > - query: Search keyword (required)
355
- > - page: Page number, starts from 1 (default 1)
356
- > - search_type: Search type
357
- > - 1: General/All (default)
358
- > - 61: Realtime
359
- > - 3: Users
360
- > - 64: Videos
361
- > - 63: Images
362
- > - 62: Following
363
- > - 60: Hot
364
- > - 21: Whole network
365
- > - 38: Topics
366
- > - 98: Super topics
367
- > - 92: Places/Locations
368
- > - 97: Products/Goods
369
- > ### Return:
370
- > - Search result list, including post content, author info, images, videos, etc.
371
- > ### Note:
372
- > - Search results sorted by relevance
373
- > - Only use page parameter for pagination
374
- >
375
- > # [示例/Example]
376
- > query = "NVIDIA"
377
- > page = 1
378
- > search_type = 1 # General search
379
- > # search_type = 3 # Search users
380
- > # search_type = 64 # Search videos
381
-
382
- #### Parameters
383
-
384
- | Field | In | Type | Required | Description | Default | Example | Enum |
385
- | --- | --- | --- | --- | --- | --- | --- | --- |
386
- | query | query | string | Yes | 搜索关键词 | None | NVIDIA | None |
387
- | page | query | integer | No | 页码 | 1 | 1 | None |
388
- | search_type | query | integer | No | 搜索类型: 1=综合, 61=实时, 3=用户, 64=视频, 63=图片, 62=关注, 60=热门, 21=全网, 38=话题, 98=超话, 92=地点, 97=商品 | 1 | 1 | None |
389
-
390
- #### Request Body
391
-
392
- None
393
-
394
- #### Success Response
395
-
396
- ##### `200 application/json`
397
-
398
- - Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
399
-
400
- | Field | Type | Required | Description | Default | Example | Enum |
401
- | --- | --- | --- | --- | --- | --- | --- |
402
- | code | integer | No | HTTP status code \| HTTP状态码 | 200 | None | None |
403
- | request_id | string | No | Unique request identifier \| 唯一请求标识符 | None | None | None |
404
- | message | string | No | Response message (EN-US) \| 响应消息 (English) | Request successful. This request will incur a charge. | None | None |
405
- | message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) | 请求成功,本次请求将被计费。 | None | None |
406
- | support | string | No | Support message \| 支持消息 | Discord: https://discord.gg/aMEAS8Xsvz | None | None |
407
- | time | string | No | The time the response was generated \| 生成响应的时间 | None | None | None |
408
- | time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 | None | None | None |
409
- | time_zone | string | No | The timezone of the response time \| 响应时间的时区 | America/Los_Angeles | None | None |
410
- | docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 | None | None | None |
411
- | cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) | This request will be cached. You can access the cached result directly using th… | None | None |
412
- | cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) | 本次请求将被缓存,你可以使用下面的 URL 直接访问缓存结果,有效期为 24 小时,访问缓存不会产生额外费用。 | None | None |
413
- | cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL | None | None | None |
414
- | router | string | No | The endpoint that generated this response \| 生成此响应的端点 | None | None | None |
415
- | params | dynamic object | No | The parameters used in the request \| 请求中使用的参数 | None | None | None |
416
- | data | null | No | The response data \| 响应数据 | None | None | None |
417
-
418
- <a id="get-api-u1-v1-weibo-app-fetch-status-comments"></a>
419
- ### `GET /api/u1/v1/weibo/app/fetch_status_comments`
420
-
421
- - Summary: 获取微博评论/Get post comments
422
- - Capabilities: comments
423
- - Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
424
- - operationId: `fetch_status_comments_api_v1_weibo_app_fetch_status_comments_get`
425
-
426
- #### Notes
427
-
428
- > # [中文]
429
- > ### 用途:
430
- > - 获取指定微博的一级评论列表(也适用于视频评论)。
431
- > ### 参数:
432
- > - status_id: 微博ID或视频ID(必填)
433
- > - max_id: 翻页游标,首次请求不传,后续请求使用返回的max_id值
434
- > - sort_type: 评论排序类型
435
- > - 0: 按热度排序(默认)
436
- > - 1: 按时间排序
437
- > ### 返回:
438
- > - 评论列表数据,包含评论内容、评论者信息、点赞数等
439
- > - 包含 max_id 字段用于翻页
440
- > ### 注意:
441
- > - 每次返回约20条评论
442
- > - 当没有更多评论时,max_id 为空或相同
443
- >
444
- > # [English]
445
- > ### Purpose:
446
- > - Get the first-level comment list of specified post (also works for video comments).
447
- > ### Parameters:
448
- > - status_id: Post ID or Video ID (required)
449
- > - max_id: Pagination cursor, don't pass for first request, use returned max_id for subsequent requests
450
- > - sort_type: Comment sort type
451
- > - 0: Sort by popularity (default)
452
- > - 1: Sort by time
453
- > ### Return:
454
- > - Comment list data, including comment content, commenter info, likes count, etc.
455
- > - Contains max_id field for pagination
456
- > ### Note:
457
- > - About 20 comments per page
458
- > - When no more comments, max_id is empty or same
459
- >
460
- > # [示例/Example]
461
- > status_id = "5258708168476831"
462
- > max_id = None # First page
463
- > sort_type = "0" # Sort by popularity
464
-
465
- #### Parameters
466
-
467
- | Field | In | Type | Required | Description | Default | Example | Enum |
468
- | --- | --- | --- | --- | --- | --- | --- | --- |
469
- | status_id | query | string | Yes | 微博ID | None | 5258708168476831 | None |
470
- | max_id | query | string | No | 翻页游标 | None | None | None |
471
- | sort_type | query | string | No | 排序类型: 0=按热度排序, 1=按时间排序 | 0 | 0 | None |
472
-
473
- #### Request Body
474
-
475
- None
476
-
477
- #### Success Response
478
-
479
- ##### `200 application/json`
480
-
481
- - Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
482
-
483
- | Field | Type | Required | Description | Default | Example | Enum |
484
- | --- | --- | --- | --- | --- | --- | --- |
485
- | code | integer | No | HTTP status code \| HTTP状态码 | 200 | None | None |
486
- | request_id | string | No | Unique request identifier \| 唯一请求标识符 | None | None | None |
487
- | message | string | No | Response message (EN-US) \| 响应消息 (English) | Request successful. This request will incur a charge. | None | None |
488
- | message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) | 请求成功,本次请求将被计费。 | None | None |
489
- | support | string | No | Support message \| 支持消息 | Discord: https://discord.gg/aMEAS8Xsvz | None | None |
490
- | time | string | No | The time the response was generated \| 生成响应的时间 | None | None | None |
491
- | time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 | None | None | None |
492
- | time_zone | string | No | The timezone of the response time \| 响应时间的时区 | America/Los_Angeles | None | None |
493
- | docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 | None | None | None |
494
- | cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) | This request will be cached. You can access the cached result directly using th… | None | None |
495
- | cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) | 本次请求将被缓存,你可以使用下面的 URL 直接访问缓存结果,有效期为 24 小时,访问缓存不会产生额外费用。 | None | None |
496
- | cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL | None | None | None |
497
- | router | string | No | The endpoint that generated this response \| 生成此响应的端点 | None | None | None |
498
- | params | dynamic object | No | The parameters used in the request \| 请求中使用的参数 | None | None | None |
499
- | data | null | No | The response data \| 响应数据 | None | None | None |
500
-
501
- <a id="get-api-u1-v1-weibo-app-fetch-status-detail"></a>
502
- ### `GET /api/u1/v1/weibo/app/fetch_status_detail`
503
-
504
- - Summary: 获取微博详情/Get post detail
505
- - Capabilities: details
506
- - Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
507
- - operationId: `fetch_status_detail_api_v1_weibo_app_fetch_status_detail_get`
508
-
509
- #### Notes
510
-
511
- > # [中文]
512
- > ### 用途:
513
- > - 获取指定微博的详细信息。
514
- > ### 参数:
515
- > - status_id: 微博ID(必填)
516
- > ### 返回:
517
- > - 微博详细数据,包含完整文本、图片、视频、点赞数、评论数、转发数等
518
- > ### 注意:
519
- > - 如果微博已被删除或设置为私密,可能无法获取
520
- >
521
- > # [English]
522
- > ### Purpose:
523
- > - Get detailed information of specified post.
524
- > ### Parameters:
525
- > - status_id: Post ID (required)
526
- > ### Return:
527
- > - Post detailed data, including full text, images, videos, likes, comments, reposts count, etc.
528
- > ### Note:
529
- > - May not be available if post has been deleted or set to private
530
- >
531
- > # [示例/Example]
532
- > status_id = "5016922058656962"
533
-
534
- #### Parameters
535
-
536
- | Field | In | Type | Required | Description | Default | Example | Enum |
537
- | --- | --- | --- | --- | --- | --- | --- | --- |
538
- | status_id | query | string | Yes | 微博ID | None | 5016922058656962 | None |
539
-
540
- #### Request Body
541
-
542
- None
543
-
544
- #### Success Response
545
-
546
- ##### `200 application/json`
547
-
548
- - Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
549
-
550
- | Field | Type | Required | Description | Default | Example | Enum |
551
- | --- | --- | --- | --- | --- | --- | --- |
552
- | code | integer | No | HTTP status code \| HTTP状态码 | 200 | None | None |
553
- | request_id | string | No | Unique request identifier \| 唯一请求标识符 | None | None | None |
554
- | message | string | No | Response message (EN-US) \| 响应消息 (English) | Request successful. This request will incur a charge. | None | None |
555
- | message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) | 请求成功,本次请求将被计费。 | None | None |
556
- | support | string | No | Support message \| 支持消息 | Discord: https://discord.gg/aMEAS8Xsvz | None | None |
557
- | time | string | No | The time the response was generated \| 生成响应的时间 | None | None | None |
558
- | time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 | None | None | None |
559
- | time_zone | string | No | The timezone of the response time \| 响应时间的时区 | America/Los_Angeles | None | None |
560
- | docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 | None | None | None |
561
- | cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) | This request will be cached. You can access the cached result directly using th… | None | None |
562
- | cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) | 本次请求将被缓存,你可以使用下面的 URL 直接访问缓存结果,有效期为 24 小时,访问缓存不会产生额外费用。 | None | None |
563
- | cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL | None | None | None |
564
- | router | string | No | The endpoint that generated this response \| 生成此响应的端点 | None | None | None |
565
- | params | dynamic object | No | The parameters used in the request \| 请求中使用的参数 | None | None | None |
566
- | data | null | No | The response data \| 响应数据 | None | None | None |
567
-
568
- <a id="get-api-u1-v1-weibo-app-fetch-status-likes"></a>
569
- ### `GET /api/u1/v1/weibo/app/fetch_status_likes`
570
-
571
- - Summary: 获取微博点赞列表/Get post likes
572
- - Capabilities: general
573
- - Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
574
- - operationId: `fetch_status_likes_api_v1_weibo_app_fetch_status_likes_get`
575
-
576
- #### Notes
577
-
578
- > # [中文]
579
- > ### 用途:
580
- > - 获取指定微博的点赞列表(也适用于视频点赞)。
581
- > ### 参数:
582
- > - status_id: 微博ID或视频ID(必填)
583
- > - attitude_type: 点赞类型筛选
584
- > - 0: 全部(默认)
585
- > - 1: 点赞
586
- > - 2: 开心
587
- > - 3: 惊讶
588
- > - 4: 伤心
589
- > - 5: 愤怒
590
- > - 6: 打赏
591
- > - 8: 抱抱
592
- > ### 返回:
593
- > - 点赞列表数据,包含点赞者信息、点赞类型等
594
- > ### 注意:
595
- > - 每次返回约50条点赞记录
596
- >
597
- > # [English]
598
- > ### Purpose:
599
- > - Get the like list of specified post (also works for video likes).
600
- > ### Parameters:
601
- > - status_id: Post ID or Video ID (required)
602
- > - attitude_type: Like type filter
603
- > - 0: All (default)
604
- > - 1: Like
605
- > - 2: Happy
606
- > - 3: Surprise
607
- > - 4: Sad
608
- > - 5: Angry
609
- > - 6: Reward
610
- > - 8: Hug
611
- > ### Return:
612
- > - Like list data, including liker info, like type, etc.
613
- > ### Note:
614
- > - About 50 likes per page
615
- >
616
- > # [示例/Example]
617
- > status_id = "5016922058656962"
618
- > attitude_type = "0" # All types
619
-
620
- #### Parameters
621
-
622
- | Field | In | Type | Required | Description | Default | Example | Enum |
623
- | --- | --- | --- | --- | --- | --- | --- | --- |
624
- | status_id | query | string | Yes | 微博ID | None | 5016922058656962 | None |
625
- | attitude_type | query | string | No | 点赞类型: 0=全部, 1=点赞, 2=开心, 3=惊讶, 4=伤心, 5=愤怒, 6=打赏, 8=抱抱 | 0 | 0 | None |
626
-
627
- #### Request Body
628
-
629
- None
630
-
631
- #### Success Response
632
-
633
- ##### `200 application/json`
634
-
635
- - Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
636
-
637
- | Field | Type | Required | Description | Default | Example | Enum |
638
- | --- | --- | --- | --- | --- | --- | --- |
639
- | code | integer | No | HTTP status code \| HTTP状态码 | 200 | None | None |
640
- | request_id | string | No | Unique request identifier \| 唯一请求标识符 | None | None | None |
641
- | message | string | No | Response message (EN-US) \| 响应消息 (English) | Request successful. This request will incur a charge. | None | None |
642
- | message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) | 请求成功,本次请求将被计费。 | None | None |
643
- | support | string | No | Support message \| 支持消息 | Discord: https://discord.gg/aMEAS8Xsvz | None | None |
644
- | time | string | No | The time the response was generated \| 生成响应的时间 | None | None | None |
645
- | time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 | None | None | None |
646
- | time_zone | string | No | The timezone of the response time \| 响应时间的时区 | America/Los_Angeles | None | None |
647
- | docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 | None | None | None |
648
- | cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) | This request will be cached. You can access the cached result directly using th… | None | None |
649
- | cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) | 本次请求将被缓存,你可以使用下面的 URL 直接访问缓存结果,有效期为 24 小时,访问缓存不会产生额外费用。 | None | None |
650
- | cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL | None | None | None |
651
- | router | string | No | The endpoint that generated this response \| 生成此响应的端点 | None | None | None |
652
- | params | dynamic object | No | The parameters used in the request \| 请求中使用的参数 | None | None | None |
653
- | data | null | No | The response data \| 响应数据 | None | None | None |
654
-
655
- <a id="get-api-u1-v1-weibo-app-fetch-status-reposts"></a>
656
- ### `GET /api/u1/v1/weibo/app/fetch_status_reposts`
657
-
658
- - Summary: 获取微博转发列表/Get post reposts
659
- - Capabilities: content details
660
- - Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
661
- - operationId: `fetch_status_reposts_api_v1_weibo_app_fetch_status_reposts_get`
662
-
663
- #### Notes
664
-
665
- > # [中文]
666
- > ### 用途:
667
- > - 获取指定微博的转发列表(也适用于视频转发)。
668
- > ### 参数:
669
- > - status_id: 微博ID或视频ID(必填)
670
- > - max_id: 翻页游标,首次请求不传,后续请求使用返回的max_id值
671
- > ### 返回:
672
- > - 转发列表数据,包含转发内容、转发者信息等
673
- > - 包含 max_id 字段用于翻页
674
- > ### 注意:
675
- > - 每次返回约20条转发
676
- > - 当没有更多转发时,max_id 为空或相同
677
- >
678
- > # [English]
679
- > ### Purpose:
680
- > - Get the repost list of specified post (also works for video reposts).
681
- > ### Parameters:
682
- > - status_id: Post ID or Video ID (required)
683
- > - max_id: Pagination cursor, don't pass for first request, use returned max_id for subsequent requests
684
- > ### Return:
685
- > - Repost list data, including repost content, reposter info, etc.
686
- > - Contains max_id field for pagination
687
- > ### Note:
688
- > - About 20 reposts per page
689
- > - When no more reposts, max_id is empty or same
690
- >
691
- > # [示例/Example]
692
- > status_id = "5016922058656962"
693
- > max_id = None # First page
694
-
695
- #### Parameters
696
-
697
- | Field | In | Type | Required | Description | Default | Example | Enum |
698
- | --- | --- | --- | --- | --- | --- | --- | --- |
699
- | status_id | query | string | Yes | 微博ID | None | 5016922058656962 | None |
700
- | max_id | query | string | No | 翻页游标 | None | None | None |
701
-
702
- #### Request Body
703
-
704
- None
705
-
706
- #### Success Response
707
-
708
- ##### `200 application/json`
709
-
710
- - Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
711
-
712
- | Field | Type | Required | Description | Default | Example | Enum |
713
- | --- | --- | --- | --- | --- | --- | --- |
714
- | code | integer | No | HTTP status code \| HTTP状态码 | 200 | None | None |
715
- | request_id | string | No | Unique request identifier \| 唯一请求标识符 | None | None | None |
716
- | message | string | No | Response message (EN-US) \| 响应消息 (English) | Request successful. This request will incur a charge. | None | None |
717
- | message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) | 请求成功,本次请求将被计费。 | None | None |
718
- | support | string | No | Support message \| 支持消息 | Discord: https://discord.gg/aMEAS8Xsvz | None | None |
719
- | time | string | No | The time the response was generated \| 生成响应的时间 | None | None | None |
720
- | time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 | None | None | None |
721
- | time_zone | string | No | The timezone of the response time \| 响应时间的时区 | America/Los_Angeles | None | None |
722
- | docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 | None | None | None |
723
- | cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) | This request will be cached. You can access the cached result directly using th… | None | None |
724
- | cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) | 本次请求将被缓存,你可以使用下面的 URL 直接访问缓存结果,有效期为 24 小时,访问缓存不会产生额外费用。 | None | None |
725
- | cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL | None | None | None |
726
- | router | string | No | The endpoint that generated this response \| 生成此响应的端点 | None | None | None |
727
- | params | dynamic object | No | The parameters used in the request \| 请求中使用的参数 | None | None | None |
728
- | data | null | No | The response data \| 响应数据 | None | None | None |
729
-
730
- <a id="get-api-u1-v1-weibo-app-fetch-user-album"></a>
731
- ### `GET /api/u1/v1/weibo/app/fetch_user_album`
732
-
733
- - Summary: 获取用户相册/Get user album
734
- - Capabilities: profiles / accounts
735
- - Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
736
- - operationId: `fetch_user_album_api_v1_weibo_app_fetch_user_album_get`
737
-
738
- #### Notes
739
-
740
- > # [中文]
741
- > ### 用途:
742
- > - 获取指定用户的相册内容。
743
- > ### 参数:
744
- > - uid: 用户ID(必填)
745
- > - since_id: 翻页游标,初次请求不传,后续请求使用返回的since_id值
746
- > ### 返回:
747
- > - 用户相册数据,包含图片列表等信息
748
- > ### 注意:
749
- > - 如果用户设置了隐私保护,可能无法获取相册
750
- > - 使用游标翻页(since_id),不使用页码翻页
751
- >
752
- > # [English]
753
- > ### Purpose:
754
- > - Get the album content of specified user.
755
- > ### Parameters:
756
- > - uid: User ID (required)
757
- > - since_id: Pagination cursor, don't pass for first request, use returned since_id for subsequent requests
758
- > ### Return:
759
- > - User album data, including image list, etc.
760
- > ### Note:
761
- > - If user has set privacy protection, album may not be available
762
- > - Uses cursor pagination (since_id), not page numbers
763
- >
764
- > # [示例/Example]
765
- > uid = "7648703289"
766
- > since_id = None # First page
767
- > # since_id = "5012154263666753_4990205358511630|1034:4990204960768042_20240328_-1" # Next page
768
-
769
- #### Parameters
770
-
771
- | Field | In | Type | Required | Description | Default | Example | Enum |
772
- | --- | --- | --- | --- | --- | --- | --- | --- |
773
- | uid | query | string | Yes | 用户ID | None | 7648703289 | None |
774
- | since_id | query | string | No | 翻页游标 | None | None | None |
775
-
776
- #### Request Body
777
-
778
- None
779
-
780
- #### Success Response
781
-
782
- ##### `200 application/json`
783
-
784
- - Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
785
-
786
- | Field | Type | Required | Description | Default | Example | Enum |
787
- | --- | --- | --- | --- | --- | --- | --- |
788
- | code | integer | No | HTTP status code \| HTTP状态码 | 200 | None | None |
789
- | request_id | string | No | Unique request identifier \| 唯一请求标识符 | None | None | None |
790
- | message | string | No | Response message (EN-US) \| 响应消息 (English) | Request successful. This request will incur a charge. | None | None |
791
- | message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) | 请求成功,本次请求将被计费。 | None | None |
792
- | support | string | No | Support message \| 支持消息 | Discord: https://discord.gg/aMEAS8Xsvz | None | None |
793
- | time | string | No | The time the response was generated \| 生成响应的时间 | None | None | None |
794
- | time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 | None | None | None |
795
- | time_zone | string | No | The timezone of the response time \| 响应时间的时区 | America/Los_Angeles | None | None |
796
- | docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 | None | None | None |
797
- | cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) | This request will be cached. You can access the cached result directly using th… | None | None |
798
- | cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) | 本次请求将被缓存,你可以使用下面的 URL 直接访问缓存结果,有效期为 24 小时,访问缓存不会产生额外费用。 | None | None |
799
- | cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL | None | None | None |
800
- | router | string | No | The endpoint that generated this response \| 生成此响应的端点 | None | None | None |
801
- | params | dynamic object | No | The parameters used in the request \| 请求中使用的参数 | None | None | None |
802
- | data | null | No | The response data \| 响应数据 | None | None | None |
803
-
804
- <a id="get-api-u1-v1-weibo-app-fetch-user-articles"></a>
805
- ### `GET /api/u1/v1/weibo/app/fetch_user_articles`
806
-
807
- - Summary: 获取用户文章列表/Get user articles
808
- - Capabilities: profiles / accounts / content details
809
- - Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
810
- - operationId: `fetch_user_articles_api_v1_weibo_app_fetch_user_articles_get`
811
-
812
- #### Notes
813
-
814
- > # [中文]
815
- > ### 用途:
816
- > - 获取指定用户发布的文章列表。
817
- > ### 参数:
818
- > - uid: 用户ID(必填)
819
- > - since_id: 翻页游标,初次请求不传,后续请求使用返回的since_id值
820
- > ### 返回:
821
- > - 用户文章列表数据
822
- > ### 注意:
823
- > - 如果用户没有发布过文章,返回空列表
824
- > - 使用游标翻页(since_id),不使用页码翻页
825
- >
826
- > # [English]
827
- > ### Purpose:
828
- > - Get the article list published by specified user.
829
- > ### Parameters:
830
- > - uid: User ID (required)
831
- > - since_id: Pagination cursor, don't pass for first request, use returned since_id for subsequent requests
832
- > ### Return:
833
- > - User article list data
834
- > ### Note:
835
- > - If user has not published any articles, returns empty list
836
- > - Uses cursor pagination (since_id), not page numbers
837
- >
838
- > # [示例/Example]
839
- > uid = "1725941200"
840
- > since_id = None # First page
841
-
842
- #### Parameters
843
-
844
- | Field | In | Type | Required | Description | Default | Example | Enum |
845
- | --- | --- | --- | --- | --- | --- | --- | --- |
846
- | uid | query | string | Yes | 用户ID | None | 1725941200 | None |
847
- | since_id | query | string | No | 翻页游标 | None | None | None |
848
-
849
- #### Request Body
850
-
851
- None
852
-
853
- #### Success Response
854
-
855
- ##### `200 application/json`
856
-
857
- - Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
858
-
859
- | Field | Type | Required | Description | Default | Example | Enum |
860
- | --- | --- | --- | --- | --- | --- | --- |
861
- | code | integer | No | HTTP status code \| HTTP状态码 | 200 | None | None |
862
- | request_id | string | No | Unique request identifier \| 唯一请求标识符 | None | None | None |
863
- | message | string | No | Response message (EN-US) \| 响应消息 (English) | Request successful. This request will incur a charge. | None | None |
864
- | message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) | 请求成功,本次请求将被计费。 | None | None |
865
- | support | string | No | Support message \| 支持消息 | Discord: https://discord.gg/aMEAS8Xsvz | None | None |
866
- | time | string | No | The time the response was generated \| 生成响应的时间 | None | None | None |
867
- | time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 | None | None | None |
868
- | time_zone | string | No | The timezone of the response time \| 响应时间的时区 | America/Los_Angeles | None | None |
869
- | docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 | None | None | None |
870
- | cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) | This request will be cached. You can access the cached result directly using th… | None | None |
871
- | cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) | 本次请求将被缓存,你可以使用下面的 URL 直接访问缓存结果,有效期为 24 小时,访问缓存不会产生额外费用。 | None | None |
872
- | cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL | None | None | None |
873
- | router | string | No | The endpoint that generated this response \| 生成此响应的端点 | None | None | None |
874
- | params | dynamic object | No | The parameters used in the request \| 请求中使用的参数 | None | None | None |
875
- | data | null | No | The response data \| 响应数据 | None | None | None |
876
-
877
- <a id="get-api-u1-v1-weibo-app-fetch-user-audios"></a>
878
- ### `GET /api/u1/v1/weibo/app/fetch_user_audios`
879
-
880
- - Summary: 获取用户音频列表/Get user audios
881
- - Capabilities: profiles / accounts / audio / media
882
- - Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
883
- - operationId: `fetch_user_audios_api_v1_weibo_app_fetch_user_audios_get`
884
-
885
- #### Notes
886
-
887
- > # [中文]
888
- > ### 用途:
889
- > - 获取指定用户发布的音频列表。
890
- > ### 参数:
891
- > - uid: 用户ID(必填)
892
- > - since_id: 翻页游标,初次请求不传,后续请求使用返回的since_id值
893
- > ### 返回:
894
- > - 用户音频列表数据
895
- > ### 注意:
896
- > - 如果用户没有发布过音频,返回空列表
897
- > - 使用游标翻页(since_id),不使用页码翻页
898
- >
899
- > # [English]
900
- > ### Purpose:
901
- > - Get the audio list published by specified user.
902
- > ### Parameters:
903
- > - uid: User ID (required)
904
- > - since_id: Pagination cursor, don't pass for first request, use returned since_id for subsequent requests
905
- > ### Return:
906
- > - User audio list data
907
- > ### Note:
908
- > - If user has not published any audios, returns empty list
909
- > - Uses cursor pagination (since_id), not page numbers
910
- >
911
- > # [示例/Example]
912
- > uid = "1725941200"
913
- > since_id = None # First page
914
-
915
- #### Parameters
916
-
917
- | Field | In | Type | Required | Description | Default | Example | Enum |
918
- | --- | --- | --- | --- | --- | --- | --- | --- |
919
- | uid | query | string | Yes | 用户ID | None | 1725941200 | None |
920
- | since_id | query | string | No | 翻页游标 | None | None | None |
921
-
922
- #### Request Body
923
-
924
- None
925
-
926
- #### Success Response
927
-
928
- ##### `200 application/json`
929
-
930
- - Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
931
-
932
- | Field | Type | Required | Description | Default | Example | Enum |
933
- | --- | --- | --- | --- | --- | --- | --- |
934
- | code | integer | No | HTTP status code \| HTTP状态码 | 200 | None | None |
935
- | request_id | string | No | Unique request identifier \| 唯一请求标识符 | None | None | None |
936
- | message | string | No | Response message (EN-US) \| 响应消息 (English) | Request successful. This request will incur a charge. | None | None |
937
- | message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) | 请求成功,本次请求将被计费。 | None | None |
938
- | support | string | No | Support message \| 支持消息 | Discord: https://discord.gg/aMEAS8Xsvz | None | None |
939
- | time | string | No | The time the response was generated \| 生成响应的时间 | None | None | None |
940
- | time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 | None | None | None |
941
- | time_zone | string | No | The timezone of the response time \| 响应时间的时区 | America/Los_Angeles | None | None |
942
- | docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 | None | None | None |
943
- | cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) | This request will be cached. You can access the cached result directly using th… | None | None |
944
- | cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) | 本次请求将被缓存,你可以使用下面的 URL 直接访问缓存结果,有效期为 24 小时,访问缓存不会产生额外费用。 | None | None |
945
- | cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL | None | None | None |
946
- | router | string | No | The endpoint that generated this response \| 生成此响应的端点 | None | None | None |
947
- | params | dynamic object | No | The parameters used in the request \| 请求中使用的参数 | None | None | None |
948
- | data | null | No | The response data \| 响应数据 | None | None | None |
949
-
950
- <a id="get-api-u1-v1-weibo-app-fetch-user-info"></a>
951
- ### `GET /api/u1/v1/weibo/app/fetch_user_info`
952
-
953
- - Summary: 获取用户信息/Get user information
954
- - Capabilities: profiles / accounts
955
- - Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
956
- - operationId: `fetch_user_info_api_v1_weibo_app_fetch_user_info_get`
957
-
958
- #### Notes
959
-
960
- > # [中文]
961
- > ### 用途:
962
- > - 获取微博用户的基本信息,包括昵称、头像、简介、关注数、粉丝数等。
963
- > ### 参数:
964
- > - uid: 用户ID(必填)
965
- > ### 返回:
966
- > - 用户基本信息数据
967
- > ### 注意:
968
- > - 如果用户设置了隐私保护,部分信息可能无法获取
969
- >
970
- > # [English]
971
- > ### Purpose:
972
- > - Get basic information of Weibo users, including nickname, avatar, bio, following count, followers count, etc.
973
- > ### Parameters:
974
- > - uid: User ID (required)
975
- > ### Return:
976
- > - User basic information data
977
- > ### Note:
978
- > - Some information may not be available if user has set privacy protection
979
- >
980
- > # [示例/Example]
981
- > uid = "7648703289"
982
-
983
- #### Parameters
984
-
985
- | Field | In | Type | Required | Description | Default | Example | Enum |
986
- | --- | --- | --- | --- | --- | --- | --- | --- |
987
- | uid | query | string | Yes | 用户ID | None | 7648703289 | None |
988
-
989
- #### Request Body
990
-
991
- None
992
-
993
- #### Success Response
994
-
995
- ##### `200 application/json`
996
-
997
- - Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
998
-
999
- | Field | Type | Required | Description | Default | Example | Enum |
1000
- | --- | --- | --- | --- | --- | --- | --- |
1001
- | code | integer | No | HTTP status code \| HTTP状态码 | 200 | None | None |
1002
- | request_id | string | No | Unique request identifier \| 唯一请求标识符 | None | None | None |
1003
- | message | string | No | Response message (EN-US) \| 响应消息 (English) | Request successful. This request will incur a charge. | None | None |
1004
- | message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) | 请求成功,本次请求将被计费。 | None | None |
1005
- | support | string | No | Support message \| 支持消息 | Discord: https://discord.gg/aMEAS8Xsvz | None | None |
1006
- | time | string | No | The time the response was generated \| 生成响应的时间 | None | None | None |
1007
- | time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 | None | None | None |
1008
- | time_zone | string | No | The timezone of the response time \| 响应时间的时区 | America/Los_Angeles | None | None |
1009
- | docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 | None | None | None |
1010
- | cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) | This request will be cached. You can access the cached result directly using th… | None | None |
1011
- | cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) | 本次请求将被缓存,你可以使用下面的 URL 直接访问缓存结果,有效期为 24 小时,访问缓存不会产生额外费用。 | None | None |
1012
- | cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL | None | None | None |
1013
- | router | string | No | The endpoint that generated this response \| 生成此响应的端点 | None | None | None |
1014
- | params | dynamic object | No | The parameters used in the request \| 请求中使用的参数 | None | None | None |
1015
- | data | null | No | The response data \| 响应数据 | None | None | None |
1016
-
1017
- <a id="get-api-u1-v1-weibo-app-fetch-user-info-detail"></a>
1018
- ### `GET /api/u1/v1/weibo/app/fetch_user_info_detail`
1019
-
1020
- - Summary: 获取用户详细信息/Get user detail information
1021
- - Capabilities: profiles / accounts / details
1022
- - Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
1023
- - operationId: `fetch_user_info_detail_api_v1_weibo_app_fetch_user_info_detail_get`
1024
-
1025
- #### Notes
1026
-
1027
- > # [中文]
1028
- > ### 用途:
1029
- > - 获取微博用户的详细信息,比基本信息更加完整,包括认证信息、标签、等级等。
1030
- > ### 参数:
1031
- > - uid: 用户ID(必填)
1032
- > ### 返回:
1033
- > - 用户详细信息数据
1034
- > ### 注意:
1035
- > - 如果用户设置了隐私保护,部分信息可能无法获取
1036
- >
1037
- > # [English]
1038
- > ### Purpose:
1039
- > - Get detailed information of Weibo users, more complete than basic info, including verification info, tags, level, etc.
1040
- > ### Parameters:
1041
- > - uid: User ID (required)
1042
- > ### Return:
1043
- > - User detailed information data
1044
- > ### Note:
1045
- > - Some information may not be available if user has set privacy protection
1046
- >
1047
- > # [示例/Example]
1048
- > uid = "7648703289"
1049
-
1050
- #### Parameters
1051
-
1052
- | Field | In | Type | Required | Description | Default | Example | Enum |
1053
- | --- | --- | --- | --- | --- | --- | --- | --- |
1054
- | uid | query | string | Yes | 用户ID | None | 7648703289 | None |
1055
-
1056
- #### Request Body
1057
-
1058
- None
1059
-
1060
- #### Success Response
1061
-
1062
- ##### `200 application/json`
1063
-
1064
- - Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
1065
-
1066
- | Field | Type | Required | Description | Default | Example | Enum |
1067
- | --- | --- | --- | --- | --- | --- | --- |
1068
- | code | integer | No | HTTP status code \| HTTP状态码 | 200 | None | None |
1069
- | request_id | string | No | Unique request identifier \| 唯一请求标识符 | None | None | None |
1070
- | message | string | No | Response message (EN-US) \| 响应消息 (English) | Request successful. This request will incur a charge. | None | None |
1071
- | message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) | 请求成功,本次请求将被计费。 | None | None |
1072
- | support | string | No | Support message \| 支持消息 | Discord: https://discord.gg/aMEAS8Xsvz | None | None |
1073
- | time | string | No | The time the response was generated \| 生成响应的时间 | None | None | None |
1074
- | time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 | None | None | None |
1075
- | time_zone | string | No | The timezone of the response time \| 响应时间的时区 | America/Los_Angeles | None | None |
1076
- | docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 | None | None | None |
1077
- | cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) | This request will be cached. You can access the cached result directly using th… | None | None |
1078
- | cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) | 本次请求将被缓存,你可以使用下面的 URL 直接访问缓存结果,有效期为 24 小时,访问缓存不会产生额外费用。 | None | None |
1079
- | cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL | None | None | None |
1080
- | router | string | No | The endpoint that generated this response \| 生成此响应的端点 | None | None | None |
1081
- | params | dynamic object | No | The parameters used in the request \| 请求中使用的参数 | None | None | None |
1082
- | data | null | No | The response data \| 响应数据 | None | None | None |
1083
-
1084
- <a id="get-api-u1-v1-weibo-app-fetch-user-profile-feed"></a>
1085
- ### `GET /api/u1/v1/weibo/app/fetch_user_profile_feed`
1086
-
1087
- - Summary: 获取用户主页动态/Get user profile feed
1088
- - Capabilities: profiles / accounts
1089
- - Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
1090
- - operationId: `fetch_user_profile_feed_api_v1_weibo_app_fetch_user_profile_feed_get`
1091
-
1092
- #### Notes
1093
-
1094
- > # [中文]
1095
- > ### 用途:
1096
- > - 获取指定用户主页的动态流。
1097
- > ### 参数:
1098
- > - uid: 用户ID(必填)
1099
- > - since_id: 翻页游标,初次请求不传,后续请求使用返回的since_id值
1100
- > ### 返回:
1101
- > - 用户主页动态数据
1102
- > ### 注意:
1103
- > - 如果用户设置了隐私保护,可能无法获取动态
1104
- > - 使用游标翻页(since_id),不使用页码翻页
1105
- >
1106
- > # [English]
1107
- > ### Purpose:
1108
- > - Get the profile feed of specified user.
1109
- > ### Parameters:
1110
- > - uid: User ID (required)
1111
- > - since_id: Pagination cursor, don't pass for first request, use returned since_id for subsequent requests
1112
- > ### Return:
1113
- > - User profile feed data
1114
- > ### Note:
1115
- > - If user has set privacy protection, feed may not be available
1116
- > - Uses cursor pagination (since_id), not page numbers
1117
- >
1118
- > # [示例/Example]
1119
- > uid = "6580994757"
1120
- > since_id = None # First page
1121
- > # since_id = "2|1769360821762|5258923930289595,,,,,,1768788000,,,,,-1,-1" # Next page
1122
-
1123
- #### Parameters
1124
-
1125
- | Field | In | Type | Required | Description | Default | Example | Enum |
1126
- | --- | --- | --- | --- | --- | --- | --- | --- |
1127
- | uid | query | string | Yes | 用户ID | None | 6580994757 | None |
1128
- | since_id | query | string | No | 翻页游标 | None | None | None |
1129
-
1130
- #### Request Body
1131
-
1132
- None
1133
-
1134
- #### Success Response
1135
-
1136
- ##### `200 application/json`
1137
-
1138
- - Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
1139
-
1140
- | Field | Type | Required | Description | Default | Example | Enum |
1141
- | --- | --- | --- | --- | --- | --- | --- |
1142
- | code | integer | No | HTTP status code \| HTTP状态码 | 200 | None | None |
1143
- | request_id | string | No | Unique request identifier \| 唯一请求标识符 | None | None | None |
1144
- | message | string | No | Response message (EN-US) \| 响应消息 (English) | Request successful. This request will incur a charge. | None | None |
1145
- | message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) | 请求成功,本次请求将被计费。 | None | None |
1146
- | support | string | No | Support message \| 支持消息 | Discord: https://discord.gg/aMEAS8Xsvz | None | None |
1147
- | time | string | No | The time the response was generated \| 生成响应的时间 | None | None | None |
1148
- | time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 | None | None | None |
1149
- | time_zone | string | No | The timezone of the response time \| 响应时间的时区 | America/Los_Angeles | None | None |
1150
- | docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 | None | None | None |
1151
- | cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) | This request will be cached. You can access the cached result directly using th… | None | None |
1152
- | cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) | 本次请求将被缓存,你可以使用下面的 URL 直接访问缓存结果,有效期为 24 小时,访问缓存不会产生额外费用。 | None | None |
1153
- | cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL | None | None | None |
1154
- | router | string | No | The endpoint that generated this response \| 生成此响应的端点 | None | None | None |
1155
- | params | dynamic object | No | The parameters used in the request \| 请求中使用的参数 | None | None | None |
1156
- | data | null | No | The response data \| 响应数据 | None | None | None |
1157
-
1158
- <a id="get-api-u1-v1-weibo-app-fetch-user-super-topics"></a>
1159
- ### `GET /api/u1/v1/weibo/app/fetch_user_super_topics`
1160
-
1161
- - Summary: 获取用户参与的超话列表/Get user super topics
1162
- - Capabilities: profiles / accounts / topics
1163
- - Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
1164
- - operationId: `fetch_user_super_topics_api_v1_weibo_app_fetch_user_super_topics_get`
1165
-
1166
- #### Notes
1167
-
1168
- > # [中文]
1169
- > ### 用途:
1170
- > - 获取指定用户参与的超话列表。
1171
- > ### 参数:
1172
- > - uid: 用户ID(必填)
1173
- > - page: 页码,从1开始(默认1)
1174
- > ### 返回:
1175
- > - 用户参与的超话列表数据
1176
- > ### 注意:
1177
- > - 如果用户设置了隐私保护,可能无法获取超话列表
1178
- >
1179
- > # [English]
1180
- > ### Purpose:
1181
- > - Get the super topics list that user participated in.
1182
- > ### Parameters:
1183
- > - uid: User ID (required)
1184
- > - page: Page number, starts from 1 (default 1)
1185
- > ### Return:
1186
- > - User's super topics list data
1187
- > ### Note:
1188
- > - If user has set privacy protection, super topics list may not be available
1189
- >
1190
- > # [示例/Example]
1191
- > uid = "7648703289"
1192
- > page = 1
1193
-
1194
- #### Parameters
1195
-
1196
- | Field | In | Type | Required | Description | Default | Example | Enum |
1197
- | --- | --- | --- | --- | --- | --- | --- | --- |
1198
- | uid | query | string | Yes | 用户ID | None | 7648703289 | None |
1199
- | page | query | integer | No | 页码 | 1 | 1 | None |
1200
-
1201
- #### Request Body
1202
-
1203
- None
1204
-
1205
- #### Success Response
1206
-
1207
- ##### `200 application/json`
1208
-
1209
- - Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
1210
-
1211
- | Field | Type | Required | Description | Default | Example | Enum |
1212
- | --- | --- | --- | --- | --- | --- | --- |
1213
- | code | integer | No | HTTP status code \| HTTP状态码 | 200 | None | None |
1214
- | request_id | string | No | Unique request identifier \| 唯一请求标识符 | None | None | None |
1215
- | message | string | No | Response message (EN-US) \| 响应消息 (English) | Request successful. This request will incur a charge. | None | None |
1216
- | message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) | 请求成功,本次请求将被计费。 | None | None |
1217
- | support | string | No | Support message \| 支持消息 | Discord: https://discord.gg/aMEAS8Xsvz | None | None |
1218
- | time | string | No | The time the response was generated \| 生成响应的时间 | None | None | None |
1219
- | time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 | None | None | None |
1220
- | time_zone | string | No | The timezone of the response time \| 响应时间的时区 | America/Los_Angeles | None | None |
1221
- | docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 | None | None | None |
1222
- | cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) | This request will be cached. You can access the cached result directly using th… | None | None |
1223
- | cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) | 本次请求将被缓存,你可以使用下面的 URL 直接访问缓存结果,有效期为 24 小时,访问缓存不会产生额外费用。 | None | None |
1224
- | cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL | None | None | None |
1225
- | router | string | No | The endpoint that generated this response \| 生成此响应的端点 | None | None | None |
1226
- | params | dynamic object | No | The parameters used in the request \| 请求中使用的参数 | None | None | None |
1227
- | data | null | No | The response data \| 响应数据 | None | None | None |
1228
-
1229
- <a id="get-api-u1-v1-weibo-app-fetch-user-timeline"></a>
1230
- ### `GET /api/u1/v1/weibo/app/fetch_user_timeline`
1231
-
1232
- - Summary: 获取用户发布的微博/Get user timeline
1233
- - Capabilities: profiles / accounts
1234
- - Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
1235
- - operationId: `fetch_user_timeline_api_v1_weibo_app_fetch_user_timeline_get`
1236
-
1237
- #### Notes
1238
-
1239
- > # [中文]
1240
- > ### 用途:
1241
- > - 获取指定用户发布的微博列表,支持分页和多种内容筛选。
1242
- > ### 参数:
1243
- > - uid: 用户ID(必填)
1244
- > - page: 页码,从1开始(默认1)
1245
- > - filter_type: 筛选类型(默认"all")
1246
- > - all: 全部微博
1247
- > - original: 原创微博
1248
- > - likes: 她/他的赞
1249
- > - video: 视频微博
1250
- > - pic: 图片微博
1251
- > - location: 签到足迹
1252
- > - month: 按时间筛选(需要同时传入month参数)
1253
- > - month: 时间筛选参数,格式YYYYMMDD(仅当filter_type=month时使用)
1254
- > ### 返回:
1255
- > - 微博列表数据,包含微博内容、图片、视频等信息
1256
- > ### 注意:
1257
- > - 如果用户设置了隐私保护,可能无法获取微博列表
1258
- > - 每页返回数量约为20条微博
1259
- > - 使用时间筛选时必须同时指定filter_type=month和month参数
1260
- >
1261
- > # [English]
1262
- > ### Purpose:
1263
- > - Get the list of posts published by specified user, support pagination and multiple content filters.
1264
- > ### Parameters:
1265
- > - uid: User ID (required)
1266
- > - page: Page number, starts from 1 (default 1)
1267
- > - filter_type: Filter type (default "all")
1268
- > - all: All posts
1269
- > - original: Original posts
1270
- > - likes: Liked posts
1271
- > - video: Video posts
1272
- > - pic: Picture posts
1273
- > - location: Location check-in posts
1274
- > - month: Filter by time (must pass month parameter)
1275
- > - month: Time filter parameter, format YYYYMMDD (only used when filter_type=month)
1276
- > ### Return:
1277
- > - Post list data, including post content, images, videos, etc.
1278
- > ### Note:
1279
- > - If user has set privacy protection, post list may not be available
1280
- > - About 20 posts per page
1281
- > - When using time filter, must specify both filter_type=month and month parameter
1282
- >
1283
- > # [示例/Example]
1284
- > uid = "7648703289"
1285
- > page = 1
1286
- > filter_type = "all"
1287
- > # or filter_type = "video" for videos only
1288
- > # or filter_type = "month" with month = "20251010" for time filter
1289
-
1290
- #### Parameters
1291
-
1292
- | Field | In | Type | Required | Description | Default | Example | Enum |
1293
- | --- | --- | --- | --- | --- | --- | --- | --- |
1294
- | uid | query | string | Yes | 用户ID | None | 7648703289 | None |
1295
- | page | query | integer | No | 页码 | 1 | 1 | None |
1296
- | filter_type | query | string | No | 筛选类型 | all | all | None |
1297
- | month | query | string | No | 时间筛选(YYYYMMDD格式) | None | 20251010 | None |
1298
-
1299
- #### Request Body
1300
-
1301
- None
1302
-
1303
- #### Success Response
1304
-
1305
- ##### `200 application/json`
1306
-
1307
- - Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
1308
-
1309
- | Field | Type | Required | Description | Default | Example | Enum |
1310
- | --- | --- | --- | --- | --- | --- | --- |
1311
- | code | integer | No | HTTP status code \| HTTP状态码 | 200 | None | None |
1312
- | request_id | string | No | Unique request identifier \| 唯一请求标识符 | None | None | None |
1313
- | message | string | No | Response message (EN-US) \| 响应消息 (English) | Request successful. This request will incur a charge. | None | None |
1314
- | message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) | 请求成功,本次请求将被计费。 | None | None |
1315
- | support | string | No | Support message \| 支持消息 | Discord: https://discord.gg/aMEAS8Xsvz | None | None |
1316
- | time | string | No | The time the response was generated \| 生成响应的时间 | None | None | None |
1317
- | time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 | None | None | None |
1318
- | time_zone | string | No | The timezone of the response time \| 响应时间的时区 | America/Los_Angeles | None | None |
1319
- | docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 | None | None | None |
1320
- | cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) | This request will be cached. You can access the cached result directly using th… | None | None |
1321
- | cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) | 本次请求将被缓存,你可以使用下面的 URL 直接访问缓存结果,有效期为 24 小时,访问缓存不会产生额外费用。 | None | None |
1322
- | cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL | None | None | None |
1323
- | router | string | No | The endpoint that generated this response \| 生成此响应的端点 | None | None | None |
1324
- | params | dynamic object | No | The parameters used in the request \| 请求中使用的参数 | None | None | None |
1325
- | data | null | No | The response data \| 响应数据 | None | None | None |
1326
-
1327
- <a id="get-api-u1-v1-weibo-app-fetch-user-videos"></a>
1328
- ### `GET /api/u1/v1/weibo/app/fetch_user_videos`
1329
-
1330
- - Summary: 获取用户视频列表/Get user videos
1331
- - Capabilities: profiles / accounts / content details
1332
- - Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
1333
- - operationId: `fetch_user_videos_api_v1_weibo_app_fetch_user_videos_get`
1334
-
1335
- #### Notes
1336
-
1337
- > # [中文]
1338
- > ### 用途:
1339
- > - 获取指定用户发布的视频列表(瀑布流展示)。
1340
- > ### 参数:
1341
- > - uid: 用户ID(必填)
1342
- > - since_id: 翻页游标,初次请求不传,后续请求使用返回的since_id值
1343
- > ### 返回:
1344
- > - 视频列表数据,包含视频标题、封面、播放量等信息
1345
- > - 包含 moreInfo.params.since_id 字段用于翻页
1346
- > ### 注意:
1347
- > - 只返回包含视频的微博
1348
- > - 使用游标翻页(since_id),不使用页码翻页
1349
- >
1350
- > # [English]
1351
- > ### Purpose:
1352
- > - Get the video list published by specified user (waterfall layout).
1353
- > ### Parameters:
1354
- > - uid: User ID (required)
1355
- > - since_id: Pagination cursor, don't pass for first request, use returned since_id for subsequent requests
1356
- > ### Return:
1357
- > - Video list data, including video title, cover, views, etc.
1358
- > - Contains moreInfo.params.since_id field for pagination
1359
- > ### Note:
1360
- > - Only returns posts with videos
1361
- > - Uses cursor pagination (since_id), not page numbers
1362
- >
1363
- > # [示例/Example]
1364
- > # First page
1365
- > uid = "7648703289"
1366
- > since_id = None
1367
- >
1368
- > # Next page (use since_id from previous response)
1369
- > # since_id = "4763250669650541"
1370
-
1371
- #### Parameters
1372
-
1373
- | Field | In | Type | Required | Description | Default | Example | Enum |
1374
- | --- | --- | --- | --- | --- | --- | --- | --- |
1375
- | uid | query | string | Yes | 用户ID | None | 7648703289 | None |
1376
- | since_id | query | string | No | 翻页游标 | None | None | None |
1377
-
1378
- #### Request Body
1379
-
1380
- None
1381
-
1382
- #### Success Response
1383
-
1384
- ##### `200 application/json`
1385
-
1386
- - Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
1387
-
1388
- | Field | Type | Required | Description | Default | Example | Enum |
1389
- | --- | --- | --- | --- | --- | --- | --- |
1390
- | code | integer | No | HTTP status code \| HTTP状态码 | 200 | None | None |
1391
- | request_id | string | No | Unique request identifier \| 唯一请求标识符 | None | None | None |
1392
- | message | string | No | Response message (EN-US) \| 响应消息 (English) | Request successful. This request will incur a charge. | None | None |
1393
- | message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) | 请求成功,本次请求将被计费。 | None | None |
1394
- | support | string | No | Support message \| 支持消息 | Discord: https://discord.gg/aMEAS8Xsvz | None | None |
1395
- | time | string | No | The time the response was generated \| 生成响应的时间 | None | None | None |
1396
- | time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 | None | None | None |
1397
- | time_zone | string | No | The timezone of the response time \| 响应时间的时区 | America/Los_Angeles | None | None |
1398
- | docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 | None | None | None |
1399
- | cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) | This request will be cached. You can access the cached result directly using th… | None | None |
1400
- | cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) | 本次请求将被缓存,你可以使用下面的 URL 直接访问缓存结果,有效期为 24 小时,访问缓存不会产生额外费用。 | None | None |
1401
- | cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL | None | None | None |
1402
- | router | string | No | The endpoint that generated this response \| 生成此响应的端点 | None | None | None |
1403
- | params | dynamic object | No | The parameters used in the request \| 请求中使用的参数 | None | None | None |
1404
- | data | null | No | The response data \| 响应数据 | None | None | None |
1405
-
1406
- <a id="get-api-u1-v1-weibo-app-fetch-video-detail"></a>
1407
- ### `GET /api/u1/v1/weibo/app/fetch_video_detail`
1408
-
1409
- - Summary: 获取视频详情/Get video detail
1410
- - Capabilities: content details / details
1411
- - Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
1412
- - operationId: `fetch_video_detail_api_v1_weibo_app_fetch_video_detail_get`
1413
-
1414
- #### Notes
1415
-
1416
- > # [中文]
1417
- > ### 用途:
1418
- > - 获取单个视频的详细信息,包括视频播放地址。
1419
- > - **重要**: 从微博视频链接(如 https://weibo.com/tv/show/1034:5232127105761312)获取真实视频ID的必需步骤
1420
- > ### 参数:
1421
- > - mid: 视频微博ID或链接中的ID(必填)
1422
- > ### 返回:
1423
- > - 视频详细数据,包含视频播放地址、封面、时长、标题等
1424
- > - **items[0].data.idstr**: 真实的视频微博ID,可用于获取评论等操作
1425
- > ### 注意:
1426
- > - 返回的视频地址可能有时效性
1427
- > - 支持获取高清视频地址
1428
- > - **获取评论前必须先调用此接口**: 链接中的ID不能直接用于获取评论,需要先通过此接口获取 items[0].data.idstr 中的真实ID
1429
- >
1430
- > # [English]
1431
- > ### Purpose:
1432
- > - Get detailed information of single video, including video play URL.
1433
- > - **Important**: Required step to get real video ID from Weibo video link (e.g., https://weibo.com/tv/show/1034:5232127105761312)
1434
- > ### Parameters:
1435
- > - mid: Video post ID or ID from link (required)
1436
- > ### Return:
1437
- > - Video detailed data, including video play URL, cover, duration, title, etc.
1438
- > - **items[0].data.idstr**: Real video post ID, can be used for fetching comments
1439
- > ### Note:
1440
- > - Returned video URL may have expiration time
1441
- > - Support getting HD video URL
1442
- > - **Must call this API before fetching comments**: ID from link cannot be used directly for comments, must get real ID from items[0].data.idstr first
1443
- >
1444
- > # [示例/Example]
1445
- > mid = "5242977759006596"
1446
-
1447
- #### Parameters
1448
-
1449
- | Field | In | Type | Required | Description | Default | Example | Enum |
1450
- | --- | --- | --- | --- | --- | --- | --- | --- |
1451
- | mid | query | string | Yes | 视频微博ID | None | 5242977759006596 | None |
1452
-
1453
- #### Request Body
1454
-
1455
- None
1456
-
1457
- #### Success Response
1458
-
1459
- ##### `200 application/json`
1460
-
1461
- - Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
1462
-
1463
- | Field | Type | Required | Description | Default | Example | Enum |
1464
- | --- | --- | --- | --- | --- | --- | --- |
1465
- | code | integer | No | HTTP status code \| HTTP状态码 | 200 | None | None |
1466
- | request_id | string | No | Unique request identifier \| 唯一请求标识符 | None | None | None |
1467
- | message | string | No | Response message (EN-US) \| 响应消息 (English) | Request successful. This request will incur a charge. | None | None |
1468
- | message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) | 请求成功,本次请求将被计费。 | None | None |
1469
- | support | string | No | Support message \| 支持消息 | Discord: https://discord.gg/aMEAS8Xsvz | None | None |
1470
- | time | string | No | The time the response was generated \| 生成响应的时间 | None | None | None |
1471
- | time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 | None | None | None |
1472
- | time_zone | string | No | The timezone of the response time \| 响应时间的时区 | America/Los_Angeles | None | None |
1473
- | docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 | None | None | None |
1474
- | cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) | This request will be cached. You can access the cached result directly using th… | None | None |
1475
- | cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) | 本次请求将被缓存,你可以使用下面的 URL 直接访问缓存结果,有效期为 24 小时,访问缓存不会产生额外费用。 | None | None |
1476
- | cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL | None | None | None |
1477
- | router | string | No | The endpoint that generated this response \| 生成此响应的端点 | None | None | None |
1478
- | params | dynamic object | No | The parameters used in the request \| 请求中使用的参数 | None | None | None |
1479
- | data | null | No | The response data \| 响应数据 | None | None | None |
1480
-
1481
- <a id="get-api-u1-v1-weibo-app-fetch-video-featured-feed"></a>
1482
- ### `GET /api/u1/v1/weibo/app/fetch_video_featured_feed`
1483
-
1484
- - Summary: 获取短视频精选Feed流/Get video featured feed
1485
- - Capabilities: content details
1486
- - Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
1487
- - operationId: `fetch_video_featured_feed_api_v1_weibo_app_fetch_video_featured_feed_get`
1488
-
1489
- #### Notes
1490
-
1491
- > # [中文]
1492
- > ### 用途:
1493
- > - 获取微博短视频精选页的Feed流。
1494
- > ### 参数:
1495
- > - page: 页码,首页不传或传空,第二页传"2",依次递增
1496
- > ### 返回:
1497
- > - 短视频精选Feed流数据,包含视频列表等
1498
- > ### 注意:
1499
- > - 每页返回约20条视频
1500
- >
1501
- > # [English]
1502
- > ### Purpose:
1503
- > - Get the featured video feed from Weibo video section.
1504
- > ### Parameters:
1505
- > - page: Page number, don't pass for first page, pass "2" for second page, and so on
1506
- > ### Return:
1507
- > - Featured video feed data, including video list, etc.
1508
- > ### Note:
1509
- > - About 20 videos per page
1510
- >
1511
- > # [示例/Example]
1512
- > page = None # First page
1513
- > # page = "2" # Second page
1514
-
1515
- #### Parameters
1516
-
1517
- | Field | In | Type | Required | Description | Default | Example | Enum |
1518
- | --- | --- | --- | --- | --- | --- | --- | --- |
1519
- | page | query | string | No | 页码,首页不传,第二页传2 | None | None | None |
1520
-
1521
- #### Request Body
1522
-
1523
- None
1524
-
1525
- #### Success Response
1526
-
1527
- ##### `200 application/json`
1528
-
1529
- - Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
1530
-
1531
- | Field | Type | Required | Description | Default | Example | Enum |
1532
- | --- | --- | --- | --- | --- | --- | --- |
1533
- | code | integer | No | HTTP status code \| HTTP状态码 | 200 | None | None |
1534
- | request_id | string | No | Unique request identifier \| 唯一请求标识符 | None | None | None |
1535
- | message | string | No | Response message (EN-US) \| 响应消息 (English) | Request successful. This request will incur a charge. | None | None |
1536
- | message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) | 请求成功,本次请求将被计费。 | None | None |
1537
- | support | string | No | Support message \| 支持消息 | Discord: https://discord.gg/aMEAS8Xsvz | None | None |
1538
- | time | string | No | The time the response was generated \| 生成响应的时间 | None | None | None |
1539
- | time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 | None | None | None |
1540
- | time_zone | string | No | The timezone of the response time \| 响应时间的时区 | America/Los_Angeles | None | None |
1541
- | docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 | None | None | None |
1542
- | cache_message | string | No | Cache message (EN-US) \| 缓存消息 (English) | This request will be cached. You can access the cached result directly using th… | None | None |
1543
- | cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) | 本次请求将被缓存,你可以使用下面的 URL 直接访问缓存结果,有效期为 24 小时,访问缓存不会产生额外费用。 | None | None |
1544
- | cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL | None | None | None |
1545
- | router | string | No | The endpoint that generated this response \| 生成此响应的端点 | None | None | None |
1546
- | params | dynamic object | No | The parameters used in the request \| 请求中使用的参数 | None | None | None |
1547
- | data | null | No | The response data \| 响应数据 | None | None | None |