tanshuapi-car

汽车维保类


VIN码查询车五项

<h5>简要描述</h5> <ul> <li>查询车五项</li> <li>通过输入车辆的VIN码,查询车辆的车架号、发动机号、 品牌名称、初次登记日期、品牌型号信息。</li> </ul> <h5>请求URL</h5> <ul> <li><code>http://api.tanshuapi.com/api/vin_car_five/v1/index?key=&amp;amp;vin=LSVAX60E8K2018698</code></li> </ul> <h5>请求方式</h5> <ul> <li>GET POST </li> </ul> <h5>参数</h5> <table> <thead> <tr> <th style="text-align: left;">参数名</th> <th style="text-align: left;">必选</th> <th style="text-align: left;">类型</th> <th>说明</th> </tr> </thead> <tbody> <tr> <td style="text-align: left;">vin</td> <td style="text-align: left;">是</td> <td style="text-align: left;">string</td> <td>vin码</td> </tr> </tbody> </table> <h5>返回示例</h5> <pre><code>{ &amp;quot;code&amp;quot;: 1, &amp;quot;msg&amp;quot;: &amp;quot;操作成功&amp;quot;, &amp;quot;data&amp;quot;: { &amp;quot;vin&amp;quot;: &amp;quot;LSVAX60E8K2018698&amp;quot;, &amp;quot;brand_name&amp;quot;: &amp;quot;上汽大众&amp;quot;, //车辆品牌 &amp;quot;engine&amp;quot;: &amp;quot;022754&amp;quot;,// 发动机号 &amp;quot;record_date&amp;quot;: &amp;quot;2020-01-19&amp;quot;, //初次登记日期(车辆购买后初次上牌时间) &amp;quot;model&amp;quot;: &amp;quot;SVW7003AEV&amp;quot; //车辆型号 } }</code></pre> <h5>返回参数说明</h5> <h5>备注 (错误码)</h5> <table> <thead> <tr> <th style="text-align: left;">错误码</th> <th>说明</th> </tr> </thead> <tbody> <tr> <td style="text-align: left;">211401</td> <td>缺少必要参数vin,校验失败</td> </tr> <tr> <td style="text-align: left;">211402</td> <td>查询无记录</td> </tr> <tr> <td style="text-align: left;">211403</td> <td>查询失败</td> </tr> </tbody> </table>

页面列表

ITEM_HTML