{
  "openapi": "3.0.3",
  "info": {
    "title": "车型大全",
    "description": "本API接口为您提供了一个全面而详尽的汽车数据库，涵盖了近200个知名品牌及其子品牌，包含上万辆车型的详尽数据。我们的系统致力于为用户提供最新、最准确的车型信息，包括但不限于技术参数、配置详情、市场动态等。无论是汽车爱好者、行业分析师还是市场研究人员，车型大全API接口都是您理想的数据来源。",
    "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": "车系查询AP接入点I能够帮助用户轻松地查询到某个品牌下的车系信息，例如奥迪品牌下的奥迪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": "操作成功"
                            },
                            "series": {
                              "type": "string",
                              "description": "某个品牌下的车系,比如奥迪下的 奥迪A3"
                            },
                            "series_id": {
                              "type": "string",
                              "description": "车系Id"
                            },
                            "model": {
                              "type": "string",
                              "description": "车系下的类型，比如奥迪A3\n下的 奥迪A3两厢"
                            },
                            "model_id": {
                              "type": "string",
                              "description": "车系下类型Id"
                            }
                          },
                          "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": "提示信息"
                            },
                            "initial": {
                              "type": "string",
                              "description": "车辆品牌首字母"
                            },
                            "brand_id": {
                              "type": "string",
                              "description": "品牌Id"
                            },
                            "brand": {
                              "type": "string",
                              "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": true
}