# 接口服务列表(43)
接口文档
 行驶证识别接口
行驶证识别接口 application member login
单次低至 0.04元 立即购买
套餐1 20次/0.80元 立即购买
接口地址: https://www.powerbot.cn/api/app.php?s=App.SyncIdentify.Sync_identify 接口描述: 行驶证接口识别(Driving license interface identification)支持机动车行驶证主页及副页所有22个字段进行结构化识别,包括号牌号码、车辆类型、所有人、住址、使用性质、品牌型号、车辆识别代码、发动机号码、发证日期、核定载人数、质量、尺寸、检验记录等。
请求协议 HTTP/HTTPS
请求方式 GET/POST
编码格式 UTF-8
返回格式 JSON

接口参数

参数名字类型是否必须默认值其他说明
access_token 字符串 必须 请到授权模块-申请访问令牌获取access_token 必填
upfile file 必须 最小:0;最大:2097152 请上传图片

返回字段

返回结果类型说明
ret 整型 状态码,200表示成功,4xx表示客户端非法请求,5xx表示服务器错误
data 对象或混合类型 业务数据,由各自接口指定,通常为对象
data.content 对象 行驶证内容信息
data.content.number_plate 字符串 车牌号码信息
data.content.vehicle_type 字符串 车辆类型
data.content.owner 字符串 所有人
data.content.address 字符串 住址
data.content.use_type 字符串 使用性质
data.content.brand_type 字符串 品牌型号
data.content.identify_num 字符串 车辆识别代号
data.content.engine_number 字符串 发动机号码
data.content.registration_date 字符串 注册日期
data.content.issue_date 字符串 发证日期
msg 字符串 提示信息,失败时的错误提示

在线测试   

参数是否必须
service 必须
access_token 必须
upfile 必须

客户端请求示例

{
    "ret": 200,
    "data": {
        "content": {
                "number_plate": "粤A4***0",
                "vehicle_type": "小型桥车",
                "owner": "黄*文",
                "address": "广东省从化市城郊街东风村十三社新和里",
                "use_type": "非营运",
                "brand_type": "别克(BUICK)SGM7****S",
                "identify_num": "LSGJV52P84S244832",
                "engine_number": "T18SED2****9NC",
                "registration_date": "2004-06-1",
                "issue_date": "2016-07-15",
            }
    },
    "msg": ""
}

错误列表

错误状态码错误描述信息
400 ret=400,客户端参数错误或非法请求
404 表示接口服务不存在
406 ret=406,access_token令牌校验不通过
407 ret=407,app_key权限不足,或未知应用
408 ret=408,当前用户禁止使用,或用户未登录
500 表示服务端内部错误
©2012-2023 萝卜动力 粤ICP备12058243号