车辆交通与物流     正常 无需实名认证 按量计费

车架号VIN码查询

车架号VIN码查询-车辆信息查询-车架号查询-车辆VIN码查询-车辆VIN码查询-车辆VIN码-VIN码查询-车架号查询


更新日期
2025-04-28 19:21:08
请求方式
GET
返回格式
json
调用权限
无需实名认证
参考价格
0.10000元/次

  • 计费说明
  • API文档
  • 错误码参照
  • 示例代码
  • 在线调试
按量计费:

每次请求API接口:0.10000 元

接口地址:https://api.xiaotuo.net/api.php?act=Api_send&id=66


返回格式:json


请求方式:GET


请求示例:https://api.xiaotuo.net/api.php?act=Api_send&id=66&apikey=你开通的apikey&vin=车架号


请求参数说明:
名称 必填 类型 说明
apikey string 你开通的apikey
vin string 车架号
返回参数说明:
名称 类型 说明
matching_mode int 匹配模式 1 标准车型
is_commercial int 是否商用 1 是 0 否
cid int 车ID
brand_name string 品牌名称
series_name string 车系
name string 车型车款
year string 车款
price string 厂家指导价
gearbox string 变速箱
geartype string 变速箱类型
engine_model string 发动机型号
driven_type string 驱动方式
displacement_ml string 排量(mL)
displacement string 排量(L)
nedczhyh string 油耗
effluent_standard string 环保标准
scale string 车辆级别
csjg string 车身结构
cms string 车门数(个)
zws string 座位数(个)
market_date string 上市时间
stop_date string 停产时期
length string 长度(mm)
width string 宽度(mm)
hi string 高度(mm)
返回示例:
{
    "msg": "成功",
    "success": true,
    "code": 200,
    "data": {
        "model_list": [
            {
                "name": "极氪 极氪001 2022款 超长续航双电机 YOU版",
                "series_name": "极氪001",
                "brand_name": "极氪",
                "cid": "73187"
            },
            {
                "name": "极氪 极氪001 2022款 长续航双电机 WE版",
                "series_name": "极氪001",
                "brand_name": "极氪",
                "cid": "73185"
            },
            {
                "name": "极氪 极氪001 2022款 超长续航双电机 ME版",
                "series_name": "极氪001",
                "brand_name": "极氪",
                "cid": "73186"
            },
            {
                "name": "极氪 极氪001 2021款 长续航双电机 WE版",
                "series_name": "极氪001",
                "brand_name": "极氪",
                "cid": "37780"
            },
            {
                "name": "极氪 极氪001 2023款 ME版 100kWh",
                "series_name": "极氪001",
                "brand_name": "极氪",
                "cid": "73180"
            },
            {
                "name": "极氪 极氪001 2022款 超长续航单电机 WE版",
                "series_name": "极氪001",
                "brand_name": "极氪",
                "cid": "73184"
            },
            {
                "name": "极氪 极氪001 2021款 超长续航双电机 YOU版",
                "series_name": "极氪001",
                "brand_name": "极氪",
                "cid": "37782"
            },
            {
                "name": "极氪 极氪001 2023款 YOU版 100kWh",
                "series_name": "极氪001",
                "brand_name": "极氪",
                "cid": "73181"
            }
        ],
        "rlxs": "纯电动",
        "full_weight_zz": "",
        "csjg": "掀背车",
        "year": "2022",
        "chassis_number": "",
        "rear_brake_type": "通风盘式",
        "engine_model": "",
        "gyfs": "",
        "gearnum": "1",
        "high": "1548",
        "rear_tyre_size": "255/45 R21",
        "price": "38.60万",
        "driven_type": "双电机四驱",
        "displacement": "",
        "vin": "L6T79T2E6NP024446",
        "front_tyre_size": "255/45 R21",
        "brand_name": "极氪",
        "market_date": "2022.07",
        "front_brake_type": "通风盘式",
        "wheelbase": "3005",
        "zdgl": "400",
        "gearbox_number": "",
        "geartype": "固定齿比变速箱",
        "name": "极氪 极氪001 2022款 超长续航双电机 YOU版",
        "market_price": "38.60万",
        "trackfront": "1713",
        "cid": "73187",
        "ryxh": "",
        "displacement_ml": "",
        "full_weight_max": "2840",
        "cms": "5",
        "scale": "中大型车",
        "is_commercial": 0,
        "matching_mode": 1,
        "manufacturer": "极氪",
        "is_import": 0,
        "parking_brake_type": "电子驻车",
        "nedczhyh": "",
        "zws": "5",
        "series_name": "极氪001",
        "gearbox": "",
        "trackrear": "1726",
        "full_weight": "2350",
        "length": "4970",
        "stop_date": "",
        "width": "1999",
        "effluent_standard": "",
        "qfs": ""
    }
}
错误码 说明
100 您的apikey值为空!
101 您的apikey值不存在!
102 当前来源地址不在白名单内!
103 当前接口为实名认证后可用,请您先进行实名!
104 当前接口为企业认证后可用,请您先进行企业认证!
105 当前接口未通过审核或已停止运营!
106 您的余额不足,请及时充值!
107 您当前的接口免费期限已过期,请及时续费!
108 您的点数包已用完,请及时充值!
109 您的账号已被封禁,不可使用任何接口!
  • PHP
  • javaScript
  • java
  • go
  • Python
  • Nodejs
  • C
  • C++
  • C#

在线调试

温馨提示:请修改请求参数,未修改可能返回报错;

参数名称 参数值(修改后测试)

返回结果