<ruby id="bdb3f"></ruby>

    <p id="bdb3f"><cite id="bdb3f"></cite></p>

      <p id="bdb3f"><cite id="bdb3f"><th id="bdb3f"></th></cite></p><p id="bdb3f"></p>
        <p id="bdb3f"><cite id="bdb3f"></cite></p>

          <pre id="bdb3f"></pre>
          <pre id="bdb3f"><del id="bdb3f"><thead id="bdb3f"></thead></del></pre>

          <ruby id="bdb3f"><mark id="bdb3f"></mark></ruby><ruby id="bdb3f"></ruby>
          <pre id="bdb3f"><pre id="bdb3f"><mark id="bdb3f"></mark></pre></pre><output id="bdb3f"></output><p id="bdb3f"></p><p id="bdb3f"></p>

          <pre id="bdb3f"><del id="bdb3f"><progress id="bdb3f"></progress></del></pre>

                <ruby id="bdb3f"></ruby>

                ??一站式輕松地調用各大LLM模型接口,支持GPT4、智譜、豆包、星火、月之暗面及文生圖、文生視頻 廣告
                ## 車輛VIN碼查詢精準版(停售) ![](https://img.kancloud.cn/a3/8f/a38f385acc088b85e5e53c5ed5646091_184x178.png) > 根據VIN碼準確定型,獲取保險車輛列表(含配置信息) 包含:車型代碼,唯一標識、車型名稱、品牌名稱、車系名稱、車組名稱、排量等等。 ## 接口費用( [點擊購買](https://market.topthink.com/product/442)) > 最低 0.15元/次 ## 接口調用([調用須知](https://docs.topthink.com/think-api/1835086)) ### 請求地址 ``` GET https://api.topthink.com/car/vin_pro ``` ### 請求參數 | 名稱 | 必填 | 類型 | 說明 | | --- | --- | --- | --- | | appCode| 是| string|用戶授權碼,參考[API調用](https://docs.topthink.com/think-api/1835086) | | vin| 是 | string | 車架號 | ### 返回`data`參數 | 名稱 | 類型 | 示例值 | 描述 | | --- | --- | --- | --- | | vehicleList| Array | | 車型列表 | | brandName | String | 大眾 | 品牌名稱 | | vehicleName | String | 寶來 | 車型名稱 | | standardName | String | 1.6 手自一體 時尚版 | 銷售名稱 | | familyName| String | 名圖 | 車系名稱 | | vin | String | | 17位的車架號vin | | groupName | String | 名圖(13/11-17/04)| 車組名稱 | | groupCode| String | XDA1AH01 | 車組編碼 | | vehicleId | String | AP\_4028b2b651b4996e015238e9bd724ea5 | 車型代碼,唯一標識 | | gearboxType | String | 手自一體 | 變速箱類型 | | yearPattern | String | 2019 | 年款 | | engineModel | String | G4NB | 發動機型號 | | displacement | String | 1.797| 排量 | | remark | String | 手自一體 DLX尊貴型 國Ⅴ | 備注 | | fuelJetType | String | 多點電噴| 燃油噴射形式 | | supplyOil | String | | 供油方式 | | drivenType | String | 前置前驅 | 驅動形式 | | marketDate | String | 201601 | 上市年份 | | listPrice | String | 159800.0 | 廠商指導價 | | purchasePrice | String | 137800.0 | 新車購置價 | | bodyType| String | 三廂 | 車身結構 | | cylinderNum | String | 6 | 檔位數 | | stopDate | String | 201704| 停產時間 | | vehicleWeight| String | | 車身重量 | | cfgLevel | String | 尊貴級 | 配置等級 | | importFlag | String | 國產 | 國產/進口 | | vehicleSize | String | 4710\*1820\*1470 | 車身尺寸 | | wheelbase | String | 2770| 軸距 | | gearNum | String | 6 | 變速器檔數 | | fullWeight | String | 1441 | 整備質量(千克) | | power | String | 105 | 功率 | | effluentStandard| String | 國五| 排放標準 | | seat| String | 5 | 座位數 | | standardname2 | String | 前輪驅動 | 驅動方式 | | powerType| String | 汽油 | 動力類型 | | vehicleColor| String | | 車身顏色 | | vehlsSeri| String | 乘用車 | 是否商用車 | | vehicleColor| String | | 車身顏色 | ## SDK調用 ``` $client = new Client("YourAppCode"); $result = $client->carVinPro() ->withVin('LHGCP260*********') ->request(); dump($result); ``` 返回結果示例: ``` { "code": 0, "message": "成功", "data":{ "vehicleList": [ { "brandName": "北京現代", "familyName": "名圖", "groupName": "名圖(13/11-17/04)", "groupCode": "XDA1AH01", "vehicleName": "2016款 北京現代 名圖 三廂 1.8L 手自一體 尊貴型 (BH7184PAV)", "vehicleId": "AP_4028b2b651b4996e015238e9bd724ea5", "gearboxType": "手自一體", "yearPattern": "2016", "engineModel": "G4NB", "displacement": "1.797", "remark": "手自一體 DLX尊貴型 國Ⅴ", "fuelJetType": "多點電噴", "supplyOil": null, "drivenType": "前置前驅", "marketDate": "201601", "listPrice": "159800.0", "purchasePrice": "137800.0", "bodyType": "三廂", "cylinderNum": "4缸", "stopDate": "201704", "roz": "93號(京92號)", "vehicleWeight": "1860", "vehIsSeri": "乘用車", "standardName": "北京現代BH7184PAV轎車", "cfgLevel": "尊貴型", "importFlag": "合資", "vehicleSize": "4710*1820*1470", "wheelbase": "2770", "gearNum": "6", "fullWeight": "1441", "power": "105", "effluentStandard": "國五", "seat": "5", "standardname2": "BH7184PAV", "newClassNameTwo": "中型轎車(B)", "companyName": "北京現代汽車有限公司", "powerType": "汽油", "vehicleAlias": "名圖1.8L AT尊貴型", "cms": "四門", "vehicleColor": null, "uploadDate": "2016-01-28", "hasConfig": "1" } ] } ```
                  <ruby id="bdb3f"></ruby>

                  <p id="bdb3f"><cite id="bdb3f"></cite></p>

                    <p id="bdb3f"><cite id="bdb3f"><th id="bdb3f"></th></cite></p><p id="bdb3f"></p>
                      <p id="bdb3f"><cite id="bdb3f"></cite></p>

                        <pre id="bdb3f"></pre>
                        <pre id="bdb3f"><del id="bdb3f"><thead id="bdb3f"></thead></del></pre>

                        <ruby id="bdb3f"><mark id="bdb3f"></mark></ruby><ruby id="bdb3f"></ruby>
                        <pre id="bdb3f"><pre id="bdb3f"><mark id="bdb3f"></mark></pre></pre><output id="bdb3f"></output><p id="bdb3f"></p><p id="bdb3f"></p>

                        <pre id="bdb3f"><del id="bdb3f"><progress id="bdb3f"></progress></del></pre>

                              <ruby id="bdb3f"></ruby>

                              哎呀哎呀视频在线观看