<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、智譜、豆包、星火、月之暗面及文生圖、文生視頻 廣告
                ## 車輛品牌車型大全(停售) >[danger]### 免費接口,每日100次免費調用,會員可不限次數調用,購買[API會員](https://market.topthink.com/product/210) ![](https://img.kancloud.cn/09/d6/09d6bea19f8ab9dbd7b1083d9e0cd8f3_215x154.png) > 車輛品牌大全、車系、車型基本信息查詢 ## 接口調用([調用須知](https://docs.topthink.com/think-api/1835086)) ## 接口1:品牌列表 ### 請求地址 ``` GET https://api.topthink.com/car/brand ``` ### 請求參數 | 名稱 | 必填 | 類型 | 說明 | | --- | --- | --- | --- | | appCode| 是| string|用戶授權碼,參考[API調用](https://docs.topthink.com/think-api/1835086) | | firstLetter | 否 | string | 品牌名稱拼音首字母,如:A | ### 返回`data`參數 | 名稱 | 類型 | 說明 | | --- | --- | --- | | id | string | 品牌ID | | brand\_name | string | 品牌名稱 | | brand\_logo | string | 品牌 logo | | first\_letter | string | 品牌名稱首字母 | ## SDK調用 ``` $client = new Client("YourAppCode"); $result = $client->carBrand() ->request(); dump($result); ``` 返回數據示例: ~~~ { "message": "查詢成功", "data": { { "id": "1", "first_letter": "A", "brand_name": "奧迪", "brand_logo": "https://juhe.oss-cn-hangzhou.aliyuncs.com/api_image/538/brand/1.png" }, ... } "code": 0 } ~~~ ## 接口2:根據車輛品牌ID查詢旗下車系列表 ### 請求地址 ``` GET https://api.topthink.com/car/series ``` ### 請求參數 | 名稱 | 必填 | 類型 | 說明 | | --- | --- | --- | --- | | appCode| 是| string|用戶授權碼,參考[API調用](https://docs.topthink.com/think-api/1835086) | | brandid | 是 | string | 車輛品牌ID | | levelid | 否 | string | 車系類型ID,,1:微型車,2:小型車,3:緊湊型車,4:中型車,5:中大型車,6:大型車,7:跑車,8:MPV,11:微面,12:微卡,13:輕客,14:低端皮卡,15:高端皮卡,16:小型SUV,17:緊湊型SUV,18:中型SUV,19:中大型SUV,20:大型SUV,21:緊湊型MPV | ### 返回`data`參數 | 名稱 | 類型 | 說明 | | --- | --- | --- | | id | string | 車系ID | | name | string | 車系名稱 | | brandid | string | 品牌ID | | levelid | string | 車系類型,1:微型車,2:小型車,3:緊湊型車,4:中型車,5:中大型車,6:大型車,7:跑車,8:MPV,11:微面,12:微卡,13:輕客,14:低端皮卡,15:高端皮卡,16:小型SUV,17:緊湊型SUV,18:中型SUV,19:中大型SUV,20:大型SUV,21:緊湊型MPV | | levelname | string | 車系類型名稱 | ## SDK調用 ``` $client = new Client("YourAppCode"); $result = $client->carSeries() ->withBrandid(1) ->request(); dump($result); ``` 返回數據示例: ~~~ { "message": "查詢成功", "data": { { "id": "1", "name": "奧迪A6L新能源", "brandid": "1", "levelid": "5", "levelname": "中大型車", "sname": "一汽-大眾奧迪" }, ... } "code": 0 } ~~~ ## 接口3:根據車系id查詢旗下車型列表 ### 請求地址 ``` GET https://api.topthink.com/car/models ``` ### 請求參數 | 名稱 | 必填 | 類型 | 說明 | | --- | --- | --- |---| | appCode| 是| string|用戶授權碼,參考[API調用](https://docs.topthink.com/think-api/1835086) | | ?seriesId | 是 | string | 車系ID | | ?year | 否 | string | 車型年份,如:2019 | ### 返回`data`參數 | 名稱 | 類型 | 說明 | | --- | --- | --- | | id | string | 車型ID | | series\_id | string | 車系ID | | name | string | 車型名稱 | | year | string | 車型年份 | | peizhi | string | 車型配置 | ## SDK調用 ``` $client = new Client("YourAppCode"); $result = $client->carModels() ->withSeriesId(2) ->request(); dump($result); ``` 返回數據示例: ~~~ { "message": "查詢成功", "data": { { "id": "11", "series_id": "2", "name": "2019款 Sportback 35 TFSI 進取型 國V", "year": "2019", "peizhi": "1.4升 渦輪增壓 150馬力" }, ... } "code": 0 } ~~~
                  <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>

                              哎呀哎呀视频在线观看