首页 交通出行 车五项查询
车五项查询

车五项查询

企业专用
  • 166
  • 121
通过车牌号查询车辆的VIN、发动机号、发动机型号、工信部型号、初次登记日期、品牌等信息。
3.00/5次
https://api.jisuapi.com/licenseplatecar5/query
JSON
GET POST
https://api.jisuapi.com/licenseplatecar5/query?lsplate=%E6%B5%99A61BY3&lstype=02&appkey=yourappkey

请求参数:

在线测试
参数名称类型必填说明
lsplate string 车牌号
lstype string 车牌类型

返回参数:

参数名称类型说明
lsplate string 车牌号
lstype string 车牌类型
vin string VIN码
model string 工信部型号
enginemodel string 发动机型号
engineno string 发动机号
regdate string 初次登记日期
brand string 品牌

请求代码:

查看代码
<?php

require_once 'curl.func.php';

$appkey = 'your_appkey_here';//你的appkey
$lsplate = '浙A55555';
$lstype = '02';
$url = "https://api.jisuapi.com/licenseplatecar5/query?appkey=$appkey&lsplate=$lsplate&lstype=$lstype";
$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['lsplate'].' '.$result['lstype'].' '.$result['vin'].' '.$result['model'].' '.$result['enginemodel'].' '.$result['engineno'].' '.$result['regdate'].' '.$result['brand'];

                    

JSON返回示例 :

{
	"status":0,
	"msg":"ok",
	"result":{
		"lsplate":"浙A55555",
		"lstype":"02",
		"vin":"LSGKR5AL3GA006666",
		"model":"BYD476ZQA",
		"enginemodel":"LSY",
		"engineno":"LSY",
		"regdate":"2020-02-01",
		"brand":"宝马"
	}
}
                    

API错误码:

代号说明
201 车牌号为空
202 车牌号有误
203 车牌类型为空
204 车牌类型有误
220 没有信息

系统错误码:

代号说明
101 APPKEY为空或不存在
102 APPKEY已过期
103 APPKEY无请求此数据权限
104 请求超过次数限制
105 IP被禁止
106 IP请求超过限制
107 接口维护中
108 接口已停用
计次套餐套餐规格价格
试用套餐 5次 3.00 元  ≈0.6元/次
Level1 1000次 600.00 元  ≈0.6元/次
Level2 5000次 2700.00 元  ≈0.54元/次
Level3 10000次 5000.00 元  ≈0.5元/次
Level4 20000次 9500.00 元  ≈0.475元/次

活动推荐ACTIVITY 更多

  • orc活动

其它推荐RECOMMENDED DATA 更多