API文档中心

热门接口:产品ID找同款全量维权查询万能转链字符串ID转换 (有API需求可联系本站)

抖音分销直播间商品列表

调用权限:核心接口会员卡调用
接口使用场景等说明:

获取可抖音精选联盟分销直播间商品列表信息,本接口无需授权

接口请求地址

环境 http 地址 https 地址
正式环境 http://api.veapi.cn/douke/distribution_LiveProductList 暂无

请求方式:GETPOST

请求参数

参数名称 参数类型 必填 示例值 描述
vekey String V123M56 公共参数,接口秘钥,请在会员中心获取
author_buyin_id String 6937811229809508616 主播的百应ID

请求示例

  • HTTP
  • PHP
  • JAVA
  • PYTHON
GET/POST  http://api.veapi.cn/douke/distribution_LiveProductList?vekey=xxx&author_buyin_id=6937811229809508616 

使用curl函数,curl不是php原生库,需要安装才能使用

$api="http://api.veapi.cn/douke/distribution_LiveProductList?vekey=xxx&author_buyin_id=6937811229809508616";

$ch = curl_init();
curl_setopt($ch, CURLOPT_URL, $api);
//curl_setopt($ch, CURLOPT_POST, true);  //POST方式时启用
//curl_setopt($ch, CURLOPT_POSTFIELDS, $postData );  //POST方式时传参

curl_setopt($ch, CURLOPT_SSL_VERIFYPEER, false);  //如果使用https请启用
curl_setopt($ch, CURLOPT_SSL_VERIFYHOST, false);  //如果使用https请启用
curl_setopt($ch, CURLOPT_RETURNTRANSFER, true );   //返回数据流,不直接输出
curl_setopt($ch, CURLOPT_ENCODING, 'gzip'); //使用gzip压缩传输让访问更快
curl_setopt($ch, CURLOPT_TIMEOUT, 6);  //允许执行的最长秒数。这里设定6S
curl_setopt($ch, CURLOPT_CONNECTTIMEOUT, 5);

$result = curl_exec($ch);
$info = curl_getinfo($ch);
curl_close($ch);

echo $result; //返回值
使用okhttp3/httpclient/jsoup/hutool,以hutool为例:

import cn.hutool.http.HttpResponse;
import cn.hutool.http.HttpRequest;

public class testGetParam {

    public static void main(String[] args) {
        // API网址
        String url = "http://api.veapi.cn/douke/distribution_LiveProductList?vekey=xxx&author_buyin_id=6937811229809508616";
        // JDK 8u111版本后,若目标页面为HTTPS协议,请启用proxy用户密码鉴权
        //System.setProperty("jdk.http.auth.tunneling.disabledSchemes", "");

        // 发送请求
        String result = HttpRequest.get(url)
                .timeout(10000)//设置超时,毫秒
                .execute().body();
        System.out.println(result);
    }
}
推荐使用 requests,支持访问http,https网页:

import requests
		
# 要访问的API网页
target_url = "http://api.veapi.cn/douke/distribution_LiveProductList?vekey=xxx&author_buyin_id=6937811229809508616"

# 发送请求
response = requests.get(target_url)

# 获取页面内容
if response.status_code == 200:
	print response.text

返回值(JSON)

参数名称 参数类型 示例值 描述
create_time Int64 1649841070 直播间创建时间
online_num Int64 21231 在线人数
is_rest_assured Bool false 是否支持安心购
has_kol_coupon Bool false 是否有主播券
is_flash_live_room Bool false 是否闪购直播间
product_count Int32 100 商品总数(不含闪购),最多100
products List - 商品列表(不含闪购)
 └─ list_num Int32 1 商品在列表序号
 └─ product_id Int64 3094093204930502 商品ID
 └─ title String 测试商品岩烧芝士脆饼干 商品名称
 └─ price Int64 1000 商品价格
 └─ first_cid Int64 20018 一级类目
 └─ first_cname String 零食/坚果/特产 一级类目名称
 └─ second_cid Int64 20313 二级类目
 └─ second_cname String 饼干/膨化 二级类目名称
 └─ third_cid Int64 22977 三级类目
 └─ third_cname String 饼干 三级类目名称
 └─ category_id Int64 29187 行业类目ID
 └─ live_room_price Int64 900 直播间价格
 └─ is_explaining Bool true 是否在讲解中
 └─ available_coupons List - 优惠券列表
    └─ coupon_type Int32 1 优惠券类型:1 平台券;2 店铺券;3 达人券
    └─ type_desc String 平台券 券类型名称
    └─ discount_desc String 满50减10券 券描述
 └─ ads_promotion_ratio Struct - 渠道推广费率(X10000)
    └─ share_ratio Int64 1000 新客推广费率
    └─ old_fans_ratio Int64 500 老客推广费率
 └─ given_products List - 赠品信息
    └─ product_id Int64 2323109090032130190 商品ID
    └─ product_name String 赠品-名称 商品名称
    └─ cover String https://sf1-ttcdn-tos.pstatp.com/img/temai/Fpt8famR3twTGYz09e25nz5PbTRuwww800-800~1125x1125_q50.webp 商品主图
    └─ given_skus List - SKU列表
         └─ product_id Int64 2323109090032130190 商品ID
         └─ sku_id Int64 2323109090032130191 SKU ID
         └─ cover String https://sf1-ttcdn-tos.pstatp.com/img/temai/Fpt8famR3twTGYz09e25nz5PbTRuwww800-800~1125x1125_q50.webp sku主图
 └─ cover String https://p6-aio.ecombdimg.com/obj/temai/6ef6ccb6699c9865be7e68c325bf22e7w 商品主图
