diff --git a/creativecenter/statistics&data.md b/creativecenter/statistics&data.md index 0e64195..a52c464 100644 --- a/creativecenter/statistics&data.md +++ b/creativecenter/statistics&data.md @@ -88,85 +88,29 @@ curl 'https://member.bilibili.com/x/web/index/stat' \ ```json { - "code": 0, - "message": "0", - "ttl": 1, - "data": { - "fan_recent_thirty": { - "follow": { - "20200304": 0, - "20200305": 1, - "20200307": 1, - "20200308": 0, - "20200309": 1, - "20200310": 6, - "20200311": 0, - "20200313": 0, - "20200314": 0, - "20200316": 3, - "20200317": 0, - "20200318": 1, - "20200319": 2, - "20200320": 0, - "20200321": 0, - "20200322": 2, - "20200323": 5, - "20200324": 4, - "20200325": 2, - "20200326": 2, - "20200327": 3, - "20200328": 1, - "20200329": 1, - "20200331": 1, - "20200401": 2 - }, - "unfollow": { - "20200304": 1, - "20200305": 0, - "20200307": 0, - "20200308": 0, - "20200309": 2, - "20200310": 1, - "20200311": 1, - "20200313": 2, - "20200314": 1, - "20200316": 0, - "20200317": 1, - "20200318": 1, - "20200319": 0, - "20200320": 1, - "20200321": 1, - "20200322": 1, - "20200323": 1, - "20200324": 0, - "20200325": 1, - "20200326": 0, - "20200327": 0, - "20200328": 0, - "20200329": 0, - "20200331": 0, - "20200401": 1 - } - }, - "inc_coin": 0, - "inc_elec": 0, - "inc_fav": 0, - "inc_like": 2, - "inc_share": 0, - "incr_click": 62, - "incr_dm": 1, - "incr_fans": 2, - "incr_reply": 2, - "total_click": 31059, - "total_coin": 440, - "total_dm": 522, - "total_elec": 90, - "total_fans": 390, - "total_fav": 557, - "total_like": 729, - "total_reply": 405, - "total_share": 254 - } + "code": 0, + "message": "0", + "ttl": 1, + "data": { + "inc_coin": 0, + "inc_elec": 0, + "inc_fav": 0, + "inc_like": 0, + "inc_share": 0, + "incr_click": 0, + "incr_dm": 0, + "incr_fans": 1, + "incr_reply": 0, + "total_click": 9, + "total_coin": 1, + "total_dm": 0, + "total_elec": 0, + "total_fans": 29, + "total_fav": 1, + "total_like": 1, + "total_reply": 0, + "total_share": 0 + } } ```