车型大全

车型大全

会员服务

本API接口为您提供了一个全面而详尽的汽车数据库,涵盖了近200个知名品牌及其子品牌,包含上万辆车型的详尽数据。我们的系统致力于为用户提供最新、最准确的车型信息,包括但不限于技术参数、配置详情、市场动态等。无论是汽车爱好者、行业分析师还是市场研究人员,车型大全API接口都是您理想的数据来源。

会员资源包统一计费,无需单独购买,开通会员包后可直接调用。
车系查询
接入点说明
车系查询AP接入点I能够帮助用户轻松地查询到某个品牌下的车系信息,例如奥迪品牌下的奥迪A3。
接口地址
https://route.showapi.com/1467-2?appKey={your_appKey}查看密钥调用帮助
返回格式JSON
请求方式POST/GET
请求参数
Header 参数
参数名称类型示例值必须描述
content-typeString
application/x-www-form-urlencoded
Post 表单
参数名称类型示例值必须描述
brandNameString
奥迪
车辆品牌
brandIdString
61234c1dbe669bf6be251553
车辆品牌Id
返回参数
该接口返回经 showapi_res_body 系统封装,业务数据均位于该对象内;系统级字段见
返回体
cURL
curl -X POST "https://route.showapi.com/1467-2?appKey=YOUR_APPKEY" \
  -H "content-type: application/x-www-form-urlencoded" \
  -H "Content-Type: application/x-www-form-urlencoded" \
  -d "brandName=%E5%A5%A5%E8%BF%AA&brandId=61234c1dbe669bf6be251553"
返回示例
JSON
{
    "showapi_res_code": 0,
    "showapi_res_error": "",
    "showapi_res_id":"ce135f6739294c63be0c021b76b6fbff",
    "showapi_res_body": {
        "ret_code": "0",
        "msg": "查询成功!",
        "data": [
            {
                "series": "一汽-大众奥迪",
                "model": "奥迪A3两厢",
                "model_id": "59bf44603909f3a96b69eb81",
                "initial": "A",
                "brand_id": "59bf445f3909f3a96b69eb7e",
                "brand": "奥迪",
                "series_id": "59bf44603909f3a96b69eb80"
            },
            {
                "series": "一汽-大众奥迪",
                "model": "奥迪A3三厢",
                "model_id": "59bf44603909f3a96b69eb82",
                "initial": "A",
                "brand_id": "59bf445f3909f3a96b69eb7e",
                "brand": "奥迪",
                "series_id": "59bf44603909f3a96b69eb80"
            },
            {
                "series": "一汽-大众奥迪",
                "model": "奥迪A4L",
                "model_id": "59bf44613909f3a96b69eb83",
                "initial": "A",
                "brand_id": "59bf445f3909f3a96b69eb7e",
                "brand": "奥迪",
                "series_id": "59bf44603909f3a96b69eb80"
            },
            {
                "series": "一汽-大众奥迪",
                "model": "奥迪A6L",
                "model_id": "59bf44613909f3a96b69eb84",
                "initial": "A",
                "brand_id": "59bf445f3909f3a96b69eb7e",
                "brand": "奥迪",
                "series_id": "59bf44603909f3a96b69eb80"
            },
            {
                "series": "一汽-大众奥迪",
                "model": "奥迪A6L e-tro",
                "model_id": "59bf44613909f3a96b69eb85",
                "initial": "A",
                "brand_id": "59bf445f3909f3a96b69eb7e",
                "brand": "奥迪",
                "series_id": "59bf44603909f3a96b69eb80"
            },
                   ........................

            {
                "series": "一汽-大众奥迪",
                "model": "奥迪Q5",
                "model_id": "59bf44623909f3a96b69eb87",
                "initial": "A",
                "brand_id": "59bf445f3909f3a96b69eb7e",
                "brand": "奥迪",
                "series_id": "59bf44603909f3a96b69eb80"
            }
        ]
    }
}
MCP 服务集成接口级

在 Cherry Studio、ChatBox 等支持 MCP 的客户端中配置,将 {your_appKey} 替换为真实 AppKey(AppKey 管理)。该服务覆盖本接口全部接入点。

MCP JSON
{
  "mcpServers": {
    "showapi-mcp-1467": {
      "url": "http://www.showapi.com.cn/mcp/1467/{your_appKey}"
    }
  }
}
OpenAPI 文档接口级

标准 OpenAPI 3.0 文档,覆盖本接口全部接入点,可导入 Apifox / Postman / Swagger UI,或供 AI Agent 直接消费。