车型大全
车型大全

车型大全

接口类型:交通出行
接口状态:正常
描述:最新最全的车型车系大全、汽车标志大全。1级为车品牌,2级为车品牌子公司,3级为车型,4级为具体的车款。车型图片下载地址:http://pan.baidu.com/s/1nvHUdfz
  • 获取所有品牌
  • 接口地址:http://open.6api.net/car/brand

    支持格式:JSON,JSONP

    请求方式:GET POST

    请求示例:http://open.6api.net/car/brand?appkey=yourappsecret

    请求参数:

    参数名称 类型 必填 说明
    暂无参数

    返回参数:

    参数名称 类型 说明
    id int ID
    name string 名称
    initial string 首字母
    logo string Logo

    JSON返回实例:

  • 根据品牌获取车系
  • 接口地址:http://open.6api.net/car/series

    支持格式:JSON,JSONP

    请求方式:GET POST

    请求示例:http://open.6api.net/car/series?appkey=yourappsecret

    请求参数:

    参数名称 类型 必填 说明
    parentid int 品牌ID

    返回参数:

    参数名称 类型 说明
    name int 车系名称
    id int 车系ID
    initial int 首字母
    manufactor int 厂商
    mid int 厂商ID
    parentid int 品牌ID
    min_price int 市场最低价
    max_price int 市场最高价
    picture int 车型外观图

    JSON返回实例:

  • 根据ID获取车型详情
  • 接口地址:http://open.liupai.net/car/detail

    支持格式:JSON,JSONP

    请求方式:GET POST

    请求示例:http://open.liupai.net/car/detail?appkey=yourappsecret

    请求参数:

    参数名称 类型 必填 说明
    carid int 车型ID

    返回参数:

    参数名称 类型 说明
    id int ID
    name string 名称
    initial string 首字母
    parentid int 上级ID
    logo string LOGO
    pric string 官方指导价
    yeartype string 年款
    productionstate string 生产状态
    salestate string 销售状态
    sizetype string 尺寸类型
    depth string 深度 1品牌 2子公司 3车型 4具体车型
    basic string 基本信息
    price string 厂家指导价
    saleprice string 商家报价
    warrantypolicy string 保修政策
    vechiletax string 车船税减免
    displacement string 排量(L)
    gearbox string 变速箱
    comfuelconsumption string 综合工况油耗(L/100km)
    userfuelconsumption string 网友油耗(L/100km)
    officialaccelerationtime100 string 官方0-100公里加速时间(s)
    testaccelerationtime100 string 实测0-100公里加速时间(s)
    maxspeed string 最高车速(km/h)
    seatnum string 乘员人数(区间)(个)
    body string 车体
    color string 车身颜色
    len string 车长(mm)
    width string 车宽(mm)
    height string 车高(mm)
    wheelbase string 轴距(mm)
    environmentalstandards string 环保标准
    fronttrack string 前轮距(mm)
    reartrack string 后轮距(mm)
    weight string 整备质量(kg)
    fullweight string 满载质量(kg)
    mingroundclearance string 最小离地间隙(mm)
    approachangle string 接近角(°)
    departureangle string 离去角(°)
    luggagevolume string 行李厢容积(L)
    luggagemode string 行李厢盖开合方式
    luggageopenmode string 行李厢打开方式
    inductionluggage string 感应行李厢
    doornum string 车门数(个)
    tooftype string 车顶型式
    hoodtype string 车篷型式
    roofluggagerack string 车顶行李箱架
    sportpackage string 运动外观套件
    engine string 发动机
    position string 发动机位置
    model string 发动机型号
    displacement string 排量(L)
    displacementml string 排量(mL)
    intakeform string 进气形式
    cylinderarrangetype string 气缸排列型式
    cylindernum string 气缸数(个)
    valvetrain string 每缸气门数(个)
    valvestructure string 气门结构
    compressionratio string 压缩比
    bore string 缸径(mm)
    stroke string 行程(mm)
    maxhorsepower string 最大马力(Ps)
    maxpower string 最大功率(kW)
    maxpowerspeed string 最大功率转速(rpm)
    maxtorque string 最大扭矩(Nm)
    maxtorquespeed string 最大扭矩转速(rpm)
    fueltype string 燃料类型
    fuelgrade string 燃油标号
    fuelmethod string 供油方式
    fueltankcapacity string 燃油箱容积(L)
    cylinderheadmaterial string 缸盖材料
    cylinderbodymaterial string 缸体材料

    JSON返回实例:

  • 根据品牌获取车型
  • 接口地址:https://open.6api.net/car/type

    支持格式:JSON,JSONP

    请求方式:GET POST

    请求示例:https://open.6api.net/car/type?appkey=yourappsecret

    请求参数:

    参数名称 类型 必填 说明
    parentid int 品牌ID

    返回参数:

    参数名称 类型 说明
    id int 车系ID
    name string 车系名称
    initial string 首字母
    logo string 车系外观图
    list array 车系下所有车型
    id int 车型ID
    brand_name string 品牌名称
    name string 车型名称
    logo string 车型外观图
    salestate string 销售状态
    depth int 深度(1 品牌 2车系 3车型)

    JSON返回实例:

  • 厂商列表
  • 接口地址:https://open.6api.net/car/manufacturer

    支持格式:JSON,JSONP

    请求方式:GET POST

    请求示例:https://open.6api.net/car/manufacturer?appkey=yourappsecret

    请求参数:

    参数名称 类型 必填 说明
    暂无参数

    返回参数:

    参数名称 类型 说明
    mid int 厂商ID
    manufactor string 厂商名称

    JSON返回实例:

  • 根据车型获取车
  • 接口地址:https://open.6api.net/car/car

    支持格式:JSON,JSONP

    请求方式:GET POST

    请求示例:https://open.6api.net/car/car?appkey=yourappsecret

    请求参数:

    参数名称 类型 必填 说明
    parentid int 车系ID

    返回参数:

    参数名称 类型 说明
    id int ID
    name string 名称
    initial string 首字母
    depth int 层级
    logo string Logo
    price string 价格
    yeartype int 年款
    salestate string 销售状态
    sizetype string 尺寸类型

    JSON返回实例: