首页 生活常用 快递查询
快递查询

快递查询

优质 HTTPS
  • 2198
  • 18793
提供包括申通、顺丰、圆通、韵达、中通、百世、极兔、德邦、天天、EMS、宅急送、跨越、UPS、新邦等快递公司在内的170多个快递物流单号查询。可以自动识别快递公司。(顺丰快递需要收件人/寄件人手机号后四位)
49.00/10000次
申请就送100次
https://api.jisuapi.com/express/query
JSON,JSONP
GET POST
https://api.jisuapi.com/express/query?appkey=yourappkey&type=sfexpress&number=931658943036

请求参数:

API在线测试
参数名称类型必填说明
type string 快递公司 自动识别请写auto
number string 快递单号
mobile string 收件人/寄件人手机号(顺丰快递需要)

返回参数:

参数名称类型说明
time string 时间
status string 状态
issign int 是否签收(已弃用,请使用deliverystatus)
type string 快递公司
number string 快递单号
deliverystatus int 物流状态 1在途中 2派件中 3已签收 4派送失败(拒签等)

请求代码:

查看代码
<?php

$appkey = 'your_appkey_here';//你的appkey
$url = "https://api.jisuapi.com/express/query?appkey=$appkey";
$type = 'bsky';
$number = '70303808964270';

$post = array('type'=>$type,
      'number'=>$number
);
$result = curlOpen($url, array('post'=>$post,'ssl'=>true));

$jsonarr = json_decode($result, true);

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

$result = $jsonarr['result'];
if($result['deliverystatus'] == 3) echo '已签收'.'
'; else echo '未签收'.'
'; foreach($result['list'] as $val) { echo $val['time'].' '.$val['status'].'
'; }

JSON返回示例 :

{
    "status": 0,
    "msg": "ok",
    "result": {
        "number": "4303200322000",
        "type": "yunda",
        "typename": "韵达快运",
        "logo": "https://api.jisuapi.com/express/static/images/logo/80/yunda.png",
        "list": [
            {
                "time": "2019-12-30 20:24:51",
                "status": "北京分拨中心进行装车扫描,发往:辽宁大连分拨中心"
            },
            {
                "time": "2019-12-30 01:18:48",
                "status": "北京分拨中心进行中转集包扫描,发往:辽宁大连分拨中心"
            },
            {
                "time": "2019-12-30 01:09:00",
                "status": "北京分拨中心在分拨中心进行称重扫描"
            },
            {
                "time": "2019-12-29 20:34:28",
                "status": "北京石景山区金顶街公司进行揽件扫描"
            }
        ],
        "deliverystatus": 3,
        "issign": 1
    }
}
                    

API错误码:

代号说明
201 快递单号为空
202 快递公司为空
203 快递公司不存在
204 快递公司识别失败
205 没有信息
206 快递单号错误
208 单号没有信息(扣次数)
209 单号没有信息(确定单号没有信息 不扣次数)
220 需要收件人/寄件人手机号(顺丰)

系统错误码:

代号说明
101 APPKEY为空或不存在
102 APPKEY已过期
103 APPKEY无请求此数据权限
104 请求超过次数限制
105 IP被禁止
106 IP请求超过限制
107 接口维护中
108 接口已停用
计次套餐套餐规格价格
免费套餐 100次 0.00 元  ≈0元/次
Level1 10000次 49.00 元  ≈0.0049元/次
Level2 20000次 97.00 元  ≈0.00485元/次
Level3 50000次 240.00 元  ≈0.0048元/次
Level4 100000次 475.00 元  ≈0.00475元/次
* 包月套餐和计次套餐不可同时购买,不可叠加使用。
包月套餐套餐规格价格
Level1
特惠
1000次/天 58.00元 ≈0.00193元/次
Level2 3000次/天 305.00元 ≈0.00339元/次
Level3 6000次/天 570.00元 ≈0.00317元/次
Level4 10000次/天 880.00元 ≈0.00293元/次
* 套餐使用时限为订购之日起30日。

2021-01-18

接口全面优化升级,提升稳定性、准确性和响应时间。

2019-12-07

顺丰查询要求输入快递预留的收/寄件人联系方式的后四位进行验证

2019-11-06

增加字段logo,快递公司logo

2019-06-25

增加字段typename,快递公司名称

活动推荐ACTIVITY 更多

  • orc活动

其它推荐RECOMMENDED DATA 更多