@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,2017 +0,0 @@
1
- # Bilibili-Web-API Full Contract
2
-
3
- - Back to index: [`api-capability-index.md`](../api-capability-index.md)
4
- - Back to route summary: [`api-tags/bilibili-web-api.md`](../api-tags/bilibili-web-api.md)
5
- - Current contract file: `api-contracts/bilibili-web-api.md`
6
- - Source: `https://app.tikomni.com/openapi/tikomni-openapi.full.with-u2.public.latest.json`
7
- - Fetched at: `2026-03-08T06:54:04+00:00`
8
- - Route count: `30`
9
- - Default auth: Header `Authorization` Bearer
10
- - Read this file only when you need precise auth notes, parameter descriptions, defaults, examples, or success-response fields.
11
- - Tag description: **(哔哩哔哩Web数据接口/Bilibili-Web-API data endpoints)**
12
-
13
- ## Route Contracts
14
-
15
- <a id="get-api-u1-v1-bilibili-web-bv-to-aid"></a>
16
- ### `GET /api/u1/v1/bilibili/web/bv_to_aid`
17
-
18
- - Summary: 通过bv号获得视频aid号/Generate aid by bvid
19
- - Capabilities: general
20
- - Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
21
- - operationId: `fetch_one_video_api_v1_bilibili_web_bv_to_aid_get`
22
-
23
- #### Notes
24
-
25
- > # [中文]
26
- > ### 用途:
27
- > - 通过bv号获得视频aid号
28
- > ### 参数:
29
- > - bv_id: 作品id
30
- > ### 返回:
31
- > - 视频aid号
32
- >
33
- > # [English]
34
- > ### Purpose:
35
- > - Generate aid by bvid
36
- > ### Parameters:
37
- > - bv_id: Video id
38
- > ### Return:
39
- > - Video aid
40
- >
41
- > # [示例/Example]
42
- > bv_id = "BV1M1421t7hT"
43
-
44
- #### Parameters
45
-
46
- | Field | In | Type | Required | Description | Default | Example | Enum |
47
- | --- | --- | --- | --- | --- | --- | --- | --- |
48
- | bv_id | query | string | Yes | 作品id/Video id | None | BV1M1421t7hT | None |
49
-
50
- #### Request Body
51
-
52
- None
53
-
54
- #### Success Response
55
-
56
- ##### `200 application/json`
57
-
58
- - Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
59
-
60
- | Field | Type | Required | Description | Default | Example | Enum |
61
- | --- | --- | --- | --- | --- | --- | --- |
62
- | code | integer | No | HTTP status code \| HTTP状态码 | 200 | None | None |
63
- | request_id | string | No | Unique request identifier \| 唯一请求标识符 | None | None | None |
64
- | message | string | No | Response message (EN-US) \| 响应消息 (English) | Request successful. This request will incur a charge. | None | None |
65
- | message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) | 请求成功,本次请求将被计费。 | None | None |
66
- | support | string | No | Support message \| 支持消息 | Discord: https://discord.gg/aMEAS8Xsvz | None | None |
67
- | time | string | No | The time the response was generated \| 生成响应的时间 | None | None | None |
68
- | time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 | None | None | None |
69
- | time_zone | string | No | The timezone of the response time \| 响应时间的时区 | America/Los_Angeles | None | None |
70
- | docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 | None | None | None |
71
- | 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 |
72
- | cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) | 本次请求将被缓存,你可以使用下面的 URL 直接访问缓存结果,有效期为 24 小时,访问缓存不会产生额外费用。 | None | None |
73
- | cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL | None | None | None |
74
- | router | string | No | The endpoint that generated this response \| 生成此响应的端点 | None | None | None |
75
- | params | dynamic object | No | The parameters used in the request \| 请求中使用的参数 | None | None | None |
76
- | data | null | No | The response data \| 响应数据 | None | None | None |
77
-
78
- <a id="get-api-u1-v1-bilibili-web-fetch-all-live-areas"></a>
79
- ### `GET /api/u1/v1/bilibili/web/fetch_all_live_areas`
80
-
81
- - Summary: 获取所有直播分区列表/Get a list of all live areas
82
- - Capabilities: livestream
83
- - Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
84
- - operationId: `fetch_collect_folders_api_v1_bilibili_web_fetch_all_live_areas_get`
85
-
86
- #### Notes
87
-
88
- > # [中文]
89
- > ### 用途:
90
- > - 获取所有直播分区列表
91
- > ### 参数:
92
- > ### 返回:
93
- > - 所有直播分区列表
94
- >
95
- > # [English]
96
- > ### Purpose:
97
- > - Get a list of all live areas
98
- > ### Parameters:
99
- > ### Return:
100
- > - list of all live areas
101
- >
102
- > # [示例/Example]
103
-
104
- #### Parameters
105
-
106
- None
107
-
108
- #### Request Body
109
-
110
- None
111
-
112
- #### Success Response
113
-
114
- ##### `200 application/json`
115
-
116
- - Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
117
-
118
- | Field | Type | Required | Description | Default | Example | Enum |
119
- | --- | --- | --- | --- | --- | --- | --- |
120
- | code | integer | No | HTTP status code \| HTTP状态码 | 200 | None | None |
121
- | request_id | string | No | Unique request identifier \| 唯一请求标识符 | None | None | None |
122
- | message | string | No | Response message (EN-US) \| 响应消息 (English) | Request successful. This request will incur a charge. | None | None |
123
- | message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) | 请求成功,本次请求将被计费。 | None | None |
124
- | support | string | No | Support message \| 支持消息 | Discord: https://discord.gg/aMEAS8Xsvz | None | None |
125
- | time | string | No | The time the response was generated \| 生成响应的时间 | None | None | None |
126
- | time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 | None | None | None |
127
- | time_zone | string | No | The timezone of the response time \| 响应时间的时区 | America/Los_Angeles | None | None |
128
- | docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 | None | None | None |
129
- | 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 |
130
- | cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) | 本次请求将被缓存,你可以使用下面的 URL 直接访问缓存结果,有效期为 24 小时,访问缓存不会产生额外费用。 | None | None |
131
- | cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL | None | None | None |
132
- | router | string | No | The endpoint that generated this response \| 生成此响应的端点 | None | None | None |
133
- | params | dynamic object | No | The parameters used in the request \| 请求中使用的参数 | None | None | None |
134
- | data | null | No | The response data \| 响应数据 | None | None | None |
135
-
136
- <a id="get-api-u1-v1-bilibili-web-fetch-collect-folders"></a>
137
- ### `GET /api/u1/v1/bilibili/web/fetch_collect_folders`
138
-
139
- - Summary: 获取用户所有收藏夹信息/Get user collection folders
140
- - Capabilities: general
141
- - Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
142
- - operationId: `fetch_collect_folders_api_v1_bilibili_web_fetch_collect_folders_get`
143
-
144
- #### Notes
145
-
146
- > # [中文]
147
- > ### 用途:
148
- > - 获取用户收藏作品数据
149
- > ### 参数:
150
- > - uid: 用户UID
151
- > ### 返回:
152
- > - 用户收藏夹信息
153
- >
154
- > # [English]
155
- > ### Purpose:
156
- > - Get user collection folders
157
- > ### Parameters:
158
- > - uid: User UID
159
- > ### Return:
160
- > - user collection folders
161
- >
162
- > # [示例/Example]
163
- > uid = "178360345"
164
-
165
- #### Parameters
166
-
167
- | Field | In | Type | Required | Description | Default | Example | Enum |
168
- | --- | --- | --- | --- | --- | --- | --- | --- |
169
- | uid | query | string | Yes | 用户UID | None | 178360345 | None |
170
-
171
- #### Request Body
172
-
173
- None
174
-
175
- #### Success Response
176
-
177
- ##### `200 application/json`
178
-
179
- - Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
180
-
181
- | Field | Type | Required | Description | Default | Example | Enum |
182
- | --- | --- | --- | --- | --- | --- | --- |
183
- | code | integer | No | HTTP status code \| HTTP状态码 | 200 | None | None |
184
- | request_id | string | No | Unique request identifier \| 唯一请求标识符 | None | None | None |
185
- | message | string | No | Response message (EN-US) \| 响应消息 (English) | Request successful. This request will incur a charge. | None | None |
186
- | message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) | 请求成功,本次请求将被计费。 | None | None |
187
- | support | string | No | Support message \| 支持消息 | Discord: https://discord.gg/aMEAS8Xsvz | None | None |
188
- | time | string | No | The time the response was generated \| 生成响应的时间 | None | None | None |
189
- | time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 | None | None | None |
190
- | time_zone | string | No | The timezone of the response time \| 响应时间的时区 | America/Los_Angeles | None | None |
191
- | docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 | None | None | None |
192
- | 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 |
193
- | cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) | 本次请求将被缓存,你可以使用下面的 URL 直接访问缓存结果,有效期为 24 小时,访问缓存不会产生额外费用。 | None | None |
194
- | cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL | None | None | None |
195
- | router | string | No | The endpoint that generated this response \| 生成此响应的端点 | None | None | None |
196
- | params | dynamic object | No | The parameters used in the request \| 请求中使用的参数 | None | None | None |
197
- | data | null | No | The response data \| 响应数据 | None | None | None |
198
-
199
- <a id="get-api-u1-v1-bilibili-web-fetch-com-popular"></a>
200
- ### `GET /api/u1/v1/bilibili/web/fetch_com_popular`
201
-
202
- - Summary: 获取综合热门视频信息/Get comprehensive popular video information
203
- - Capabilities: general
204
- - Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
205
- - operationId: `fetch_collect_folders_api_v1_bilibili_web_fetch_com_popular_get`
206
-
207
- #### Notes
208
-
209
- > # [中文]
210
- > ### 用途:
211
- > - 获取综合热门视频信息
212
- > ### 参数:
213
- > - pn: 页码
214
- > ### 返回:
215
- > - 综合热门视频信息
216
- >
217
- > # [English]
218
- > ### Purpose:
219
- > - Get comprehensive popular video information
220
- > ### Parameters:
221
- > - pn: Page number
222
- > ### Return:
223
- > - comprehensive popular video information
224
- >
225
- > # [示例/Example]
226
- > pn = 1
227
-
228
- #### Parameters
229
-
230
- | Field | In | Type | Required | Description | Default | Example | Enum |
231
- | --- | --- | --- | --- | --- | --- | --- | --- |
232
- | pn | query | integer | No | 页码/Page number | 1 | None | None |
233
-
234
- #### Request Body
235
-
236
- None
237
-
238
- #### Success Response
239
-
240
- ##### `200 application/json`
241
-
242
- - Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
243
-
244
- | Field | Type | Required | Description | Default | Example | Enum |
245
- | --- | --- | --- | --- | --- | --- | --- |
246
- | code | integer | No | HTTP status code \| HTTP状态码 | 200 | None | None |
247
- | request_id | string | No | Unique request identifier \| 唯一请求标识符 | None | None | None |
248
- | message | string | No | Response message (EN-US) \| 响应消息 (English) | Request successful. This request will incur a charge. | None | None |
249
- | message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) | 请求成功,本次请求将被计费。 | None | None |
250
- | support | string | No | Support message \| 支持消息 | Discord: https://discord.gg/aMEAS8Xsvz | None | None |
251
- | time | string | No | The time the response was generated \| 生成响应的时间 | None | None | None |
252
- | time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 | None | None | None |
253
- | time_zone | string | No | The timezone of the response time \| 响应时间的时区 | America/Los_Angeles | None | None |
254
- | docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 | None | None | None |
255
- | 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 |
256
- | cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) | 本次请求将被缓存,你可以使用下面的 URL 直接访问缓存结果,有效期为 24 小时,访问缓存不会产生额外费用。 | None | None |
257
- | cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL | None | None | None |
258
- | router | string | No | The endpoint that generated this response \| 生成此响应的端点 | None | None | None |
259
- | params | dynamic object | No | The parameters used in the request \| 请求中使用的参数 | None | None | None |
260
- | data | null | No | The response data \| 响应数据 | None | None | None |
261
-
262
- <a id="get-api-u1-v1-bilibili-web-fetch-comment-reply"></a>
263
- ### `GET /api/u1/v1/bilibili/web/fetch_comment_reply`
264
-
265
- - Summary: 获取视频下指定评论的回复/Get reply to the specified comment
266
- - Capabilities: comments / comment replies
267
- - Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
268
- - operationId: `fetch_collect_folders_api_v1_bilibili_web_fetch_comment_reply_get`
269
-
270
- #### Notes
271
-
272
- > # [中文]
273
- > ### 用途:
274
- > - 获取视频下指定评论的回复
275
- > ### 参数:
276
- > - bv_id: 作品id
277
- > - pn: 页码
278
- > - rpid: 回复id
279
- > ### 返回:
280
- > - 指定评论的回复数据
281
- >
282
- > # [English]
283
- > ### Purpose:
284
- > - Get reply to the specified comment
285
- > ### Parameters:
286
- > - bv_id: Video id
287
- > - pn: Page number
288
- > - rpid: Reply id
289
- > ### Return:
290
- > - Reply of the specified comment
291
- >
292
- > # [示例/Example]
293
- > bv_id = "BV1M1421t7hT"
294
- > pn = 1
295
- > rpid = "237109455120"
296
-
297
- #### Parameters
298
-
299
- | Field | In | Type | Required | Description | Default | Example | Enum |
300
- | --- | --- | --- | --- | --- | --- | --- | --- |
301
- | bv_id | query | string | Yes | 作品id/Video id | None | BV1M1421t7hT | None |
302
- | pn | query | integer | No | 页码/Page number | 1 | None | None |
303
- | rpid | query | string | Yes | 回复id/Reply id | None | 237109455120 | None |
304
-
305
- #### Request Body
306
-
307
- None
308
-
309
- #### Success Response
310
-
311
- ##### `200 application/json`
312
-
313
- - Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
314
-
315
- | Field | Type | Required | Description | Default | Example | Enum |
316
- | --- | --- | --- | --- | --- | --- | --- |
317
- | code | integer | No | HTTP status code \| HTTP状态码 | 200 | None | None |
318
- | request_id | string | No | Unique request identifier \| 唯一请求标识符 | None | None | None |
319
- | message | string | No | Response message (EN-US) \| 响应消息 (English) | Request successful. This request will incur a charge. | None | None |
320
- | message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) | 请求成功,本次请求将被计费。 | None | None |
321
- | support | string | No | Support message \| 支持消息 | Discord: https://discord.gg/aMEAS8Xsvz | None | None |
322
- | time | string | No | The time the response was generated \| 生成响应的时间 | None | None | None |
323
- | time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 | None | None | None |
324
- | time_zone | string | No | The timezone of the response time \| 响应时间的时区 | America/Los_Angeles | None | None |
325
- | docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 | None | None | None |
326
- | 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 |
327
- | cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) | 本次请求将被缓存,你可以使用下面的 URL 直接访问缓存结果,有效期为 24 小时,访问缓存不会产生额外费用。 | None | None |
328
- | cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL | None | None | None |
329
- | router | string | No | The endpoint that generated this response \| 生成此响应的端点 | None | None | None |
330
- | params | dynamic object | No | The parameters used in the request \| 请求中使用的参数 | None | None | None |
331
- | data | null | No | The response data \| 响应数据 | None | None | None |
332
-
333
- <a id="get-api-u1-v1-bilibili-web-fetch-dynamic-detail"></a>
334
- ### `GET /api/u1/v1/bilibili/web/fetch_dynamic_detail`
335
-
336
- - Summary: 获取动态详情/Get dynamic detail
337
- - Capabilities: details
338
- - Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
339
- - operationId: `fetch_dynamic_detail_api_v1_bilibili_web_fetch_dynamic_detail_get`
340
-
341
- #### Notes
342
-
343
- > # [中文]
344
- > ### 用途:
345
- > - 获取指定动态的详情信息(v1接口)
346
- > ### 参数:
347
- > - dynamic_id: 动态id
348
- > ### 返回:
349
- > - 动态详情数据
350
- >
351
- > # [English]
352
- > ### Purpose:
353
- > - Get detail information of specified dynamic (v1 API)
354
- > ### Parameters:
355
- > - dynamic_id: Dynamic id
356
- > ### Return:
357
- > - Dynamic detail data
358
- >
359
- > # [示例/Example]
360
- > dynamic_id = "1172584638000922630"
361
-
362
- #### Parameters
363
-
364
- | Field | In | Type | Required | Description | Default | Example | Enum |
365
- | --- | --- | --- | --- | --- | --- | --- | --- |
366
- | dynamic_id | query | string | Yes | 动态id/Dynamic id | None | 1172584638000922630 | None |
367
-
368
- #### Request Body
369
-
370
- None
371
-
372
- #### Success Response
373
-
374
- ##### `200 application/json`
375
-
376
- - Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
377
-
378
- | Field | Type | Required | Description | Default | Example | Enum |
379
- | --- | --- | --- | --- | --- | --- | --- |
380
- | code | integer | No | HTTP status code \| HTTP状态码 | 200 | None | None |
381
- | request_id | string | No | Unique request identifier \| 唯一请求标识符 | None | None | None |
382
- | message | string | No | Response message (EN-US) \| 响应消息 (English) | Request successful. This request will incur a charge. | None | None |
383
- | message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) | 请求成功,本次请求将被计费。 | None | None |
384
- | support | string | No | Support message \| 支持消息 | Discord: https://discord.gg/aMEAS8Xsvz | None | None |
385
- | time | string | No | The time the response was generated \| 生成响应的时间 | None | None | None |
386
- | time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 | None | None | None |
387
- | time_zone | string | No | The timezone of the response time \| 响应时间的时区 | America/Los_Angeles | None | None |
388
- | docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 | None | None | None |
389
- | 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 |
390
- | cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) | 本次请求将被缓存,你可以使用下面的 URL 直接访问缓存结果,有效期为 24 小时,访问缓存不会产生额外费用。 | None | None |
391
- | cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL | None | None | None |
392
- | router | string | No | The endpoint that generated this response \| 生成此响应的端点 | None | None | None |
393
- | params | dynamic object | No | The parameters used in the request \| 请求中使用的参数 | None | None | None |
394
- | data | null | No | The response data \| 响应数据 | None | None | None |
395
-
396
- <a id="get-api-u1-v1-bilibili-web-fetch-dynamic-detail-v2"></a>
397
- ### `GET /api/u1/v1/bilibili/web/fetch_dynamic_detail_v2`
398
-
399
- - Summary: 获取动态详情v2/Get dynamic detail v2
400
- - Capabilities: details
401
- - Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
402
- - operationId: `fetch_dynamic_detail_v2_api_v1_bilibili_web_fetch_dynamic_detail_v2_get`
403
-
404
- #### Notes
405
-
406
- > # [中文]
407
- > ### 用途:
408
- > - 获取指定动态的详情信息(v2接口)
409
- > ### 参数:
410
- > - dynamic_id: 动态id
411
- > ### 返回:
412
- > - 动态详情数据
413
- >
414
- > # [English]
415
- > ### Purpose:
416
- > - Get detail information of specified dynamic (v2 API)
417
- > ### Parameters:
418
- > - dynamic_id: Dynamic id
419
- > ### Return:
420
- > - Dynamic detail data
421
- >
422
- > # [示例/Example]
423
- > dynamic_id = "1172584638000922630"
424
-
425
- #### Parameters
426
-
427
- | Field | In | Type | Required | Description | Default | Example | Enum |
428
- | --- | --- | --- | --- | --- | --- | --- | --- |
429
- | dynamic_id | query | string | Yes | 动态id/Dynamic id | None | 1172584638000922630 | None |
430
-
431
- #### Request Body
432
-
433
- None
434
-
435
- #### Success Response
436
-
437
- ##### `200 application/json`
438
-
439
- - Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
440
-
441
- | Field | Type | Required | Description | Default | Example | Enum |
442
- | --- | --- | --- | --- | --- | --- | --- |
443
- | code | integer | No | HTTP status code \| HTTP状态码 | 200 | None | None |
444
- | request_id | string | No | Unique request identifier \| 唯一请求标识符 | None | None | None |
445
- | message | string | No | Response message (EN-US) \| 响应消息 (English) | Request successful. This request will incur a charge. | None | None |
446
- | message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) | 请求成功,本次请求将被计费。 | None | None |
447
- | support | string | No | Support message \| 支持消息 | Discord: https://discord.gg/aMEAS8Xsvz | None | None |
448
- | time | string | No | The time the response was generated \| 生成响应的时间 | None | None | None |
449
- | time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 | None | None | None |
450
- | time_zone | string | No | The timezone of the response time \| 响应时间的时区 | America/Los_Angeles | None | None |
451
- | docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 | None | None | None |
452
- | 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 |
453
- | cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) | 本次请求将被缓存,你可以使用下面的 URL 直接访问缓存结果,有效期为 24 小时,访问缓存不会产生额外费用。 | None | None |
454
- | cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL | None | None | None |
455
- | router | string | No | The endpoint that generated this response \| 生成此响应的端点 | None | None | None |
456
- | params | dynamic object | No | The parameters used in the request \| 请求中使用的参数 | None | None | None |
457
- | data | null | No | The response data \| 响应数据 | None | None | None |
458
-
459
- <a id="get-api-u1-v1-bilibili-web-fetch-general-search"></a>
460
- ### `GET /api/u1/v1/bilibili/web/fetch_general_search`
461
-
462
- - Summary: 获取综合搜索信息/Get general search data
463
- - Capabilities: search
464
- - Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
465
- - operationId: `fetch_general_search_api_v1_bilibili_web_fetch_general_search_get`
466
-
467
- #### Notes
468
-
469
- > # [中文]
470
- > ### 用途:
471
- > - 获取综合搜索信息
472
- > ### 参数:
473
- > - keyword: 搜索关键词
474
- > - order: 排序方式
475
- > - totalrank 综合排序
476
- > - click 最多播放
477
- > - pubdate 最新发布
478
- > - dm 最多弹幕
479
- > - stow 最多收藏
480
- > - page: 页码
481
- > - page_size: 每页数量
482
- > - duration: 时长筛选
483
- > - 0 全部时长
484
- > - 1 10分钟以下
485
- > - 2 10-30分钟
486
- > - 3 30分钟-60分钟
487
- > - 4 60分钟以上
488
- > - pubtime_begin_s: 开始日期,10位时间戳,需要小于结束日期
489
- > - pubtime_end_s: 结束日期,10位时间戳,需要大于开始日期
490
- > ### 返回:
491
- > - 综合搜索信息
492
- >
493
- > # [English]
494
- > ### Purpose:
495
- > - Get general search data
496
- > ### Parameters:
497
- > - keyword: Search keyword
498
- > - order: Order method
499
- > - totalrank Comprehensive sorting
500
- > - click Most played
501
- > - pubdate Latest release
502
- > - dm Most barrage
503
- > - stow Most collection
504
- > - page: Page number
505
- > - page_size: Number per page
506
- > - duration: Duration filter
507
- > - 0 All durations
508
- > - 1 Under 10 minutes
509
- > - 2 10-30 minutes
510
- > - 3 30-60 minutes
511
- > - 4 Over 60 minutes
512
- > - pubtime_begin_s: Start date, 10-digit timestamp, must be less than end date
513
- > - pubtime_end_s: End date, 10-digit timestamp, must be greater than start date
514
- > ### Return:
515
- > - General search data
516
- >
517
- > # [示例/Example]
518
- > keyword = "火影忍者"
519
- > order = "totalrank"
520
- > page = 1
521
- > page_size = 42
522
- > duration = 0
523
- > pubtime_begin_s = 0
524
- > pubtime_end_s = 0
525
-
526
- #### Parameters
527
-
528
- | Field | In | Type | Required | Description | Default | Example | Enum |
529
- | --- | --- | --- | --- | --- | --- | --- | --- |
530
- | keyword | query | string | Yes | 搜索关键词/Search keyword | None | 火影忍者 | None |
531
- | order | query | string | Yes | 排序方式/Order method | None | totalrank | None |
532
- | page | query | integer | Yes | 页码/Page number | None | 1 | None |
533
- | page_size | query | integer | Yes | 每页数量/Number per page | None | 42 | None |
534
- | duration | query | integer | No | 时长筛选/Duration filter | 0 | None | None |
535
- | pubtime_begin_s | query | integer | No | 开始日期/Start date (10-digit timestamp) | 0 | None | None |
536
- | pubtime_end_s | query | integer | No | 结束日期/End date (10-digit timestamp) | 0 | None | None |
537
-
538
- #### Request Body
539
-
540
- None
541
-
542
- #### Success Response
543
-
544
- ##### `200 application/json`
545
-
546
- - Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
547
-
548
- | Field | Type | Required | Description | Default | Example | Enum |
549
- | --- | --- | --- | --- | --- | --- | --- |
550
- | code | integer | No | HTTP status code \| HTTP状态码 | 200 | None | None |
551
- | request_id | string | No | Unique request identifier \| 唯一请求标识符 | None | None | None |
552
- | message | string | No | Response message (EN-US) \| 响应消息 (English) | Request successful. This request will incur a charge. | None | None |
553
- | message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) | 请求成功,本次请求将被计费。 | None | None |
554
- | support | string | No | Support message \| 支持消息 | Discord: https://discord.gg/aMEAS8Xsvz | None | None |
555
- | time | string | No | The time the response was generated \| 生成响应的时间 | None | None | None |
556
- | time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 | None | None | None |
557
- | time_zone | string | No | The timezone of the response time \| 响应时间的时区 | America/Los_Angeles | None | None |
558
- | docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 | None | None | None |
559
- | 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 |
560
- | cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) | 本次请求将被缓存,你可以使用下面的 URL 直接访问缓存结果,有效期为 24 小时,访问缓存不会产生额外费用。 | None | None |
561
- | cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL | None | None | None |
562
- | router | string | No | The endpoint that generated this response \| 生成此响应的端点 | None | None | None |
563
- | params | dynamic object | No | The parameters used in the request \| 请求中使用的参数 | None | None | None |
564
- | data | null | No | The response data \| 响应数据 | None | None | None |
565
-
566
- <a id="get-api-u1-v1-bilibili-web-fetch-get-user-id"></a>
567
- ### `GET /api/u1/v1/bilibili/web/fetch_get_user_id`
568
-
569
- - Summary: 提取用户ID/Extract user ID
570
- - Capabilities: profiles / accounts
571
- - Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
572
- - operationId: `fetch_get_user_id_api_v1_bilibili_web_fetch_get_user_id_get`
573
-
574
- #### Notes
575
-
576
- > # [中文]
577
- > ### 用途:
578
- > - 提取用户ID
579
- > ### 参数:
580
- > - share_link: 用户分享链接
581
- > ### 返回:
582
- > - 用户ID
583
- >
584
- > # [English]
585
- > ### Purpose:
586
- > - Extract user ID
587
- > ### Parameters:
588
- > - share_link: User share link
589
- > ### Return:
590
- > - User ID
591
-
592
- #### Parameters
593
-
594
- | Field | In | Type | Required | Description | Default | Example | Enum |
595
- | --- | --- | --- | --- | --- | --- | --- | --- |
596
- | share_link | query | string | Yes | 用户分享链接/User share link | None | https://b23.tv/1ZuB5NC | None |
597
-
598
- #### Request Body
599
-
600
- None
601
-
602
- #### Success Response
603
-
604
- ##### `200 application/json`
605
-
606
- - Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
607
-
608
- | Field | Type | Required | Description | Default | Example | Enum |
609
- | --- | --- | --- | --- | --- | --- | --- |
610
- | code | integer | No | HTTP status code \| HTTP状态码 | 200 | None | None |
611
- | request_id | string | No | Unique request identifier \| 唯一请求标识符 | None | None | None |
612
- | message | string | No | Response message (EN-US) \| 响应消息 (English) | Request successful. This request will incur a charge. | None | None |
613
- | message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) | 请求成功,本次请求将被计费。 | None | None |
614
- | support | string | No | Support message \| 支持消息 | Discord: https://discord.gg/aMEAS8Xsvz | None | None |
615
- | time | string | No | The time the response was generated \| 生成响应的时间 | None | None | None |
616
- | time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 | None | None | None |
617
- | time_zone | string | No | The timezone of the response time \| 响应时间的时区 | America/Los_Angeles | None | None |
618
- | docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 | None | None | None |
619
- | 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 |
620
- | cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) | 本次请求将被缓存,你可以使用下面的 URL 直接访问缓存结果,有效期为 24 小时,访问缓存不会产生额外费用。 | None | None |
621
- | cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL | None | None | None |
622
- | router | string | No | The endpoint that generated this response \| 生成此响应的端点 | None | None | None |
623
- | params | dynamic object | No | The parameters used in the request \| 请求中使用的参数 | None | None | None |
624
- | data | null | No | The response data \| 响应数据 | None | None | None |
625
-
626
- <a id="get-api-u1-v1-bilibili-web-fetch-hot-search"></a>
627
- ### `GET /api/u1/v1/bilibili/web/fetch_hot_search`
628
-
629
- - Summary: 获取热门搜索信息/Get hot search data
630
- - Capabilities: search / trends / rankings
631
- - Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
632
- - operationId: `fetch_hot_search_api_v1_bilibili_web_fetch_hot_search_get`
633
-
634
- #### Notes
635
-
636
- > # [中文]
637
- > ### 用途:
638
- > - 获取热门搜索信息
639
- > ### 参数:
640
- > - limit: 返回数量
641
- > ### 返回:
642
- > - 热门搜索信息
643
- > ### 说明:
644
- > - limit默认为10,上限为50
645
- >
646
- > # [English]
647
- > ### Purpose:
648
- > - Get hot search data
649
- > ### Parameters:
650
- > - limit: Return number
651
- > ### Return:
652
- > - Hot search data
653
- > ### Note:
654
- > - limit default is 10, maximum is 50
655
- >
656
- > # [示例/Example]
657
- > limit = 10
658
-
659
- #### Parameters
660
-
661
- | Field | In | Type | Required | Description | Default | Example | Enum |
662
- | --- | --- | --- | --- | --- | --- | --- | --- |
663
- | limit | query | dynamic object | Yes | 返回数量/Return number | None | 10 | None |
664
-
665
- #### Request Body
666
-
667
- None
668
-
669
- #### Success Response
670
-
671
- ##### `200 application/json`
672
-
673
- - Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
674
-
675
- | Field | Type | Required | Description | Default | Example | Enum |
676
- | --- | --- | --- | --- | --- | --- | --- |
677
- | code | integer | No | HTTP status code \| HTTP状态码 | 200 | None | None |
678
- | request_id | string | No | Unique request identifier \| 唯一请求标识符 | None | None | None |
679
- | message | string | No | Response message (EN-US) \| 响应消息 (English) | Request successful. This request will incur a charge. | None | None |
680
- | message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) | 请求成功,本次请求将被计费。 | None | None |
681
- | support | string | No | Support message \| 支持消息 | Discord: https://discord.gg/aMEAS8Xsvz | None | None |
682
- | time | string | No | The time the response was generated \| 生成响应的时间 | None | None | None |
683
- | time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 | None | None | None |
684
- | time_zone | string | No | The timezone of the response time \| 响应时间的时区 | America/Los_Angeles | None | None |
685
- | docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 | None | None | None |
686
- | 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 |
687
- | cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) | 本次请求将被缓存,你可以使用下面的 URL 直接访问缓存结果,有效期为 24 小时,访问缓存不会产生额外费用。 | None | None |
688
- | cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL | None | None | None |
689
- | router | string | No | The endpoint that generated this response \| 生成此响应的端点 | None | None | None |
690
- | params | dynamic object | No | The parameters used in the request \| 请求中使用的参数 | None | None | None |
691
- | data | null | No | The response data \| 响应数据 | None | None | None |
692
-
693
- <a id="get-api-u1-v1-bilibili-web-fetch-live-room-detail"></a>
694
- ### `GET /api/u1/v1/bilibili/web/fetch_live_room_detail`
695
-
696
- - Summary: 获取指定直播间信息/Get information of specified live room
697
- - Capabilities: details / livestream
698
- - Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
699
- - operationId: `fetch_collect_folders_api_v1_bilibili_web_fetch_live_room_detail_get`
700
-
701
- #### Notes
702
-
703
- > # [中文]
704
- > ### 用途:
705
- > - 获取指定直播间信息
706
- > ### 参数:
707
- > - room_id: 直播间ID
708
- > ### 返回:
709
- > - 指定直播间信息
710
- >
711
- > # [English]
712
- > ### Purpose:
713
- > - Get information of specified live room
714
- > ### Parameters:
715
- > - room_id: Live room ID
716
- > ### Return:
717
- > - information of specified live room
718
- >
719
- > # [示例/Example]
720
- > room_id = "22816111"
721
-
722
- #### Parameters
723
-
724
- | Field | In | Type | Required | Description | Default | Example | Enum |
725
- | --- | --- | --- | --- | --- | --- | --- | --- |
726
- | room_id | query | string | Yes | 直播间ID/Live room ID | None | 22816111 | None |
727
-
728
- #### Request Body
729
-
730
- None
731
-
732
- #### Success Response
733
-
734
- ##### `200 application/json`
735
-
736
- - Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
737
-
738
- | Field | Type | Required | Description | Default | Example | Enum |
739
- | --- | --- | --- | --- | --- | --- | --- |
740
- | code | integer | No | HTTP status code \| HTTP状态码 | 200 | None | None |
741
- | request_id | string | No | Unique request identifier \| 唯一请求标识符 | None | None | None |
742
- | message | string | No | Response message (EN-US) \| 响应消息 (English) | Request successful. This request will incur a charge. | None | None |
743
- | message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) | 请求成功,本次请求将被计费。 | None | None |
744
- | support | string | No | Support message \| 支持消息 | Discord: https://discord.gg/aMEAS8Xsvz | None | None |
745
- | time | string | No | The time the response was generated \| 生成响应的时间 | None | None | None |
746
- | time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 | None | None | None |
747
- | time_zone | string | No | The timezone of the response time \| 响应时间的时区 | America/Los_Angeles | None | None |
748
- | docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 | None | None | None |
749
- | 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 |
750
- | cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) | 本次请求将被缓存,你可以使用下面的 URL 直接访问缓存结果,有效期为 24 小时,访问缓存不会产生额外费用。 | None | None |
751
- | cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL | None | None | None |
752
- | router | string | No | The endpoint that generated this response \| 生成此响应的端点 | None | None | None |
753
- | params | dynamic object | No | The parameters used in the request \| 请求中使用的参数 | None | None | None |
754
- | data | null | No | The response data \| 响应数据 | None | None | None |
755
-
756
- <a id="get-api-u1-v1-bilibili-web-fetch-live-streamers"></a>
757
- ### `GET /api/u1/v1/bilibili/web/fetch_live_streamers`
758
-
759
- - Summary: 获取指定分区正在直播的主播/Get live streamers of specified live area
760
- - Capabilities: livestream
761
- - Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
762
- - operationId: `fetch_collect_folders_api_v1_bilibili_web_fetch_live_streamers_get`
763
-
764
- #### Notes
765
-
766
- > # [中文]
767
- > ### 用途:
768
- > - 获取指定分区正在直播的主播
769
- > ### 参数:
770
- > - area_id: 直播分区id
771
- > - pn: 页码
772
- > ### 返回:
773
- > - 指定分区正在直播的主播
774
- >
775
- > # [English]
776
- > ### Purpose:
777
- > - Get live streamers of specified live area
778
- > ### Parameters:
779
- > - area_id: Live area ID
780
- > - pn: Page number
781
- > ### Return:
782
- > - live streamers of specified live area
783
- >
784
- > # [示例/Example]
785
- > area_id = "9"
786
- > pn = 1
787
-
788
- #### Parameters
789
-
790
- | Field | In | Type | Required | Description | Default | Example | Enum |
791
- | --- | --- | --- | --- | --- | --- | --- | --- |
792
- | area_id | query | string | Yes | 直播分区id/Live area ID | None | 9 | None |
793
- | pn | query | integer | No | 页码/Page number | 1 | None | None |
794
-
795
- #### Request Body
796
-
797
- None
798
-
799
- #### Success Response
800
-
801
- ##### `200 application/json`
802
-
803
- - Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
804
-
805
- | Field | Type | Required | Description | Default | Example | Enum |
806
- | --- | --- | --- | --- | --- | --- | --- |
807
- | code | integer | No | HTTP status code \| HTTP状态码 | 200 | None | None |
808
- | request_id | string | No | Unique request identifier \| 唯一请求标识符 | None | None | None |
809
- | message | string | No | Response message (EN-US) \| 响应消息 (English) | Request successful. This request will incur a charge. | None | None |
810
- | message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) | 请求成功,本次请求将被计费。 | None | None |
811
- | support | string | No | Support message \| 支持消息 | Discord: https://discord.gg/aMEAS8Xsvz | None | None |
812
- | time | string | No | The time the response was generated \| 生成响应的时间 | None | None | None |
813
- | time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 | None | None | None |
814
- | time_zone | string | No | The timezone of the response time \| 响应时间的时区 | America/Los_Angeles | None | None |
815
- | docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 | None | None | None |
816
- | 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 |
817
- | cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) | 本次请求将被缓存,你可以使用下面的 URL 直接访问缓存结果,有效期为 24 小时,访问缓存不会产生额外费用。 | None | None |
818
- | cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL | None | None | None |
819
- | router | string | No | The endpoint that generated this response \| 生成此响应的端点 | None | None | None |
820
- | params | dynamic object | No | The parameters used in the request \| 请求中使用的参数 | None | None | None |
821
- | data | null | No | The response data \| 响应数据 | None | None | None |
822
-
823
- <a id="get-api-u1-v1-bilibili-web-fetch-live-videos"></a>
824
- ### `GET /api/u1/v1/bilibili/web/fetch_live_videos`
825
-
826
- - Summary: 获取直播间视频流/Get live video data of specified room
827
- - Capabilities: content details / livestream
828
- - Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
829
- - operationId: `fetch_collect_folders_api_v1_bilibili_web_fetch_live_videos_get`
830
-
831
- #### Notes
832
-
833
- > # [中文]
834
- > ### 用途:
835
- > - 获取指定直播间视频流
836
- > ### 参数:
837
- > - room_id: 直播间ID
838
- > ### 返回:
839
- > - 指定直播间视频流
840
- >
841
- > # [English]
842
- > ### Purpose:
843
- > - Get live video data of specified room
844
- > ### Parameters:
845
- > - room_id: Live room ID
846
- > ### Return:
847
- > - live video data of specified room
848
- >
849
- > # [示例/Example]
850
- > room_id = "1815229528"
851
-
852
- #### Parameters
853
-
854
- | Field | In | Type | Required | Description | Default | Example | Enum |
855
- | --- | --- | --- | --- | --- | --- | --- | --- |
856
- | room_id | query | string | Yes | 直播间ID/Live room ID | None | 1815229528 | None |
857
-
858
- #### Request Body
859
-
860
- None
861
-
862
- #### Success Response
863
-
864
- ##### `200 application/json`
865
-
866
- - Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
867
-
868
- | Field | Type | Required | Description | Default | Example | Enum |
869
- | --- | --- | --- | --- | --- | --- | --- |
870
- | code | integer | No | HTTP status code \| HTTP状态码 | 200 | None | None |
871
- | request_id | string | No | Unique request identifier \| 唯一请求标识符 | None | None | None |
872
- | message | string | No | Response message (EN-US) \| 响应消息 (English) | Request successful. This request will incur a charge. | None | None |
873
- | message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) | 请求成功,本次请求将被计费。 | None | None |
874
- | support | string | No | Support message \| 支持消息 | Discord: https://discord.gg/aMEAS8Xsvz | None | None |
875
- | time | string | No | The time the response was generated \| 生成响应的时间 | None | None | None |
876
- | time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 | None | None | None |
877
- | time_zone | string | No | The timezone of the response time \| 响应时间的时区 | America/Los_Angeles | None | None |
878
- | docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 | None | None | None |
879
- | 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 |
880
- | cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) | 本次请求将被缓存,你可以使用下面的 URL 直接访问缓存结果,有效期为 24 小时,访问缓存不会产生额外费用。 | None | None |
881
- | cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL | None | None | None |
882
- | router | string | No | The endpoint that generated this response \| 生成此响应的端点 | None | None | None |
883
- | params | dynamic object | No | The parameters used in the request \| 请求中使用的参数 | None | None | None |
884
- | data | null | No | The response data \| 响应数据 | None | None | None |
885
-
886
- <a id="get-api-u1-v1-bilibili-web-fetch-one-video"></a>
887
- ### `GET /api/u1/v1/bilibili/web/fetch_one_video`
888
-
889
- - Summary: 获取单个视频详情信息/Get single video data
890
- - Capabilities: content details
891
- - Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
892
- - operationId: `fetch_one_video_api_v1_bilibili_web_fetch_one_video_get`
893
-
894
- #### Notes
895
-
896
- > # [中文]
897
- > ### 用途:
898
- > - 获取单个视频详情信息
899
- > ### 参数:
900
- > - bv_id: 作品id
901
- > ### 返回:
902
- > - 视频详情信息
903
- >
904
- > # [English]
905
- > ### Purpose:
906
- > - Get single video data
907
- > ### Parameters:
908
- > - bv_id: Video id
909
- > ### Return:
910
- > - Video data
911
- >
912
- > # [示例/Example]
913
- > bv_id = "BV1M1421t7hT"
914
-
915
- #### Parameters
916
-
917
- | Field | In | Type | Required | Description | Default | Example | Enum |
918
- | --- | --- | --- | --- | --- | --- | --- | --- |
919
- | bv_id | query | string | Yes | 作品id/Video id | None | BV1M1421t7hT | None |
920
-
921
- #### Request Body
922
-
923
- None
924
-
925
- #### Success Response
926
-
927
- ##### `200 application/json`
928
-
929
- - Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
930
-
931
- | Field | Type | Required | Description | Default | Example | Enum |
932
- | --- | --- | --- | --- | --- | --- | --- |
933
- | code | integer | No | HTTP status code \| HTTP状态码 | 200 | None | None |
934
- | request_id | string | No | Unique request identifier \| 唯一请求标识符 | None | None | None |
935
- | message | string | No | Response message (EN-US) \| 响应消息 (English) | Request successful. This request will incur a charge. | None | None |
936
- | message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) | 请求成功,本次请求将被计费。 | None | None |
937
- | support | string | No | Support message \| 支持消息 | Discord: https://discord.gg/aMEAS8Xsvz | None | None |
938
- | time | string | No | The time the response was generated \| 生成响应的时间 | None | None | None |
939
- | time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 | None | None | None |
940
- | time_zone | string | No | The timezone of the response time \| 响应时间的时区 | America/Los_Angeles | None | None |
941
- | docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 | None | None | None |
942
- | 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 |
943
- | cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) | 本次请求将被缓存,你可以使用下面的 URL 直接访问缓存结果,有效期为 24 小时,访问缓存不会产生额外费用。 | None | None |
944
- | cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL | None | None | None |
945
- | router | string | No | The endpoint that generated this response \| 生成此响应的端点 | None | None | None |
946
- | params | dynamic object | No | The parameters used in the request \| 请求中使用的参数 | None | None | None |
947
- | data | null | No | The response data \| 响应数据 | None | None | None |
948
-
949
- <a id="get-api-u1-v1-bilibili-web-fetch-one-video-v2"></a>
950
- ### `GET /api/u1/v1/bilibili/web/fetch_one_video_v2`
951
-
952
- - Summary: 获取单个视频详情信息V2/Get single video data V2
953
- - Capabilities: content details
954
- - Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
955
- - operationId: `fetch_one_video_v2_api_v1_bilibili_web_fetch_one_video_v2_get`
956
-
957
- #### Notes
958
-
959
- > # [中文]
960
- > ### 用途:
961
- > - 获取单个视频详情信息V2
962
- > ### 参数:
963
- > - a_id: 作品id
964
- > - c_id: 作品cid
965
- > ### 返回:
966
- > - 视频详情信息V2
967
- >
968
- > # [English]
969
- > ### Purpose:
970
- > - Get single video data V2
971
- > ### Parameters:
972
- > - a_id: Video id
973
- > - c_id: Video cid
974
- > ### Return:
975
- > - Video data V2
976
- >
977
- > # [示例/Example]
978
- > a_id = "114006081739452"
979
- > c_id = "28400484458"
980
-
981
- #### Parameters
982
-
983
- | Field | In | Type | Required | Description | Default | Example | Enum |
984
- | --- | --- | --- | --- | --- | --- | --- | --- |
985
- | a_id | query | string | Yes | 作品id/Video id | None | 114006081739452 | None |
986
- | c_id | query | string | Yes | 作品cid/Video cid | None | 28400484458 | None |
987
-
988
- #### Request Body
989
-
990
- None
991
-
992
- #### Success Response
993
-
994
- ##### `200 application/json`
995
-
996
- - Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
997
-
998
- | Field | Type | Required | Description | Default | Example | Enum |
999
- | --- | --- | --- | --- | --- | --- | --- |
1000
- | code | integer | No | HTTP status code \| HTTP状态码 | 200 | None | None |
1001
- | request_id | string | No | Unique request identifier \| 唯一请求标识符 | None | None | None |
1002
- | message | string | No | Response message (EN-US) \| 响应消息 (English) | Request successful. This request will incur a charge. | None | None |
1003
- | message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) | 请求成功,本次请求将被计费。 | None | None |
1004
- | support | string | No | Support message \| 支持消息 | Discord: https://discord.gg/aMEAS8Xsvz | None | None |
1005
- | time | string | No | The time the response was generated \| 生成响应的时间 | None | None | None |
1006
- | time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 | None | None | None |
1007
- | time_zone | string | No | The timezone of the response time \| 响应时间的时区 | America/Los_Angeles | None | None |
1008
- | docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 | None | None | None |
1009
- | 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 |
1010
- | cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) | 本次请求将被缓存,你可以使用下面的 URL 直接访问缓存结果,有效期为 24 小时,访问缓存不会产生额外费用。 | None | None |
1011
- | cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL | None | None | None |
1012
- | router | string | No | The endpoint that generated this response \| 生成此响应的端点 | None | None | None |
1013
- | params | dynamic object | No | The parameters used in the request \| 请求中使用的参数 | None | None | None |
1014
- | data | null | No | The response data \| 响应数据 | None | None | None |
1015
-
1016
- <a id="get-api-u1-v1-bilibili-web-fetch-one-video-v3"></a>
1017
- ### `GET /api/u1/v1/bilibili/web/fetch_one_video_v3`
1018
-
1019
- - Summary: 获取单个视频详情信息V3/Get single video data V3
1020
- - Capabilities: content details
1021
- - Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
1022
- - operationId: `fetch_one_video_v3_api_v1_bilibili_web_fetch_one_video_v3_get`
1023
-
1024
- #### Notes
1025
-
1026
- > # [中文]
1027
- > ### 用途:
1028
- > - 获取单个视频详情信息V3
1029
- > ### 参数:
1030
- > - url: 视频链接
1031
- > ### 返回:
1032
- > - 视频详情信息V3
1033
- >
1034
- > # [English]
1035
- > ### Purpose:
1036
- > - Get single video data V3
1037
- > ### Parameters:
1038
- > - url: Video URL
1039
- > ### Return:
1040
- > - Video data V3
1041
- >
1042
- > # [示例/Example]
1043
- > url = "https://www.bilibili.com/video/BV1S5uKzzE4r"
1044
-
1045
- #### Parameters
1046
-
1047
- | Field | In | Type | Required | Description | Default | Example | Enum |
1048
- | --- | --- | --- | --- | --- | --- | --- | --- |
1049
- | url | query | string | Yes | 视频链接/Video URL | None | https://www.bilibili.com/video/BV1S5uKzzE4r | None |
1050
-
1051
- #### Request Body
1052
-
1053
- None
1054
-
1055
- #### Success Response
1056
-
1057
- ##### `200 application/json`
1058
-
1059
- - Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
1060
-
1061
- | Field | Type | Required | Description | Default | Example | Enum |
1062
- | --- | --- | --- | --- | --- | --- | --- |
1063
- | code | integer | No | HTTP status code \| HTTP状态码 | 200 | None | None |
1064
- | request_id | string | No | Unique request identifier \| 唯一请求标识符 | None | None | None |
1065
- | message | string | No | Response message (EN-US) \| 响应消息 (English) | Request successful. This request will incur a charge. | None | None |
1066
- | message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) | 请求成功,本次请求将被计费。 | None | None |
1067
- | support | string | No | Support message \| 支持消息 | Discord: https://discord.gg/aMEAS8Xsvz | None | None |
1068
- | time | string | No | The time the response was generated \| 生成响应的时间 | None | None | None |
1069
- | time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 | None | None | None |
1070
- | time_zone | string | No | The timezone of the response time \| 响应时间的时区 | America/Los_Angeles | None | None |
1071
- | docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 | None | None | None |
1072
- | 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 |
1073
- | cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) | 本次请求将被缓存,你可以使用下面的 URL 直接访问缓存结果,有效期为 24 小时,访问缓存不会产生额外费用。 | None | None |
1074
- | cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL | None | None | None |
1075
- | router | string | No | The endpoint that generated this response \| 生成此响应的端点 | None | None | None |
1076
- | params | dynamic object | No | The parameters used in the request \| 请求中使用的参数 | None | None | None |
1077
- | data | null | No | The response data \| 响应数据 | None | None | None |
1078
-
1079
- <a id="get-api-u1-v1-bilibili-web-fetch-user-collection-videos"></a>
1080
- ### `GET /api/u1/v1/bilibili/web/fetch_user_collection_videos`
1081
-
1082
- - Summary: 获取指定收藏夹内视频数据/Gets video data from a collection folder
1083
- - Capabilities: profiles / accounts / content details
1084
- - Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
1085
- - operationId: `fetch_user_collection_videos_api_v1_bilibili_web_fetch_user_collection_videos_get`
1086
-
1087
- #### Notes
1088
-
1089
- > # [中文]
1090
- > ### 用途:
1091
- > - 获取指定收藏夹内视频数据
1092
- > ### 参数:
1093
- > - folder_id: 用户UID
1094
- > - pn: 页码
1095
- > ### 返回:
1096
- > - 指定收藏夹内视频数据
1097
- >
1098
- > # [English]
1099
- > ### Purpose:
1100
- > - Gets video data from a collection folder
1101
- > ### Parameters:
1102
- > - folder_id: collection folder id
1103
- > - pn: Page number
1104
- > ### Return:
1105
- > - video data from collection folder
1106
- >
1107
- > # [示例/Example]
1108
- > folder_id = "1756059545"
1109
- > pn = 1
1110
-
1111
- #### Parameters
1112
-
1113
- | Field | In | Type | Required | Description | Default | Example | Enum |
1114
- | --- | --- | --- | --- | --- | --- | --- | --- |
1115
- | folder_id | query | string | Yes | 收藏夹id/collection folder id | None | 1756059545 | None |
1116
- | pn | query | integer | No | 页码/Page number | 1 | None | None |
1117
-
1118
- #### Request Body
1119
-
1120
- None
1121
-
1122
- #### Success Response
1123
-
1124
- ##### `200 application/json`
1125
-
1126
- - Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
1127
-
1128
- | Field | Type | Required | Description | Default | Example | Enum |
1129
- | --- | --- | --- | --- | --- | --- | --- |
1130
- | code | integer | No | HTTP status code \| HTTP状态码 | 200 | None | None |
1131
- | request_id | string | No | Unique request identifier \| 唯一请求标识符 | None | None | None |
1132
- | message | string | No | Response message (EN-US) \| 响应消息 (English) | Request successful. This request will incur a charge. | None | None |
1133
- | message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) | 请求成功,本次请求将被计费。 | None | None |
1134
- | support | string | No | Support message \| 支持消息 | Discord: https://discord.gg/aMEAS8Xsvz | None | None |
1135
- | time | string | No | The time the response was generated \| 生成响应的时间 | None | None | None |
1136
- | time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 | None | None | None |
1137
- | time_zone | string | No | The timezone of the response time \| 响应时间的时区 | America/Los_Angeles | None | None |
1138
- | docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 | None | None | None |
1139
- | 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 |
1140
- | cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) | 本次请求将被缓存,你可以使用下面的 URL 直接访问缓存结果,有效期为 24 小时,访问缓存不会产生额外费用。 | None | None |
1141
- | cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL | None | None | None |
1142
- | router | string | No | The endpoint that generated this response \| 生成此响应的端点 | None | None | None |
1143
- | params | dynamic object | No | The parameters used in the request \| 请求中使用的参数 | None | None | None |
1144
- | data | null | No | The response data \| 响应数据 | None | None | None |
1145
-
1146
- <a id="get-api-u1-v1-bilibili-web-fetch-user-dynamic"></a>
1147
- ### `GET /api/u1/v1/bilibili/web/fetch_user_dynamic`
1148
-
1149
- - Summary: 获取指定用户动态/Get dynamic information of specified user
1150
- - Capabilities: profiles / accounts
1151
- - Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
1152
- - operationId: `fetch_collect_folders_api_v1_bilibili_web_fetch_user_dynamic_get`
1153
-
1154
- #### Notes
1155
-
1156
- > # [中文]
1157
- > ### 用途:
1158
- > - 获取指定用户动态
1159
- > ### 参数:
1160
- > - uid: 用户UID
1161
- > - offset: 开始索引
1162
- > ### 返回:
1163
- > - 指定用户动态数据
1164
- >
1165
- > # [English]
1166
- > ### Purpose:
1167
- > - Get dynamic information of specified user
1168
- > ### Parameters:
1169
- > - uid: User UID
1170
- > - offset: offset
1171
- > ### Return:
1172
- > - dynamic information of specified user
1173
- >
1174
- > # [示例/Example]
1175
- > uid = "178360345"
1176
- > offset = "953154282154098691"
1177
-
1178
- #### Parameters
1179
-
1180
- | Field | In | Type | Required | Description | Default | Example | Enum |
1181
- | --- | --- | --- | --- | --- | --- | --- | --- |
1182
- | uid | query | string | Yes | 用户UID | None | 16015678 | None |
1183
- | offset | query | string | No | 开始索引/offset | None | 953154282154098691 | None |
1184
-
1185
- #### Request Body
1186
-
1187
- None
1188
-
1189
- #### Success Response
1190
-
1191
- ##### `200 application/json`
1192
-
1193
- - Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
1194
-
1195
- | Field | Type | Required | Description | Default | Example | Enum |
1196
- | --- | --- | --- | --- | --- | --- | --- |
1197
- | code | integer | No | HTTP status code \| HTTP状态码 | 200 | None | None |
1198
- | request_id | string | No | Unique request identifier \| 唯一请求标识符 | None | None | None |
1199
- | message | string | No | Response message (EN-US) \| 响应消息 (English) | Request successful. This request will incur a charge. | None | None |
1200
- | message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) | 请求成功,本次请求将被计费。 | None | None |
1201
- | support | string | No | Support message \| 支持消息 | Discord: https://discord.gg/aMEAS8Xsvz | None | None |
1202
- | time | string | No | The time the response was generated \| 生成响应的时间 | None | None | None |
1203
- | time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 | None | None | None |
1204
- | time_zone | string | No | The timezone of the response time \| 响应时间的时区 | America/Los_Angeles | None | None |
1205
- | docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 | None | None | None |
1206
- | 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 |
1207
- | cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) | 本次请求将被缓存,你可以使用下面的 URL 直接访问缓存结果,有效期为 24 小时,访问缓存不会产生额外费用。 | None | None |
1208
- | cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL | None | None | None |
1209
- | router | string | No | The endpoint that generated this response \| 生成此响应的端点 | None | None | None |
1210
- | params | dynamic object | No | The parameters used in the request \| 请求中使用的参数 | None | None | None |
1211
- | data | null | No | The response data \| 响应数据 | None | None | None |
1212
-
1213
- <a id="get-api-u1-v1-bilibili-web-fetch-user-post-videos"></a>
1214
- ### `GET /api/u1/v1/bilibili/web/fetch_user_post_videos`
1215
-
1216
- - Summary: 获取用户主页作品数据/Get user homepage video data
1217
- - Capabilities: profiles / accounts / content details
1218
- - Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
1219
- - operationId: `fetch_user_post_videos_api_v1_bilibili_web_fetch_user_post_videos_get`
1220
-
1221
- #### Notes
1222
-
1223
- > # [中文]
1224
- > ### 用途:
1225
- > - 获取用户发布的视频数据
1226
- > ### 参数:
1227
- > - uid: 用户UID
1228
- > - pn: 页码
1229
- > - order: 排序方式
1230
- > - pubdate 最新发布
1231
- > - click 最多播放
1232
- > - stow 最多收藏
1233
- > ### 返回:
1234
- > - 用户发布的视频数据
1235
- >
1236
- > # [English]
1237
- > ### Purpose:
1238
- > - Get user post video data
1239
- > ### Parameters:
1240
- > - uid: User UID
1241
- > - pn: Page number
1242
- > - order: Order method
1243
- > - pubdate Latest release
1244
- > - click Most played
1245
- > - stow Most collection
1246
- > ### Return:
1247
- > - User posted video data
1248
- >
1249
- > # [示例/Example]
1250
- > uid = "178360345"
1251
- > pn = 1
1252
- > order = "pubdate"
1253
-
1254
- #### Parameters
1255
-
1256
- | Field | In | Type | Required | Description | Default | Example | Enum |
1257
- | --- | --- | --- | --- | --- | --- | --- | --- |
1258
- | uid | query | string | Yes | 用户UID | None | 178360345 | None |
1259
- | pn | query | integer | No | 页码/Page number | 1 | None | None |
1260
- | order | query | string | No | 排序方式/Order method | pubdate | None | None |
1261
-
1262
- #### Request Body
1263
-
1264
- None
1265
-
1266
- #### Success Response
1267
-
1268
- ##### `200 application/json`
1269
-
1270
- - Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
1271
-
1272
- | Field | Type | Required | Description | Default | Example | Enum |
1273
- | --- | --- | --- | --- | --- | --- | --- |
1274
- | code | integer | No | HTTP status code \| HTTP状态码 | 200 | None | None |
1275
- | request_id | string | No | Unique request identifier \| 唯一请求标识符 | None | None | None |
1276
- | message | string | No | Response message (EN-US) \| 响应消息 (English) | Request successful. This request will incur a charge. | None | None |
1277
- | message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) | 请求成功,本次请求将被计费。 | None | None |
1278
- | support | string | No | Support message \| 支持消息 | Discord: https://discord.gg/aMEAS8Xsvz | None | None |
1279
- | time | string | No | The time the response was generated \| 生成响应的时间 | None | None | None |
1280
- | time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 | None | None | None |
1281
- | time_zone | string | No | The timezone of the response time \| 响应时间的时区 | America/Los_Angeles | None | None |
1282
- | docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 | None | None | None |
1283
- | 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 |
1284
- | cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) | 本次请求将被缓存,你可以使用下面的 URL 直接访问缓存结果,有效期为 24 小时,访问缓存不会产生额外费用。 | None | None |
1285
- | cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL | None | None | None |
1286
- | router | string | No | The endpoint that generated this response \| 生成此响应的端点 | None | None | None |
1287
- | params | dynamic object | No | The parameters used in the request \| 请求中使用的参数 | None | None | None |
1288
- | data | null | No | The response data \| 响应数据 | None | None | None |
1289
-
1290
- <a id="get-api-u1-v1-bilibili-web-fetch-user-profile"></a>
1291
- ### `GET /api/u1/v1/bilibili/web/fetch_user_profile`
1292
-
1293
- - Summary: 获取指定用户的信息/Get information of specified user
1294
- - Capabilities: profiles / accounts
1295
- - Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
1296
- - operationId: `fetch_collect_folders_api_v1_bilibili_web_fetch_user_profile_get`
1297
-
1298
- #### Notes
1299
-
1300
- > # [中文]
1301
- > ### 用途:
1302
- > - 获取指定用户的信息
1303
- > ### 参数:
1304
- > - uid: 用户UID
1305
- > ### 返回:
1306
- > - 指定用户的个人信息
1307
- >
1308
- > # [English]
1309
- > ### Purpose:
1310
- > - Get information of specified user
1311
- > ### Parameters:
1312
- > - uid: User UID
1313
- > ### Return:
1314
- > - information of specified user
1315
- >
1316
- > # [示例/Example]
1317
- > uid = "178360345"
1318
-
1319
- #### Parameters
1320
-
1321
- | Field | In | Type | Required | Description | Default | Example | Enum |
1322
- | --- | --- | --- | --- | --- | --- | --- | --- |
1323
- | uid | query | string | Yes | 用户UID | None | 178360345 | None |
1324
-
1325
- #### Request Body
1326
-
1327
- None
1328
-
1329
- #### Success Response
1330
-
1331
- ##### `200 application/json`
1332
-
1333
- - Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
1334
-
1335
- | Field | Type | Required | Description | Default | Example | Enum |
1336
- | --- | --- | --- | --- | --- | --- | --- |
1337
- | code | integer | No | HTTP status code \| HTTP状态码 | 200 | None | None |
1338
- | request_id | string | No | Unique request identifier \| 唯一请求标识符 | None | None | None |
1339
- | message | string | No | Response message (EN-US) \| 响应消息 (English) | Request successful. This request will incur a charge. | None | None |
1340
- | message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) | 请求成功,本次请求将被计费。 | None | None |
1341
- | support | string | No | Support message \| 支持消息 | Discord: https://discord.gg/aMEAS8Xsvz | None | None |
1342
- | time | string | No | The time the response was generated \| 生成响应的时间 | None | None | None |
1343
- | time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 | None | None | None |
1344
- | time_zone | string | No | The timezone of the response time \| 响应时间的时区 | America/Los_Angeles | None | None |
1345
- | docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 | None | None | None |
1346
- | 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 |
1347
- | cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) | 本次请求将被缓存,你可以使用下面的 URL 直接访问缓存结果,有效期为 24 小时,访问缓存不会产生额外费用。 | None | None |
1348
- | cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL | None | None | None |
1349
- | router | string | No | The endpoint that generated this response \| 生成此响应的端点 | None | None | None |
1350
- | params | dynamic object | No | The parameters used in the request \| 请求中使用的参数 | None | None | None |
1351
- | data | null | No | The response data \| 响应数据 | None | None | None |
1352
-
1353
- <a id="get-api-u1-v1-bilibili-web-fetch-user-relation-stat"></a>
1354
- ### `GET /api/u1/v1/bilibili/web/fetch_user_relation_stat`
1355
-
1356
- - Summary: 获取用户关系状态统计/Get user relation stat (following and followers)
1357
- - Capabilities: profiles / accounts
1358
- - Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
1359
- - operationId: `fetch_user_relation_stat_api_v1_bilibili_web_fetch_user_relation_stat_get`
1360
-
1361
- #### Notes
1362
-
1363
- > # [中文]
1364
- > ### 用途:
1365
- > - 获取用户关系状态统计信息(关注数、粉丝数)
1366
- > ### 参数:
1367
- > - uid: 用户UID
1368
- > ### 返回:
1369
- > - 用户关系状态统计数据
1370
- > - following: 关注数
1371
- > - follower: 粉丝数
1372
- >
1373
- > # [English]
1374
- > ### Purpose:
1375
- > - Get user relation stat (following count and follower count)
1376
- > ### Parameters:
1377
- > - uid: User UID
1378
- > ### Return:
1379
- > - User relation stat data
1380
- > - following: Following count
1381
- > - follower: Follower count
1382
- >
1383
- > # [示例/Example]
1384
- > uid = "178360345"
1385
-
1386
- #### Parameters
1387
-
1388
- | Field | In | Type | Required | Description | Default | Example | Enum |
1389
- | --- | --- | --- | --- | --- | --- | --- | --- |
1390
- | uid | query | string | Yes | 用户UID/User UID | None | 178360345 | None |
1391
-
1392
- #### Request Body
1393
-
1394
- None
1395
-
1396
- #### Success Response
1397
-
1398
- ##### `200 application/json`
1399
-
1400
- - Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
1401
-
1402
- | Field | Type | Required | Description | Default | Example | Enum |
1403
- | --- | --- | --- | --- | --- | --- | --- |
1404
- | code | integer | No | HTTP status code \| HTTP状态码 | 200 | None | None |
1405
- | request_id | string | No | Unique request identifier \| 唯一请求标识符 | None | None | None |
1406
- | message | string | No | Response message (EN-US) \| 响应消息 (English) | Request successful. This request will incur a charge. | None | None |
1407
- | message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) | 请求成功,本次请求将被计费。 | None | None |
1408
- | support | string | No | Support message \| 支持消息 | Discord: https://discord.gg/aMEAS8Xsvz | None | None |
1409
- | time | string | No | The time the response was generated \| 生成响应的时间 | None | None | None |
1410
- | time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 | None | None | None |
1411
- | time_zone | string | No | The timezone of the response time \| 响应时间的时区 | America/Los_Angeles | None | None |
1412
- | docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 | None | None | None |
1413
- | 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 |
1414
- | cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) | 本次请求将被缓存,你可以使用下面的 URL 直接访问缓存结果,有效期为 24 小时,访问缓存不会产生额外费用。 | None | None |
1415
- | cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL | None | None | None |
1416
- | router | string | No | The endpoint that generated this response \| 生成此响应的端点 | None | None | None |
1417
- | params | dynamic object | No | The parameters used in the request \| 请求中使用的参数 | None | None | None |
1418
- | data | null | No | The response data \| 响应数据 | None | None | None |
1419
-
1420
- <a id="get-api-u1-v1-bilibili-web-fetch-user-up-stat"></a>
1421
- ### `GET /api/u1/v1/bilibili/web/fetch_user_up_stat`
1422
-
1423
- - Summary: 获取UP主状态统计/Get UP stat (total likes and views)
1424
- - Capabilities: profiles / accounts
1425
- - Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
1426
- - operationId: `fetch_user_up_stat_api_v1_bilibili_web_fetch_user_up_stat_get`
1427
-
1428
- #### Notes
1429
-
1430
- > # [中文]
1431
- > ### 用途:
1432
- > - 获取UP主状态统计信息(总获赞数、总播放数)
1433
- > ### 参数:
1434
- > - uid: 用户UID
1435
- > ### 返回:
1436
- > - UP主状态统计数据
1437
- > - archive: 视频相关统计
1438
- > - view: 总播放数
1439
- > - likes: 总获赞数
1440
- >
1441
- > # [English]
1442
- > ### Purpose:
1443
- > - Get UP stat (total likes and total views)
1444
- > ### Parameters:
1445
- > - uid: User UID
1446
- > ### Return:
1447
- > - UP stat data
1448
- > - archive: Video statistics
1449
- > - view: Total views
1450
- > - likes: Total likes
1451
- >
1452
- > # [示例/Example]
1453
- > uid = "178360345"
1454
-
1455
- #### Parameters
1456
-
1457
- | Field | In | Type | Required | Description | Default | Example | Enum |
1458
- | --- | --- | --- | --- | --- | --- | --- | --- |
1459
- | uid | query | string | Yes | 用户UID/User UID | None | 178360345 | None |
1460
-
1461
- #### Request Body
1462
-
1463
- None
1464
-
1465
- #### Success Response
1466
-
1467
- ##### `200 application/json`
1468
-
1469
- - Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
1470
-
1471
- | Field | Type | Required | Description | Default | Example | Enum |
1472
- | --- | --- | --- | --- | --- | --- | --- |
1473
- | code | integer | No | HTTP status code \| HTTP状态码 | 200 | None | None |
1474
- | request_id | string | No | Unique request identifier \| 唯一请求标识符 | None | None | None |
1475
- | message | string | No | Response message (EN-US) \| 响应消息 (English) | Request successful. This request will incur a charge. | None | None |
1476
- | message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) | 请求成功,本次请求将被计费。 | None | None |
1477
- | support | string | No | Support message \| 支持消息 | Discord: https://discord.gg/aMEAS8Xsvz | None | None |
1478
- | time | string | No | The time the response was generated \| 生成响应的时间 | None | None | None |
1479
- | time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 | None | None | None |
1480
- | time_zone | string | No | The timezone of the response time \| 响应时间的时区 | America/Los_Angeles | None | None |
1481
- | docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 | None | None | None |
1482
- | 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 |
1483
- | cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) | 本次请求将被缓存,你可以使用下面的 URL 直接访问缓存结果,有效期为 24 小时,访问缓存不会产生额外费用。 | None | None |
1484
- | cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL | None | None | None |
1485
- | router | string | No | The endpoint that generated this response \| 生成此响应的端点 | None | None | None |
1486
- | params | dynamic object | No | The parameters used in the request \| 请求中使用的参数 | None | None | None |
1487
- | data | null | No | The response data \| 响应数据 | None | None | None |
1488
-
1489
- <a id="get-api-u1-v1-bilibili-web-fetch-video-comments"></a>
1490
- ### `GET /api/u1/v1/bilibili/web/fetch_video_comments`
1491
-
1492
- - Summary: 获取指定视频的评论/Get comments on the specified video
1493
- - Capabilities: comments / content details
1494
- - Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
1495
- - operationId: `fetch_collect_folders_api_v1_bilibili_web_fetch_video_comments_get`
1496
-
1497
- #### Notes
1498
-
1499
- > # [中文]
1500
- > ### 用途:
1501
- > - 获取指定视频的评论
1502
- > ### 参数:
1503
- > - bv_id: 作品id
1504
- > - pn: 页码
1505
- > ### 返回:
1506
- > - 指定视频的评论数据
1507
- >
1508
- > # [English]
1509
- > ### Purpose:
1510
- > - Get comments on the specified video
1511
- > ### Parameters:
1512
- > - bv_id: Video id
1513
- > - pn: Page number
1514
- > ### Return:
1515
- > - comments of the specified video
1516
- >
1517
- > # [示例/Example]
1518
- > bv_id = "BV1M1421t7hT"
1519
- > pn = 1
1520
-
1521
- #### Parameters
1522
-
1523
- | Field | In | Type | Required | Description | Default | Example | Enum |
1524
- | --- | --- | --- | --- | --- | --- | --- | --- |
1525
- | bv_id | query | string | Yes | 作品id/Video id | None | BV1M1421t7hT | None |
1526
- | pn | query | integer | No | 页码/Page number | 1 | None | None |
1527
-
1528
- #### Request Body
1529
-
1530
- None
1531
-
1532
- #### Success Response
1533
-
1534
- ##### `200 application/json`
1535
-
1536
- - Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
1537
-
1538
- | Field | Type | Required | Description | Default | Example | Enum |
1539
- | --- | --- | --- | --- | --- | --- | --- |
1540
- | code | integer | No | HTTP status code \| HTTP状态码 | 200 | None | None |
1541
- | request_id | string | No | Unique request identifier \| 唯一请求标识符 | None | None | None |
1542
- | message | string | No | Response message (EN-US) \| 响应消息 (English) | Request successful. This request will incur a charge. | None | None |
1543
- | message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) | 请求成功,本次请求将被计费。 | None | None |
1544
- | support | string | No | Support message \| 支持消息 | Discord: https://discord.gg/aMEAS8Xsvz | None | None |
1545
- | time | string | No | The time the response was generated \| 生成响应的时间 | None | None | None |
1546
- | time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 | None | None | None |
1547
- | time_zone | string | No | The timezone of the response time \| 响应时间的时区 | America/Los_Angeles | None | None |
1548
- | docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 | None | None | None |
1549
- | 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 |
1550
- | cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) | 本次请求将被缓存,你可以使用下面的 URL 直接访问缓存结果,有效期为 24 小时,访问缓存不会产生额外费用。 | None | None |
1551
- | cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL | None | None | None |
1552
- | router | string | No | The endpoint that generated this response \| 生成此响应的端点 | None | None | None |
1553
- | params | dynamic object | No | The parameters used in the request \| 请求中使用的参数 | None | None | None |
1554
- | data | null | No | The response data \| 响应数据 | None | None | None |
1555
-
1556
- <a id="get-api-u1-v1-bilibili-web-fetch-video-danmaku"></a>
1557
- ### `GET /api/u1/v1/bilibili/web/fetch_video_danmaku`
1558
-
1559
- - Summary: 获取视频实时弹幕/Get Video Danmaku
1560
- - Capabilities: content details
1561
- - Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
1562
- - operationId: `fetch_one_video_api_v1_bilibili_web_fetch_video_danmaku_get`
1563
-
1564
- #### Notes
1565
-
1566
- > # [中文]
1567
- > ### 用途:
1568
- > - 获取视频实时弹幕
1569
- > ### 参数:
1570
- > - cid: 作品cid
1571
- > ### 返回:
1572
- > - 视频实时弹幕
1573
- >
1574
- > # [English]
1575
- > ### Purpose:
1576
- > - Get Video Danmaku
1577
- > ### Parameters:
1578
- > - cid: Video cid
1579
- > ### Return:
1580
- > - Video Danmaku
1581
- >
1582
- > # [示例/Example]
1583
- > cid = "1639235405"
1584
-
1585
- #### Parameters
1586
-
1587
- | Field | In | Type | Required | Description | Default | Example | Enum |
1588
- | --- | --- | --- | --- | --- | --- | --- | --- |
1589
- | cid | query | string | Yes | 作品cid/Video cid | None | 1639235405 | None |
1590
-
1591
- #### Request Body
1592
-
1593
- None
1594
-
1595
- #### Success Response
1596
-
1597
- ##### `200 application/json`
1598
-
1599
- - Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
1600
-
1601
- | Field | Type | Required | Description | Default | Example | Enum |
1602
- | --- | --- | --- | --- | --- | --- | --- |
1603
- | code | integer | No | HTTP status code \| HTTP状态码 | 200 | None | None |
1604
- | request_id | string | No | Unique request identifier \| 唯一请求标识符 | None | None | None |
1605
- | message | string | No | Response message (EN-US) \| 响应消息 (English) | Request successful. This request will incur a charge. | None | None |
1606
- | message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) | 请求成功,本次请求将被计费。 | None | None |
1607
- | support | string | No | Support message \| 支持消息 | Discord: https://discord.gg/aMEAS8Xsvz | None | None |
1608
- | time | string | No | The time the response was generated \| 生成响应的时间 | None | None | None |
1609
- | time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 | None | None | None |
1610
- | time_zone | string | No | The timezone of the response time \| 响应时间的时区 | America/Los_Angeles | None | None |
1611
- | docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 | None | None | None |
1612
- | 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 |
1613
- | cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) | 本次请求将被缓存,你可以使用下面的 URL 直接访问缓存结果,有效期为 24 小时,访问缓存不会产生额外费用。 | None | None |
1614
- | cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL | None | None | None |
1615
- | router | string | No | The endpoint that generated this response \| 生成此响应的端点 | None | None | None |
1616
- | params | dynamic object | No | The parameters used in the request \| 请求中使用的参数 | None | None | None |
1617
- | data | null | No | The response data \| 响应数据 | None | None | None |
1618
-
1619
- <a id="get-api-u1-v1-bilibili-web-fetch-video-detail"></a>
1620
- ### `GET /api/u1/v1/bilibili/web/fetch_video_detail`
1621
-
1622
- - Summary: 获取单个视频详情/Get single video detail
1623
- - Capabilities: content details / details
1624
- - Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
1625
- - operationId: `fetch_video_detail_api_v1_bilibili_web_fetch_video_detail_get`
1626
-
1627
- #### Notes
1628
-
1629
- > # [中文]
1630
- > ### 用途:
1631
- > - 获取单个视频详情
1632
- > ### 参数:
1633
- > - aid: 作品id
1634
- > ### 返回:
1635
- > - 视频详情
1636
- >
1637
- > # [English]
1638
- > ### Purpose:
1639
- > - Get single video detail
1640
- > ### Parameters:
1641
- > - aid: Video id
1642
- > ### Return:
1643
- > - Video detail
1644
- >
1645
- > # [示例/Example]
1646
- > aid = "114902186396822"
1647
-
1648
- #### Parameters
1649
-
1650
- | Field | In | Type | Required | Description | Default | Example | Enum |
1651
- | --- | --- | --- | --- | --- | --- | --- | --- |
1652
- | aid | query | string | Yes | 作品id/Video id | None | 114902186396822 | None |
1653
-
1654
- #### Request Body
1655
-
1656
- None
1657
-
1658
- #### Success Response
1659
-
1660
- ##### `200 application/json`
1661
-
1662
- - Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
1663
-
1664
- | Field | Type | Required | Description | Default | Example | Enum |
1665
- | --- | --- | --- | --- | --- | --- | --- |
1666
- | code | integer | No | HTTP status code \| HTTP状态码 | 200 | None | None |
1667
- | request_id | string | No | Unique request identifier \| 唯一请求标识符 | None | None | None |
1668
- | message | string | No | Response message (EN-US) \| 响应消息 (English) | Request successful. This request will incur a charge. | None | None |
1669
- | message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) | 请求成功,本次请求将被计费。 | None | None |
1670
- | support | string | No | Support message \| 支持消息 | Discord: https://discord.gg/aMEAS8Xsvz | None | None |
1671
- | time | string | No | The time the response was generated \| 生成响应的时间 | None | None | None |
1672
- | time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 | None | None | None |
1673
- | time_zone | string | No | The timezone of the response time \| 响应时间的时区 | America/Los_Angeles | None | None |
1674
- | docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 | None | None | None |
1675
- | 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 |
1676
- | cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) | 本次请求将被缓存,你可以使用下面的 URL 直接访问缓存结果,有效期为 24 小时,访问缓存不会产生额外费用。 | None | None |
1677
- | cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL | None | None | None |
1678
- | router | string | No | The endpoint that generated this response \| 生成此响应的端点 | None | None | None |
1679
- | params | dynamic object | No | The parameters used in the request \| 请求中使用的参数 | None | None | None |
1680
- | data | null | No | The response data \| 响应数据 | None | None | None |
1681
-
1682
- <a id="get-api-u1-v1-bilibili-web-fetch-video-parts"></a>
1683
- ### `GET /api/u1/v1/bilibili/web/fetch_video_parts`
1684
-
1685
- - Summary: 通过bv号获得视频分p信息/Get Video Parts By bvid
1686
- - Capabilities: content details
1687
- - Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
1688
- - operationId: `fetch_one_video_api_v1_bilibili_web_fetch_video_parts_get`
1689
-
1690
- #### Notes
1691
-
1692
- > # [中文]
1693
- > ### 用途:
1694
- > - 通过bv号获得视频分p信息
1695
- > ### 参数:
1696
- > - bv_id: 作品id
1697
- > ### 返回:
1698
- > - 视频分p信息
1699
- >
1700
- > # [English]
1701
- > ### Purpose:
1702
- > - Get Video Parts By bvid
1703
- > ### Parameters:
1704
- > - bv_id: Video id
1705
- > ### Return:
1706
- > - Video Parts
1707
- >
1708
- > # [示例/Example]
1709
- > bv_id = "BV1vf421i7hV"
1710
-
1711
- #### Parameters
1712
-
1713
- | Field | In | Type | Required | Description | Default | Example | Enum |
1714
- | --- | --- | --- | --- | --- | --- | --- | --- |
1715
- | bv_id | query | string | Yes | 作品id/Video id | None | BV1vf421i7hV | None |
1716
-
1717
- #### Request Body
1718
-
1719
- None
1720
-
1721
- #### Success Response
1722
-
1723
- ##### `200 application/json`
1724
-
1725
- - Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
1726
-
1727
- | Field | Type | Required | Description | Default | Example | Enum |
1728
- | --- | --- | --- | --- | --- | --- | --- |
1729
- | code | integer | No | HTTP status code \| HTTP状态码 | 200 | None | None |
1730
- | request_id | string | No | Unique request identifier \| 唯一请求标识符 | None | None | None |
1731
- | message | string | No | Response message (EN-US) \| 响应消息 (English) | Request successful. This request will incur a charge. | None | None |
1732
- | message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) | 请求成功,本次请求将被计费。 | None | None |
1733
- | support | string | No | Support message \| 支持消息 | Discord: https://discord.gg/aMEAS8Xsvz | None | None |
1734
- | time | string | No | The time the response was generated \| 生成响应的时间 | None | None | None |
1735
- | time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 | None | None | None |
1736
- | time_zone | string | No | The timezone of the response time \| 响应时间的时区 | America/Los_Angeles | None | None |
1737
- | docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 | None | None | None |
1738
- | 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 |
1739
- | cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) | 本次请求将被缓存,你可以使用下面的 URL 直接访问缓存结果,有效期为 24 小时,访问缓存不会产生额外费用。 | None | None |
1740
- | cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL | None | None | None |
1741
- | router | string | No | The endpoint that generated this response \| 生成此响应的端点 | None | None | None |
1742
- | params | dynamic object | No | The parameters used in the request \| 请求中使用的参数 | None | None | None |
1743
- | data | null | No | The response data \| 响应数据 | None | None | None |
1744
-
1745
- <a id="get-api-u1-v1-bilibili-web-fetch-video-play-info"></a>
1746
- ### `GET /api/u1/v1/bilibili/web/fetch_video_play_info`
1747
-
1748
- - Summary: 获取单个视频播放信息/Get single video play info
1749
- - Capabilities: content details
1750
- - Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
1751
- - operationId: `fetch_video_play_info_api_v1_bilibili_web_fetch_video_play_info_get`
1752
-
1753
- #### Notes
1754
-
1755
- > # [中文]
1756
- > ### 用途:
1757
- > - 获取单个视频播放信息
1758
- > ### 参数:
1759
- > - url: 视频链接
1760
- > ### 返回:
1761
- > - 视频播放信息
1762
- >
1763
- > # [English]
1764
- > ### Purpose:
1765
- > - Get single video play info
1766
- > ### Parameters:
1767
- > - url: Video URL
1768
- > ### Return:
1769
- > - Video data
1770
- >
1771
- > # [示例/Example]
1772
- > url = "https://www.bilibili.com/video/BV1S5uKzzE4r"
1773
-
1774
- #### Parameters
1775
-
1776
- | Field | In | Type | Required | Description | Default | Example | Enum |
1777
- | --- | --- | --- | --- | --- | --- | --- | --- |
1778
- | url | query | string | Yes | 视频链接/Video URL | None | https://www.bilibili.com/video/BV1S5uKzzE4r | None |
1779
-
1780
- #### Request Body
1781
-
1782
- None
1783
-
1784
- #### Success Response
1785
-
1786
- ##### `200 application/json`
1787
-
1788
- - Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
1789
-
1790
- | Field | Type | Required | Description | Default | Example | Enum |
1791
- | --- | --- | --- | --- | --- | --- | --- |
1792
- | code | integer | No | HTTP status code \| HTTP状态码 | 200 | None | None |
1793
- | request_id | string | No | Unique request identifier \| 唯一请求标识符 | None | None | None |
1794
- | message | string | No | Response message (EN-US) \| 响应消息 (English) | Request successful. This request will incur a charge. | None | None |
1795
- | message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) | 请求成功,本次请求将被计费。 | None | None |
1796
- | support | string | No | Support message \| 支持消息 | Discord: https://discord.gg/aMEAS8Xsvz | None | None |
1797
- | time | string | No | The time the response was generated \| 生成响应的时间 | None | None | None |
1798
- | time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 | None | None | None |
1799
- | time_zone | string | No | The timezone of the response time \| 响应时间的时区 | America/Los_Angeles | None | None |
1800
- | docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 | None | None | None |
1801
- | 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 |
1802
- | cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) | 本次请求将被缓存,你可以使用下面的 URL 直接访问缓存结果,有效期为 24 小时,访问缓存不会产生额外费用。 | None | None |
1803
- | cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL | None | None | None |
1804
- | router | string | No | The endpoint that generated this response \| 生成此响应的端点 | None | None | None |
1805
- | params | dynamic object | No | The parameters used in the request \| 请求中使用的参数 | None | None | None |
1806
- | data | null | No | The response data \| 响应数据 | None | None | None |
1807
-
1808
- <a id="get-api-u1-v1-bilibili-web-fetch-video-playurl"></a>
1809
- ### `GET /api/u1/v1/bilibili/web/fetch_video_playurl`
1810
-
1811
- - Summary: 获取视频流地址/Get video playurl
1812
- - Capabilities: content details
1813
- - Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
1814
- - operationId: `fetch_one_video_api_v1_bilibili_web_fetch_video_playurl_get`
1815
-
1816
- #### Notes
1817
-
1818
- > # [中文]
1819
- > ### 用途:
1820
- > - 获取视频流地址
1821
- > ### 参数:
1822
- > - bv_id: 作品id
1823
- > - cid: 作品cid
1824
- > ### 返回:
1825
- > - 视频流地址
1826
- >
1827
- > # [English]
1828
- > ### Purpose:
1829
- > - Get video playurl
1830
- > ### Parameters:
1831
- > - bv_id: Video id
1832
- > - cid: Video cid
1833
- > ### Return:
1834
- > - Video playurl
1835
- >
1836
- > # [示例/Example]
1837
- > bv_id = "BV1y7411Q7Eq"
1838
- > cid = "171776208"
1839
-
1840
- #### Parameters
1841
-
1842
- | Field | In | Type | Required | Description | Default | Example | Enum |
1843
- | --- | --- | --- | --- | --- | --- | --- | --- |
1844
- | bv_id | query | string | Yes | 作品id/Video id | None | BV1y7411Q7Eq | None |
1845
- | cid | query | string | Yes | 作品cid/Video cid | None | 171776208 | None |
1846
-
1847
- #### Request Body
1848
-
1849
- None
1850
-
1851
- #### Success Response
1852
-
1853
- ##### `200 application/json`
1854
-
1855
- - Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
1856
-
1857
- | Field | Type | Required | Description | Default | Example | Enum |
1858
- | --- | --- | --- | --- | --- | --- | --- |
1859
- | code | integer | No | HTTP status code \| HTTP状态码 | 200 | None | None |
1860
- | request_id | string | No | Unique request identifier \| 唯一请求标识符 | None | None | None |
1861
- | message | string | No | Response message (EN-US) \| 响应消息 (English) | Request successful. This request will incur a charge. | None | None |
1862
- | message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) | 请求成功,本次请求将被计费。 | None | None |
1863
- | support | string | No | Support message \| 支持消息 | Discord: https://discord.gg/aMEAS8Xsvz | None | None |
1864
- | time | string | No | The time the response was generated \| 生成响应的时间 | None | None | None |
1865
- | time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 | None | None | None |
1866
- | time_zone | string | No | The timezone of the response time \| 响应时间的时区 | America/Los_Angeles | None | None |
1867
- | docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 | None | None | None |
1868
- | 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 |
1869
- | cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) | 本次请求将被缓存,你可以使用下面的 URL 直接访问缓存结果,有效期为 24 小时,访问缓存不会产生额外费用。 | None | None |
1870
- | cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL | None | None | None |
1871
- | router | string | No | The endpoint that generated this response \| 生成此响应的端点 | None | None | None |
1872
- | params | dynamic object | No | The parameters used in the request \| 请求中使用的参数 | None | None | None |
1873
- | data | null | No | The response data \| 响应数据 | None | None | None |
1874
-
1875
- <a id="get-api-u1-v1-bilibili-web-fetch-video-subtitle"></a>
1876
- ### `GET /api/u1/v1/bilibili/web/fetch_video_subtitle`
1877
-
1878
- - Summary: 获取视频字幕信息/Get video subtitle info
1879
- - Capabilities: subtitles / transcription / content details
1880
- - Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
1881
- - operationId: `fetch_video_subtitle_api_v1_bilibili_web_fetch_video_subtitle_get`
1882
-
1883
- #### Notes
1884
-
1885
- > # [中文]
1886
- > ### 用途:
1887
- > - 获取视频字幕信息
1888
- > ### 参数:
1889
- > - a_id: 作品id
1890
- > - c_id: 作品cid
1891
- > ### 返回:
1892
- > - 视频字幕信息
1893
- >
1894
- > # [English]
1895
- > ### Purpose:
1896
- > - Get video subtitle info
1897
- > ### Parameters:
1898
- > - a_id: Video id
1899
- > - c_id: Video cid
1900
- > ### Return:
1901
- > - Video subtitle info
1902
- >
1903
- > # [示例/Example]
1904
- > a_id = "114006081739452"
1905
- > c_id = "28400484458"
1906
-
1907
- #### Parameters
1908
-
1909
- | Field | In | Type | Required | Description | Default | Example | Enum |
1910
- | --- | --- | --- | --- | --- | --- | --- | --- |
1911
- | a_id | query | string | Yes | 作品id/Video id | None | 114006081739452 | None |
1912
- | c_id | query | string | Yes | 作品cid/Video cid | None | 28400484458 | None |
1913
-
1914
- #### Request Body
1915
-
1916
- None
1917
-
1918
- #### Success Response
1919
-
1920
- ##### `200 application/json`
1921
-
1922
- - Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
1923
-
1924
- | Field | Type | Required | Description | Default | Example | Enum |
1925
- | --- | --- | --- | --- | --- | --- | --- |
1926
- | code | integer | No | HTTP status code \| HTTP状态码 | 200 | None | None |
1927
- | request_id | string | No | Unique request identifier \| 唯一请求标识符 | None | None | None |
1928
- | message | string | No | Response message (EN-US) \| 响应消息 (English) | Request successful. This request will incur a charge. | None | None |
1929
- | message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) | 请求成功,本次请求将被计费。 | None | None |
1930
- | support | string | No | Support message \| 支持消息 | Discord: https://discord.gg/aMEAS8Xsvz | None | None |
1931
- | time | string | No | The time the response was generated \| 生成响应的时间 | None | None | None |
1932
- | time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 | None | None | None |
1933
- | time_zone | string | No | The timezone of the response time \| 响应时间的时区 | America/Los_Angeles | None | None |
1934
- | docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 | None | None | None |
1935
- | 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 |
1936
- | cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) | 本次请求将被缓存,你可以使用下面的 URL 直接访问缓存结果,有效期为 24 小时,访问缓存不会产生额外费用。 | None | None |
1937
- | cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL | None | None | None |
1938
- | router | string | No | The endpoint that generated this response \| 生成此响应的端点 | None | None | None |
1939
- | params | dynamic object | No | The parameters used in the request \| 请求中使用的参数 | None | None | None |
1940
- | data | null | No | The response data \| 响应数据 | None | None | None |
1941
-
1942
- <a id="post-api-u1-v1-bilibili-web-fetch-vip-video-playurl"></a>
1943
- ### `POST /api/u1/v1/bilibili/web/fetch_vip_video_playurl`
1944
-
1945
- - Summary: 获取大会员清晰度视频流地址/Get VIP video playurl
1946
- - Capabilities: content details
1947
- - Auth: Header `Authorization: Bearer {token}`; docs also allow Cookie `Authorization` as fallback (`HTTPBearer`)
1948
- - operationId: `fetch_vip_video_playurl_api_v1_bilibili_web_fetch_vip_video_playurl_post`
1949
-
1950
- #### Notes
1951
-
1952
- > # [中文]
1953
- > ### 用途:
1954
- > - 获取大会员清晰度视频流地址
1955
- > ### 参数:
1956
- > - bv_id: 作品id
1957
- > - cid: 作品cid
1958
- > - cookie: 大会员用户Cookie
1959
- > ### 返回:
1960
- > - 大会员清晰度视频流地址
1961
- >
1962
- > # [English]
1963
- > ### Purpose:
1964
- > - Get VIP video playurl
1965
- > ### Parameters:
1966
- > - bv_id: Video id
1967
- > - cid: Video cid
1968
- > - cookie: VIP User Cookie
1969
- > ### Return:
1970
- > - VIP video playurl
1971
- >
1972
- > # [示例/Example]
1973
- > bv_id = "BV1y7411Q7Eq"
1974
- > cid = "171776208"
1975
- > cookie = "your_vip_bilibili_cookie"
1976
-
1977
- #### Parameters
1978
-
1979
- None
1980
-
1981
- #### Request Body
1982
-
1983
- - required: Yes
1984
-
1985
- ##### `application/json`
1986
-
1987
- - Schema summary: `bv_id*`:string, `cid*`:string, `cookie*`:string
1988
-
1989
- | Field | Type | Required | Description | Default | Example | Enum |
1990
- | --- | --- | --- | --- | --- | --- | --- |
1991
- | bv_id | string | Yes | 作品id/Video id | None | BV1y7411Q7Eq | None |
1992
- | cid | string | Yes | 作品cid/Video cid | None | 171776208 | None |
1993
- | cookie | string | Yes | 大会员用户Cookie/VIP User Cookie | None | your_vip_bilibili_cookie | None |
1994
-
1995
- #### Success Response
1996
-
1997
- ##### `200 application/json`
1998
-
1999
- - Schema summary: `code`:integer, `request_id`:string, `message`:string, `message_zh`:string, `support`:string, `time`:string, `time_stamp`:integer, `time_zone`:string, ...
2000
-
2001
- | Field | Type | Required | Description | Default | Example | Enum |
2002
- | --- | --- | --- | --- | --- | --- | --- |
2003
- | code | integer | No | HTTP status code \| HTTP状态码 | 200 | None | None |
2004
- | request_id | string | No | Unique request identifier \| 唯一请求标识符 | None | None | None |
2005
- | message | string | No | Response message (EN-US) \| 响应消息 (English) | Request successful. This request will incur a charge. | None | None |
2006
- | message_zh | string | No | Response message (ZH-CN) \| 响应消息 (中文) | 请求成功,本次请求将被计费。 | None | None |
2007
- | support | string | No | Support message \| 支持消息 | Discord: https://discord.gg/aMEAS8Xsvz | None | None |
2008
- | time | string | No | The time the response was generated \| 生成响应的时间 | None | None | None |
2009
- | time_stamp | integer | No | The timestamp the response was generated \| 生成响应的时间戳 | None | None | None |
2010
- | time_zone | string | No | The timezone of the response time \| 响应时间的时区 | America/Los_Angeles | None | None |
2011
- | docs | string | No | Link to the API Swagger documentation for this endpoint \| 此端点的 API Swagger 文档链接 | None | None | None |
2012
- | 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 |
2013
- | cache_message_zh | string | No | Cache message (ZH-CN) \| 缓存消息 (中文) | 本次请求将被缓存,你可以使用下面的 URL 直接访问缓存结果,有效期为 24 小时,访问缓存不会产生额外费用。 | None | None |
2014
- | cache_url | string | No | The URL to access the cached result \| 访问缓存结果的 URL | None | None | None |
2015
- | router | string | No | The endpoint that generated this response \| 生成此响应的端点 | None | None | None |
2016
- | params | dynamic object | No | The parameters used in the request \| 请求中使用的参数 | None | None | None |
2017
- | data | null | No | The response data \| 响应数据 | None | None | None |