首页 娱乐购物 条码查询
条码查询

条码查询

  • 1338
  • 1076
商品条形码查询,支持EAN8/EAN13的商品条码在线查询,返回产品名称、生产企业、规格参数等。
198.00/10000次
申请就送100次
https://api.jisuapi.com/barcode2/query
JSON,JSONP
GET POST
https://api.jisuapi.com/barcode2/query?appkey=yourappkey&barcode=06917878036526

请求参数:

API在线测试
参数名称类型必填说明
barcode string 条码

返回参数:

参数名称类型说明
barcode string 条码
name string 名称
ename string 英文名称
unspsc string UNSPSC分类
brand string 品牌
type string 规格型号
width string 宽度
height string 高度
depth string 深度
origincountry string 原产国
originplace string 原产地
assemblycountry string 装配国
barcodetype string 条码类型
catena string 产品系列
isbasicunit string 是否是基本单元
packagetype string 包装类型
grossweight string 毛重
netweight string 净重
description string 描述
keyword string 关键词
pic string 图片
price string 价格
licensenum string 生产许可证
healthpermitnum string 卫生许可证
netcontent string 净含量

请求代码:

查看代码
<?php

require_once 'curl.func.php';

$appkey = 'your_appkey_here';
$barcode = '06953502812005';
$url = "https://api.jisuapi.com/barcode2/query?barcode=$barcode&appkey=$appkey";
$result = curlOpen($url, ['ssl'=>true]);
$jsonarr = json_decode($result, true);
//exit(var_dump($jsonarr));

if($jsonarr['status'] != 0)
{
    echo $jsonarr['msg'];
    exit();
}

$result = $jsonarr['result'];

echo $result['barcode'].' '.$result['name'].' '.$result['ename'].' '.$result['unspsc'].'
'; echo $result['brand'].' '.$result['specification'].' '.$result['width'].' '.$result['height'].'
'; echo $result['depth'].' '.$result['origincountry'].' '.$result['originplace'].' '.$result['assemblycountry'].'
'; echo $result['barcodetype'].' '.$result['catena'].' '.$result['isbasicunit'].' '.$result['packagetype'].'
'; echo $result['grossweight'].' '.$result['netcontent'].' '.$result['netweight'].' '.$result['description'].'
'; echo $result['keyword'].' '.$result['pic'].' '.$result['price'].' '.$result['licensenum'].' '.$result['healthpermitnum'];

JSON返回示例 :

{
    "status": 0,
    "msg": "ok",
    "result": {
        "barcode": "06917878036526",
        "name": "雀巢咖啡臻享白咖啡",
        "ename": "NESCAFE White Coffee",
        "unspsc": "50201708 (食品、饮料和烟草>>饮料>>咖啡和茶>>咖啡饮料)",
        "brand": "NESCAFE",
        "type": "29g",
        "width": "70毫米",
        "height": "160毫米",
        "depth": "55毫米",
        "origincountry": "中国",
        "originplace": "",
        "assemblycountry": "中国",
        "barcodetype": "",
        "catena": ",",
        "isbasicunit": "0",
        "packagetype": "",
        "grossweight": "",
        "netcontent": "5条",
        "netweight": "145克",
        "description": "",
        "keyword": "雀巢咖啡臻享白咖啡",
        "pic": "",
        "price": "",
        "licensenum": "QS3117 0601 0440",
        "healthpermitnum": ""
    }
}
                    

API错误码:

代号说明
201 条码为空
202 条码不正确
203 该条码已下市(扣次数)
204 该条码已注册,但编码信息未按规定通报(扣次数)
210 没有信息

系统错误码:

代号说明
101 APPKEY为空或不存在
102 APPKEY已过期
103 APPKEY无请求此数据权限
104 请求超过次数限制
105 IP被禁止
106 IP请求超过限制
107 接口维护中
108 接口已停用
计次套餐套餐规格价格
免费套餐 100次 0.00 元  ≈0元/次
Level1 10000次 198.00 元  ≈0.0198元/次
Level2 20000次 370.00 元  ≈0.0185元/次
Level3 50000次 850.00 元  ≈0.017元/次
Level4 100000次 1500.00 元  ≈0.015元/次
* 包月套餐和计次套餐不可同时购买,不可叠加使用。
包月套餐套餐规格价格
Level1
特惠
1000次/天 57.50元 ≈0.00192元/次
Level2 3000次/天 305.00元 ≈0.00339元/次
Level3 6000次/天 572.50元 ≈0.00318元/次
Level4 10000次/天 880.00元 ≈0.00293元/次
* 套餐使用时限为订购之日起30日。

2022-12-08

对“203 该条码已下市(扣次数)”和“204 该条码已注册,但编码信息未按规定通报(扣次数)”计费。

活动推荐ACTIVITY 更多

  • orc活动

其它推荐RECOMMENDED DATA 更多