{
  "openapi": "3.0.3",
  "info": {
    "title": "车架号VIN查询车辆信息精准版",
    "description": "【通过车架号VIN查询车辆信息】即可获取车辆出厂年份、车身颜色、轮胎型号、配置版本等专业信息。广泛应用于购买新车、二手车交易、保险定损、交警系统、购买配件、查看配件装配图和车辆维修等领域。",
    "termsOfService": "https://www.showapi.com/helpcenter/view#/4019/2",
    "version": "1.0.0"
  },
  "servers": [
    {
      "url": "https://route.showapi.com"
    }
  ],
  "paths": {
    "/2376-1": {
      "x-pointCode": 1,
      "x-mode": "mapping",
      "x-read-timeout": 31,
      "x-connect-timeout": 12,
      "post": {
        "summary": "VIN专业解码",
        "description": "更专业、更及时、查不到结果不扣钱",
        "responses": {
          "200": {
            "description": "成功响应",
            "content": {
              "application/json": {
                "schema": {
                  "allOf": [
                    {
                      "$ref": "#/components/schemas/ShowapiResEnvelope"
                    },
                    {
                      "type": "object",
                      "properties": {
                        "showapi_res_body": {
                          "type": "object",
                          "properties": {
                            "sale_name": {
                              "type": "string",
                              "description": "销售名称"
                            },
                            "model": {
                              "type": "string",
                              "description": "车辆型号"
                            },
                            "wheel": {
                              "type": "string",
                              "description": "轮数"
                            },
                            "remark": {
                              "type": "string",
                              "description": "错误信息"
                            },
                            "rear_track": {
                              "type": "string",
                              "description": "后轮距"
                            },
                            "engine_type": {
                              "type": "string",
                              "description": "发动机型号"
                            },
                            "effluent_standard": {
                              "type": "string",
                              "description": "排放标准"
                            },
                            "brand_name": {
                              "type": "string",
                              "description": "品牌"
                            },
                            "model_name": {
                              "type": "string",
                              "description": "车型名称"
                            },
                            "ret_code": {
                              "type": "number",
                              "description": "0表示查询到结果(要扣费)，-1表示失败"
                            },
                            "height": {
                              "type": "string",
                              "description": "车高"
                            },
                            "vin": {
                              "type": "string",
                              "description": "vin小写"
                            },
                            "engineno": {
                              "type": "string",
                              "description": "发动机号"
                            },
                            "length": {
                              "type": "string",
                              "description": "车长"
                            },
                            "power": {
                              "type": "string",
                              "description": "功率（kw）"
                            },
                            "year": {
                              "type": "string",
                              "description": "车型年款"
                            },
                            "front_track": {
                              "type": "string",
                              "description": "前轮距"
                            },
                            "fuel_consumption": {
                              "type": "string",
                              "description": "参考油耗"
                            },
                            "fuel_Type": {
                              "type": "string",
                              "description": "燃油类型"
                            },
                            "drive_style": {
                              "type": "string",
                              "description": "驱动形式"
                            },
                            "guiding_price": {
                              "type": "string",
                              "description": "厂商指导价"
                            },
                            "car_line": {
                              "type": "string",
                              "description": "车系"
                            },
                            "output_volume": {
                              "type": "string",
                              "description": "排量"
                            },
                            "body_type": {
                              "type": "string",
                              "description": "车体结构"
                            },
                            "width": {
                              "type": "string",
                              "description": "车身宽"
                            },
                            "seat_num": {
                              "type": "number",
                              "description": "座位数"
                            },
                            "showapi_fee_code": {
                              "type": "number"
                            },
                            "tire_size": {
                              "type": "string",
                              "description": "使用轮胎参考型号"
                            },
                            "production_date": {
                              "type": "string",
                              "description": "车辆出厂日期"
                            },
                            "wheel_base": {
                              "type": "string",
                              "description": "轮距"
                            },
                            "axle": {
                              "type": "string",
                              "description": "车轴数"
                            },
                            "color": {
                              "type": "string",
                              "description": "车身颜色"
                            },
                            "car_weight": {
                              "type": "string",
                              "description": "额定载质量(kg)"
                            }
                          },
                          "description": "业务返回体"
                        }
                      }
                    }
                  ]
                }
              }
            }
          }
        },
        "operationId": "2376_1_POST",
        "parameters": [
          {
            "name": "vin",
            "in": "query",
            "description": "要解码的vin码",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ]
      }
    }
  },
  "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/2376?tab=book"
  },
  "x-apiCode": "2376",
  "x-is-own": false,
  "x-is-op": false
}