# Generated by ShowAPI OpenAPI generator # source: market/1467 # generated-at: 2026-09-11T09:06:17.616Z openapi: 3.0.3 info: title: 车型大全 description: 本接口提供汽车数据库,涵盖约200个品牌及其子品牌,包含大量车型数据。数据定期更新,提供技术参数、配置详情,适合汽车爱好者、行业分析师等使用。 termsOfService: https://www.showapi.com/helpcenter/view#/4019/2 version: 1.0.0 servers: - url: https://route.showapi.com paths: /1467-3: x-pointCode: 3 x-mode: mapping x-read-timeout: 30 x-connect-timeout: 30 post: summary: 车型详情 description: 车型详情API能够查询车辆的价格、发动机、油耗、车身参数、变速箱、底盘以及安全配置等信息。 responses: "200": description: 成功响应 content: application/json: schema: allOf: - $ref: "#/components/schemas/ShowapiResEnvelope" - type: object properties: showapi_res_body: type: object properties: ret_code: type: string description: 接口调用是否成功,0为成功,其他为失败 msg: type: string description: 提示信息 car_initial: type: string description: 车辆品牌首字母 car_brand: type: string description: 车辆品牌 brand_id: type: string description: 车辆品牌Id car_series: type: string description: 品牌下的车系 series_id: type: string description: 车系Id car_model: type: string description: 车系下的车型 model_id: type: string description: 车型Id mod_type: type: string description: 车型下的具体类型 id: type: string description: 具体类型的Id carItems: type: array items: type: object description: 其他参数配置(详见帮助手册) nev: type: string description: 1:新能源,0:非新能源 description: 业务返回体 operationId: 1467_3_POST parameters: [] requestBody: content: application/x-www-form-urlencoded: schema: type: object properties: brandId: type: string description: 车辆品牌Id serieId: type: string description: 车系Id page: type: string description: 当前页码 maxResults: type: string description: 当前页最大条数(最大只能查20条) modelId: type: string description: 子车系Id required: - brandId - serieId /1467-2: x-pointCode: 2 x-mode: mapping x-read-timeout: 15 x-connect-timeout: 15 post: summary: 车系查询 description: 车系查询功能可帮助用户查询某品牌下的车系信息,例如通过该功能可查询奥迪品牌下的奥迪A3等车系信息。 responses: "200": description: 成功响应 content: application/json: schema: allOf: - $ref: "#/components/schemas/ShowapiResEnvelope" - type: object properties: showapi_res_body: type: object properties: ret_code: type: string description: 接口调用成功标识,0为成功,其他为失败 msg: type: string description: 操作成功 data: type: array items: type: object properties: series: type: string description: 某个品牌下的车系,比如奥迪下的 奥迪A3 series_id: type: string description: 车系Id model: type: string description: |- 车系下的类型,比如奥迪A3 下的 奥迪A3两厢 model_id: type: string description: 车系下类型Id initial: type: string description: 车辆品牌首字母 brand: type: string description: 车辆品牌 brand_id: type: string description: 车辆品牌id description: 车系列表 description: 业务返回体 operationId: 1467_2_POST parameters: [] requestBody: content: application/x-www-form-urlencoded: schema: type: object properties: brandName: type: string description: 车辆品牌 brandId: type: string description: 车辆品牌Id /1467-1: x-pointCode: 1 x-mode: mapping x-read-timeout: 15 x-connect-timeout: 15 post: summary: 品牌查询 description: 车辆品牌查询API接入点是一个功能强大的工具,支持用户检索和查询各类车辆品牌的信息。 responses: "200": description: 成功响应 content: application/json: schema: allOf: - $ref: "#/components/schemas/ShowapiResEnvelope" - type: object properties: showapi_res_body: type: object properties: ret_code: type: string description: 接口调用是否成功,0为成功,其他为失败 msg: type: string description: 提示信息 data: type: array items: type: object properties: initial: type: string description: 车辆品牌首字母 brand_id: type: string description: 品牌Id brand: type: string description: 车辆品牌 description: 品牌列表 description: 业务返回体 operationId: 1467_1_POST parameters: [] components: securitySchemes: AppKeyAuth: type: apiKey in: query name: appKey description: 从 ShowAPI 控制台获取的 appKey,管理地址:https://www.showapi.com/console#/myApp schemas: ShowapiResEnvelope: type: object description: ShowAPI 统一返回包裹(业务数据位于 showapi_res_body) properties: showapi_res_code: type: integer description: API 返回的状态码 showapi_res_error: type: string description: API 返回的错误信息 showapi_res_id: type: string description: API 请求的唯一标识 showapi_fee_num: type: integer description: API 调用计费次数 security: - AppKeyAuth: [] externalDocs: url: https://www.showapi.com/apiGateway/view/1467?tab=book x-apiCode: "1467" x-is-own: false x-is-op: false