SocialSisterYi / bilibili-API-collect

哔哩哔哩-API收集整理【不断更新中....】
https://socialsisteryi.github.io/bilibili-API-collect/
Other
15.27k stars 1.73k forks source link

[新增/更新请求] 装扮/收藏集搜索API及收藏集信息API #1080

Closed heartalborada-del closed 2 months ago

heartalborada-del commented 3 months ago

提交前请确认

API 来源

Web 端(含 h5)

API 类型

REST

API 地址

No response

详情描述

装扮/收藏集搜索API

GET https://api.bilibili.com/x/garb/v2/mall/home/search

请求参数: 字段 类型 内容 备注
keyword str 关键词 -
ps int 每页返回数据的最大值 -
pn int 当前页数 -

返回值

根对象: 字段 类型 内容 备注
code num 返回值 0:成功
message str 错误信息 默认为0
ttl num 1 -
data obj 返回数据 -
data字段: 字段 类型 内容 备注
list Array 返回数据 -
ps int 每页返回数据的最大值 默认为20
pn int 当前页数 默认为1
total int 查询到数据的总个数 -
list字段: 字段 类型 内容 备注
item_id int 装扮对应的id 收藏集均为0,需要在properties获取
name str 装扮/收藏集名称 -
group_id int ?分类的id -
group_name str ?分类的名称 -
part_id int 类型id 装扮为6 收藏集为0
state str 当前状态 默认为“active”
properties Object 见下方 -
current_activity Object 见下方 -
next_activity int ?下次活动的时间 -
current_sources int ?活动开始时间 -
finish_sources int ?活动结束时间 -
sale_left_time int ?销售剩余时间 -
sale_time_end int ?销售结束时间 -
sale_surplus int 未知 -
sale_count_desc str 销售量显示文本 -
total_count_desc str 总量显示文本 -
tag str 当前状态标签 -
jump_link str 跳转链接 -
sales_mode int ?销售状态 -

properties字段:

收藏集信息API

GET https://api.bilibili.com/x/vas/dlc_act/lottery_home_detail?act_id=111&lottery_id=15

请求参数: 字段 类型 内容 备注
act_id int 收藏集活动id -
lottery_id int 收藏集抽奖id -

返回值

根对象: 字段 类型 内容 备注
code num 返回值 0:成功
message str 错误信息 默认为0
ttl num 1 -
data obj 返回数据 -
data字段: 字段 类型 内容 备注
lottery_id int 收藏集抽奖id -
name str 收藏集抽奖名称 -
item_list Array 可抽出的物品列表 -
collect_list Object 见下方 -
button_bubble null 未知 -
guide_info null 未知 -
is_booked int 未知 -
total_book_cnt int 未知 -
is_fission int 未知 -
physical_exchange int 未知 -
list字段: 字段 类型 内容 备注
item_type int 物品类型 目前只拿到个1, 其他值未知
card_info Object 见下方 -
card_info字段: 字段 类型 内容 备注
card_type_id int 该卡片id -
card_name str 该卡片名称 -
card_img str 该卡片图片 无水印
card_type int int 未知 -
video_list Array 该卡片动态视频 无水印
is_physical_orientation int 该卡片旋转方向 -
card_scarcity int 该卡片稀有度 -
is_mute int 该卡片是否静音 -
width int 该卡片像素宽度 -
height int 该卡片像素高度 -
card_ext_text str ?该卡片文件名字符串 -
card_img_download str 该卡片图片 有水印
video_list_download Array 该卡片动态视频 有水印
subtitles_url 未知 -
play null 未知 -
tag null 未知 -
card_sub_type int 未知 -
is_new_tag int 未知 -
is_up_tag int 未知 -
is_limited_card int 未知 -
stock_info null 未知 -
collect_list字段: 字段 类型 内容 备注
collect_infos Array 见下方 -
collect_chain null 未知 -
collect_infos字段: 字段 类型 内容 备注
collect_id int 收集品id -
start_time int 开始时间 -
end_time int 结束时间 -
redeem_text str 兑换条件 -
redeem_item_type int 兑换物类型 -
redeem_item_id str 兑换物id -
redeem_item_name str 兑换物名称 -
redeem_item_image str 兑换物预览图片 -
owned_item_amount int 拥有的数量 -
require_item_amount int 需要的数量 -
has_redeemed_cnt int 兑换次数 -
effective_forever int 是否永久有效 -
redeem_item_image_download str 未知
card_item Object 见下方 -
jump_url str ?跳转链接 -
redeem_cond_type str 当前兑换状态 -
remain_stock int 当前库存 -
total_stock int 总库存 -
lottery_id int 抽奖id -
reward_tag str 奖励显示标签 -
redeem_detail_image str 兑换详情图片 -
redeem_detail_videos null 未知 -
sort int 排序 -
redeem_items_optional null 未知 -
unlock_condition Object 见下方 -
card_item字段: 字段 类型 内容 备注
card_type_info null - -
card_asset_info null - -
play null - -
tag null - -
unlock_condition字段: 字段 类型 内容 备注
unlocked bool 是否解锁 -
lock_type int 解锁类型 -
expire_at int 过期与 -
unlocked_at int 解锁于 -
unlock_threshold int ?解锁起点 -
current_threshold int ?当前起点 -
SessionHu commented 2 months ago

Please close as #1066 has been merged. See 装扮/收藏集.