Explore our Marketplace to buy and sell APIs, services, and social media solutions. Connect with a vibrant community of developers, businesses, and creators!
is_brand_live: 直播类型,1 为内容直播,0 为带货直播。page: 页码,从 1 开始,每页固定返回 20 条。total_count: 匹配主播总数。data: 主播列表,包含基础资料、粉丝画像、直播表现及相应合作能力指标。is_brand_live: Live mode. Use 1 for branded-content live streams and0 for commerce live streams.page: One-based page number. Each page contains 20 records.total_count: Total number of matching creators.data: Creator records containing profile, audience, live performance,Authorization: Bearer ********************curl --location 'https://api.tikhub.io/api/v1/bilibili/huahuo/search_live_upper' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"nickname_or_mids": "string",
"mids": [
0
],
"is_brand_live": 0,
"gender": "string",
"region_id": [
0
],
"second_region_id": [
0
],
"min_fans_num": 0,
"max_fans_num": 0,
"fans_gender_tag": [
"string"
],
"fans_age_tag": [
"string"
],
"fans_region_tag": [
"string"
],
"live_subarea_id": [
0
],
"partition_id": 0,
"second_partition_id": [
0
],
"min_popularity": 0,
"max_popularity": 0,
"live_audience_h_avg_30d_min": 0,
"live_audience_h_avg_30d_max": 0,
"live_danmu_h_avg_30d_min": 0,
"live_danmu_h_avg_30d_max": 0,
"live_guild_id": [
0
],
"high_potential_type": 0,
"live_good_category": 0,
"live_good_gmv": 0,
"order_by": "string",
"sort": "string",
"page": 1,
"property1": "string",
"property2": "string"
}'{
"code": 200,
"request_id": "string",
"message": "Request successful. This request will incur a charge.",
"message_zh": "请求成功,本次请求将被计费。",
"support": "Discord: https://discord.gg/aMEAS8Xsvz",
"time": "string",
"time_stamp": 0,
"time_zone": "America/Los_Angeles",
"docs": "string",
"cache_message": "string",
"cache_message_zh": "string",
"cache_url": "string",
"router": "",
"params": {},
"data": null
}