萌娘百科,萬物皆可萌的百科全書!轉載請標註來源頁面的網頁連結,並聲明引自萌娘百科。內容不可商用。
跳至導覽
跳至搜尋
本模板用以獲取指定B站UP數據。
服務器端配置
配置項
|
Bilibili相關
|
Niconico相關
|
Youtube相關
|
視頻接口
|
UP接口
|
視頻接口
|
視頻接口
|
頻道接口
|
緩存時長
|
|
|
|
|
|
緩存更新 最大頻率控制
|
低頻時段
|
|
|
|
低頻時段頻率
|
|
|
|
|
|
高頻時段頻率
|
|
|
|
|
|
代理節點個數
|
|
|
|
註:
- 緩存更新最大頻率是指連續60秒內服務器或代理節點進行緩存刷新的最大次數,超出最大次數之後的請求將會延長緩存有效期至解除頻率控制時間點,並會在每日的低頻時段被服務器重試,直至完成緩存刷新。
- 建議通過搭配onlyTime參數來向讀者提示緩存時間,如有需要強制刷新請聯繫AnnAngela[更多]。
統計數據
統計數據 |
---|
| 說明:
- entrypoint數據從2020年8月13日星期四晚上10點04分開始統計,Bilibili的UP和Video數據從2021年5月4日下午4時許開始統計,Niconico的Video數據從2021年6月8日下午4時許開始統計,Youtube的Video數據從2022年4月16日下午2時許開始統計,Youtube的Channel數據從2022年4月17日中午12時許開始統計;
- entrypoint是指請求B站視頻api數據的次數,不同的名稱指代不同的接口,每次請求只獲取一個視頻的數據;
- UP和Video的total是指服務器收到獲取數據的次數,(因為請求中可以查詢多個UP或視頻所以)每個請求中每個UP或視頻都為total和自身的次數+1。
如有歷史數據需要,請聯繫User:AnnAngela。
未切換至nodejs前的過往數據 |
2020年8月13日星期四晚上10點04分
id
|
name
|
success_count
|
failed_count
|
1
|
web-interface
|
0
|
0
|
2
|
web-interface/archive
|
0
|
0
|
3
|
archive_stat
|
3
|
0
|
2020年8月14日星期五下午12點45分
id
|
name
|
success_count
|
failed_count
|
1
|
web-interface
|
600
|
238
|
2
|
web-interface/archive
|
0
|
238
|
3
|
archive_stat
|
1302
|
238
|
2020年8月19日星期三晚上10點26分
id
|
name
|
success_count
|
failed_count
|
1
|
web-interface
|
4410
|
3030
|
2
|
web-interface/archive
|
0
|
3030
|
3
|
archive_stat
|
12947
|
3031
|
2020年8月27日星期四晚上9點21分
id
|
name
|
success_count
|
failed_count
|
1
|
web-interface
|
11719
|
6602
|
2
|
web-interface/archive
|
0
|
6587
|
3
|
archive_stat
|
27348
|
6603
|
2020年9月3日星期四晚上10點20分
id
|
name
|
success_count
|
failed_count
|
1
|
web-interface
|
14850
|
9494
|
2
|
web-interface/archive
|
0
|
9470
|
3
|
archive_stat
|
42775
|
9495
|
2020年9月5日星期六晚上11點11分
id
|
name
|
success_count
|
failed_count
|
1
|
web-interface
|
15891
|
10588
|
2
|
web-interface/archive
|
0
|
10562
|
3
|
archive_stat
|
47443
|
10592
|
2020年10月1日星期四晚上8點49分
id
|
name
|
success_count
|
failed_count
|
1
|
web-interface
|
31603
|
19320
|
2
|
web-interface/archive
|
0
|
19259
|
3
|
archive_stat
|
93739
|
19324
|
2020年10月28日星期三晚上10點47分
id
|
name
|
success_count
|
failed_count
|
1
|
web-interface
|
49188
|
29628
|
2
|
web-interface/archive
|
0
|
29511
|
3
|
archive_stat
|
145646
|
29635
|
2021年1月17日星期日下午1點07分
id
|
name
|
success_count
|
failed_count
|
1
|
web-interface
|
110135
|
66679
|
2
|
web-interface/archive
|
0
|
66357
|
3
|
archive_stat
|
291185
|
66683
|
|
|
|
參數說明
- id:必填,填寫UP的用戶ID(可通過UP的個人空間
https://space.bilibili.com/xxxxx
獲得,純數字)
- type:必填,填寫需要獲取的信息類型:
- name:UP暱稱;
- face_url:UP頭像;
- follower:粉絲數;
- following:關注數;
- video_count:UP視頻投稿數;(暫無文章投稿數)
- color:選填,改變字體顏色
- format:選填,處理除註冊時間以外的數字類型值時指定輸出的數據的格式,只能填以下三種參數:
round
/ toFixed
(默認值):
- 數據小於10000時顯示原始數據;
- 大於10000時以「萬」為單位顯示:
- 此時四捨五入保留的小數位數以
{{{decimalLength|}}}
指定,只接受正整數,默認為1;
plain
:直接顯示原始數據
separate
:顯示帶千位分隔符的數據
- onlyTime:選填,值不為空時只顯示數據獲取時間點(此時可不填參數type)
- dateFormat:選填,處理獲取數據的時間點時直接傳遞給moment庫,所以請使用moment庫可用的格式,默認值為
LLL
(2020年1月2日晚上4點50分)
- imgStyle:選填,處理頭像時的樣式,格式為
【参数名1】:【参数值1】,【参数名2】:【参数值2】
:
- height:指定頭像高度,單位為px,默認值為
auto
;
- width:指定頭像寬度,單位為px,默認值為——當height未指定時是
150
,height指定時為auto
;
- link:不為空時指定頭像可點擊,點擊後跳轉對應UP的BB空間。
輸出
- 在無法獲得數據(例如設置的信息類型錯誤)的時候會顯示相關錯誤信息;
- 否則以原數值顯示。
舉例
參數舉例
|
結果舉例
|
用法舉例
|
name
|
--
|
{{BilibiliUP|id=1300259363|type=name}}
|
face_url
|
--
|
{{BilibiliUP|id=1300259363|type=face_url|imgStyle=link:true}}
|
follower
|
--
|
{{BilibiliUP|id=1300259363|type=follower}}
|
following
|
--
|
{{BilibiliUP|id=1300259363|type=following}}
|
video_count
|
--
|
{{BilibiliUP|id=1300259363|type=video_count}}
|
color
|
--
|
{{BilibiliUP|id=1300259363|type=following|color=red}}
|
round / toFixed
|
--
|
{{BilibiliUP|id=1300259363|type=follower|format=toFixed}}
|
plain
|
--
|
{{BilibiliUP|id=1300259363|type=follower|format=plain}}
|
separate
|
--
|
{{BilibiliUP|id=1300259363|type=follower|format=separate}}
|
decimalLength
|
--
|
{{BilibiliUP|id=1300259363|type=follower|format=toFixed|decimalLength=4}}
|
onlyTime
|
--
|
{{BilibiliUP|id=1300259363|onlyTime=1}}
|
dateFormat
|
--
|
{{BilibiliUP|id=1300259363|onlyTime=1|dateFormat=L}}
|