flash_products_count Int32 1 闪购商品总数
flash_products List - 闪购商品列表
 └─ list_num Int32 1 商品在列表序号
 └─ product_id Int64 3094093204930502 商品ID
 └─ title String 测试商品岩烧芝士脆饼干 商品名称
 └─ price Int64 1000 商品价格
 └─ first_cid Int64 20018 一级类目
 └─ first_cname String 零食/坚果/特产 一级类目名称
 └─ second_cid Int64 20313 二级类目
 └─ second_cname String 饼干/膨化 二级类目名称
 └─ third_cid Int64 22977 三级类目
 └─ third_cname String 饼干 三级类目名称
 └─ category_id Int64 29187 行业类目ID
 └─ live_room_price Int64 900 直播间价格
 └─ is_explaining Bool false 是否在讲解中
available_coupons List - 优惠券列表
 └─ coupon_type Int32 1 优惠券类型:1 平台券;2 店铺券;3 达人券
 └─ type_desc String 平台券 券类型名称
 └─ discount_desc String 满50减10券 券描述
ads_promotion_ratio Struct - 渠道推广费率(X10000)
 └─ share_ratio Int64 1000 新客推广费率
 └─ old_fans_ratio Int64 500 老客推广费率
given_products List - 赠品信息
 └─ product_id Int64 2323109090032130190 商品ID
 └─ product_name String 赠品-名称 商品名称
 └─ cover String https://sf1-ttcdn-tos.pstatp.com/img/temai/Fpt8famR3twTGYz09e25nz5PbTRuwww800-800~1125x1125_q50.webp 商品主图
 └─ given_skus List - SKU列表
    └─ product_id Int64 2323109090032130190 商品ID
    └─ sku_id Int64 2323109090032130191 SKU ID
    └─ cover String https://sf1-ttcdn-tos.pstatp.com/img/temai/Fpt8famR3twTGYz09e25nz5PbTRuwww800-800~1125x1125_q50.webp 商品主图
room_id Int64 1292893292189385392859439 直播间ID
author_nickname String 测试用户 直播达人昵称
author_buyin_id Int64 75678931425 直播达人百应ID
lottery_products List - 福袋商品
 └─ product_info Struct - 福袋商品
    └─ list_num Int32 1 商品序号
    └─ product_id Int64 3094093204930502 商品ID
    └─ title String 测试商品 商品名称
    └─ price Int64 1000 商品价格
    └─ first_cid Int64 20088 一级类目
    └─ first_cname String 零食/坚果/特产 一级类目名称
    └─ second_cid Int64 20089 二级类目
    └─ second_cname String 饼干/膨化 二级类目名称
    └─ third_cid Int64 20099 三级类目
    └─ third_cname String 饼干 三级类目名称
    └─ category_id Int64 20098 行业类目ID
    └─ live_room_price Int64 1000 直播间价格
    └─ is_explaining Bool true 是否在讲解中
    └─ available_coupons List - 优惠券列表
 └─ lottery_activity_id Int64 111112222 福袋ID
 └─ lottery_product_start_time Int64 1674960993 福袋活动开始时间
 └─ lottery_product_end_time Int64 1674970993 福袋活动结束时间/开奖时间

返回示例

【提示】推广链接通常有时效性,示例中的链接为创建文档时生成,仅用于展示返回结果使用,有可能已失效。
{ "error": "0", "msg": "查询成功!", "data": { "author_buyin_id": 6937811229809508616, "author_nickname": "植护官方旗舰店", "create_time": 1680220749, "flash_products_count": 0, "is_flash_live_room": false, "is_rest_assured": false, "lottery_products": [], "online_num": 123, "product_count": 12, "products": [ { "ads_promotion_ratio": { "old_fans_ratio": 100, "share_ratio": 100 }, "category_id": 5, "cover": "https://p6-aio.ecombdimg.com/obj/ecom-shop-material/eVDOYK_m_7e44d0679d1f94f4ac66ebfb3c1360bb_sx_520771_www800-800", "first_cid": 20115, "first_cname": "洗护清洁剂/卫生巾/纸/香薰", "is_explaining": true, "list_num": 1, "live_room_price": 2990, "price": 2990, "product_id": 3496198456744257474, "second_cid": 21763, "second_cname": "纸品/湿巾", "third_cid": 28483, "third_cname": "抽纸", "title": "植护气垫纸巾悦色橙抽纸整箱家用抽取4层加厚大包装餐巾纸卫生纸" } ], "room_id": 7216492933682416439 }, "request_id": "YxZgzu6" }

错误码

如果error不为0时,请点此查看错误码表格

在线
客服

会员请加QQ群交流:

微信
咨询

加微信咨询
顶部