Open lovegaoshi opened 10 months ago
纯情序曲表情包: redeem_item_id === meta.item_id => https://api.bilibili.com/x/emote/package?business=reply&ids=4013
{
"id": 4013,
"text": "纯情序曲表情包",
"url": "https://i0.hdslb.com/bfs/garb/837dbe76fc977c8c22c8f0061c88b96a1dda6734.png",
"mtime": 1702641780,
"type": 3,
"attr": 28,
"meta": {
"size": 2,
"item_id": 1701673155001
},
"emote": [...
],
"flags": {
"no_access": true
},
"label": null,
"package_sub_title": "",
"ref_mid": 0
}
装扮找得到但是id隐藏
{
"item_id": 0,
"name": "杠杠收藏集-纯情序曲",
"group_id": 47,
"group_name": "杠杠收藏集-纯情序曲",
"part_id": 0,
"state": "active",
"properties": {
"book_amount": "838",
"dlc_act_id": "100531",
"dlc_act_status": "1",
"dlc_is_free": "0",
"dlc_lottery_id": "100532",
"dlc_lottery_sale_quantity": "0",
"dlc_lottery_type": "1",
"dlc_sale_end_time": "2114406245",
"dlc_sale_mode": "1",
"dlc_sale_start_time": "1702728000",
"dlc_surplus_stock": "0",
"image_cover": "https://i0.hdslb.com/bfs/garb/cb0459de8e258fa2bdc4301d2aa0cb1d073fbac5.png",
"sale_bp_forever_raw": "990",
"type": "dlc_act"
},
"current_activity": null,
"next_activity": {
"type": "first_draw_discount",
"time_limit": false,
"time_left": -1702670731,
"tag": "大会员首抽",
"price_bp_month": 490,
"price_bp_forever": 490,
"type_month": "",
"tag_month": "",
"time_limit_month": false,
"time_left_month": 0
},
"current_sources": null,
"finish_sources": null,
"sale_left_time": -1702670731,
"sale_time_end": -1702670731,
"sale_surplus": 0,
"sale_count_desc": "0",
"total_count_desc": "",
"tag": "预约中",
"jump_link": "https://www.bilibili.com/h5/mall/digital-card/home?-Abrowser=live&act_id=100531&hybrid_set_header=2&lottery_id=100532",
"sales_mode": 0
},
看到有朋友做了装扮/收藏素材提取,但是不晓得用的什么API https://github.com/sjh8130/BilibiliSuitCollection
另外获取全部收藏的API不全,比如蛙吹的收藏就么的 新抓的API如下: https://api.bilibili.com/x/vas/dlc_act/act/list?&scene=1&site=20 一页20,下一页需要改site=
以及全部装扮: https://api.bilibili.com/x/garb/v2/mall/partition/item/list?part_id=6&pn=1&sort_type=2 同样一页20,下一页pn=
收藏集指的是手机端的表情包那些?
有没有朋友研究过收藏集兑换的API? 我搜集到的:
全部列表: https://api.bilibili.com/x/garb/card/subject/list?subject_id=42 基础信息: https://api.bilibili.com/x/vas/dlc_act/act/basic?act_id={藏品id} 详细信息: https://api.bilibili.com/x/vas/dlc_act/act/item/list?act_id={藏品id}
想知道收藏集兑换是怎么搞的,如这俩玩意儿 https://github.com/lovegaoshi/biliNFT/blob/main/data/BILINFT_100531.json