tanshuapi-car

汽车维保类


车牌查询车五项

<h5>简要描述</h5> <ul> <li>车牌查询车五项</li> <li>通过输入车辆的VIN码,查询车辆的车架号、发动机号、 品牌名称、初次登记日期、品牌型号信息。</li> </ul> <h5>请求URL</h5> <ul> <li><code>http://api.tanshuapi.com/api/car_five/v1/index?key=&amp;amp;license_plate=&amp;amp;type=</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;">license_plate</td> <td style="text-align: left;">是</td> <td style="text-align: left;">string</td> <td>车牌号</td> </tr> <tr> <td style="text-align: left;">type</td> <td style="text-align: left;">是</td> <td style="text-align: left;">string</td> <td>汽车类型,01:大型汽车 02:小型汽车 03:使馆汽车 04:领馆汽车 05:境外汽车 06:外籍汽车 07:普通摩托车 08:轻便摩托车 09:使馆摩托车 10:领馆摩托车 11:境外摩托车 12:外籍摩托车 13:低速车 14:拖拉机 15:挂车 16:教练汽车 17:教练摩托车 20:临时入境汽车 21:临时入境摩托车 22:临时行驶车 23:警用汽车 24:警用摩托 51:新能源大型车 52:新能源小型车</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;license_plate&amp;quot;: &amp;quot;&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;, //车辆型号 &amp;quot;is_operation_msg&amp;quot;: &amp;quot;营业出租租赁&amp;quot;, //车辆性质 &amp;quot;type&amp;quot;: &amp;quot;乘用车&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;">212201</td> <td>缺少必要参数vin,校验失败</td> </tr> <tr> <td style="text-align: left;">212202</td> <td>查询无记录</td> </tr> <tr> <td style="text-align: left;">212203</td> <td>查询失败</td> </tr> </tbody> </table>

页面列表

ITEM_HTML