配件应用搜索 (基于 KType)

此请求输出特定零配件的所有适配车辆及参数。

请求URL

https://onedb.tecalliance.cn/api/linkages

查询参数

名称 类型 要求 样例 描述
country String CN 这是基于ISO 3166的语言代码。
lang String EN 这是基于ISO 639的语言代码。
uid String 53744604742035430661 零件/产品的唯一ID
page Integer 1 将结果拆分为多页时的页码。
perpage Integer 1 每页的项目数

JSON输入

{
  "country": "CN",
  "lang": "EN",
  "uid":[
    "53744604742035430661"
    ],
  "page": 1,
  "perpage": 100
}

响应

一个成功的请求将会返回HTTP 200正确状态代码和如下参数的JSON响应。

名称 类型 样例 描述
totalMatching Integer 16 提交请求的匹配车辆总数。
MaxAllowedPage Integer 2 当请求特定页面的车辆时,用户可以访问的最大页面数。
uid Integer 53744604742035430661 零件/产品的唯一ID。
articleNumber String 0 001 107 405 TecDoc中的零件号。
linkedArticleImmediateAttributs > attrId Integer 21 属性的ID。
linkedArticleImmediateAttributs > attrIsConditional Boolean false 属性是否有条件的通知
linkedArticleImmediateAttributs > attrIsInterval Boolean true
linkedArticleImmediateAttributs > attrName String Construction year to 属性的名称。
linkedArticleImmediateAttributs > attrShortName String Model year to 属性的简称。
linkedArticleImmediateAttributs > attrType String D 属性的类型。
linkedArticleImmediateAttributs > attrValue String 201105 属性的最终值。
linkedVehicles > carDesc String 0.9 关于车辆的简短描述。
linkedVehicles > carId Integer 110221 TecDoc中车辆的ID(Ktype)。
linkedVehicles > constructionType String Platform/Chassis 车辆的结构类型。
linkedVehicles > cylinderCapacity Integer 943 来自车辆的气缸容量。
linkedVehicles > manuDesc String DONGFENG XIAOKANG 车辆制造商的名称。
linkedVehicles > manuId Integer 3152 TecDoc中车辆制造商的ID。
linkedVehicles > modelDesc String K01 Platform/Chassis 车辆的型号名称。
linkedVehicles > modelId Integer 13667 TecDoc中车型的ID。
linkedVehicles > powerHpTo Integer 45 车辆的最大马力。
linkedVehicles > powerKwTo Integer 33 车辆最大功率。
linkedVehicles > yearOfConstructionFrom Integer 200811 车辆的上市年份。
linkedVehicles > yearOfConstructionTo Integer 车辆的停产年份。如果字段为空,则车辆仍在制造中。
linkingTargetId Integer 110221 TecDoc中车辆的ID(Ktype)。

JSON输出

{
    "totalMatching": 22,
    "maxAllowedPage": 0,
    "linkages": [
        {
            "articleNumber": "0 092 S37 407",
            "linkedArticleImmediateAttributs": [
                {
                    "attrId": 21,
                    "attrIsConditional": false,
                    "attrIsInterval": true,
                    "attrName": "Construction year to",
                    "attrShortName": "Model year to",
                    "attrType": "D",
                    "attrValue": "201106"
                }
            ],
            "linkedVehicles": [
                {
                    "carDesc": "1.0",
                    "carId": 120905,
                    "constructionType": "Bus",
                    "cylinderCapacity": 1012,
                    "manuDesc": "DONGFENG XIAOKANG",
                    "manuId": 3152,
                    "modelDesc": "K07 Bus",
                    "modelId": 13665,
                    "powerHpTo": 53,
                    "powerKwTo": 39,
                    "yearOfConstructionFrom": "200906",
                    "yearOfConstructionTo": ""
                }
            ],
            "linkingTargetId": 120905
        },
        {
            "articleNumber": "0 092 S37 407",
            "linkedArticleImmediateAttributs": [],
            "linkedVehicles": [
                {
                    "carDesc": "2.0",
                    "carId": 123724,
                    "constructionType": "MPV",
                    "cylinderCapacity": 1997,
                    "manuDesc": "FENGXING",
                    "manuId": 2863,
                    "modelDesc": "LINGZHI MPV",
                    "modelId": 37238,
                    "powerHpTo": 112,
                    "powerKwTo": 82,
                    "yearOfConstructionFrom": "201101",
                    "yearOfConstructionTo": "201512"
                }
            ],
            "linkingTargetId": 123724
        },
        {
            "articleNumber": "0 092 S37 407",
            "linkedArticleImmediateAttributs": [
                {
                    "attrId": 14,
                    "attrIsConditional": false,
                    "attrIsInterval": false,
                    "attrName": "TecDoc Engine Number",
                    "attrShortName": "TecDoc Eng. No.",
                    "attrType": "N",
                    "attrValue": "33328"
                }
            ],
            "linkedVehicles": [
                {
                    "carDesc": "1.0",
                    "carId": 110205,
                    "constructionType": "Bus",
                    "cylinderCapacity": 1000,
                    "manuDesc": "DONGFENG XIAOKANG",
                    "manuId": 3152,
                    "modelDesc": "V27 Bus",
                    "modelId": 13664,
                    "powerHpTo": 63,
                    "powerKwTo": 46,
                    "yearOfConstructionFrom": "201008",
                    "yearOfConstructionTo": ""
                }
            ],
            "linkingTargetId": 110205
        },
        {
            "articleNumber": "0 092 S37 407",
            "linkedArticleImmediateAttributs": [
                {
                    "attrId": 14,
                    "attrIsConditional": false,
                    "attrIsInterval": false,
                    "attrName": "TecDoc Engine Number",
                    "attrShortName": "TecDoc Eng. No.",
                    "attrType": "N",
                    "attrValue": "33609"
                }
            ],
            "linkedVehicles": [
                {
                    "carDesc": "1.3",
                    "carId": 121514,
                    "constructionType": "Platform/Chassis",
                    "cylinderCapacity": 1310,
                    "manuDesc": "DONGFENG XIAOKANG",
                    "manuId": 3152,
                    "modelDesc": "K02 Platform/Chassis",
                    "modelId": 13668,
                    "powerHpTo": 83,
                    "powerKwTo": 61,
                    "yearOfConstructionFrom": "200801",
                    "yearOfConstructionTo": "201312"
                }
            ],
            "linkingTargetId": 121514
        },
        {
            "articleNumber": "0 092 S37 407",
            "linkedArticleImmediateAttributs": [],
            "linkedVehicles": [
                {
                    "carDesc": "1.1",
                    "carId": 110224,
                    "constructionType": "Platform/Chassis",
                    "cylinderCapacity": 1051,
                    "manuDesc": "DONGFENG XIAOKANG",
                    "manuId": 3152,
                    "modelDesc": "K02 Platform/Chassis",
                    "modelId": 13668,
                    "powerHpTo": 53,
                    "powerKwTo": 39,
                    "yearOfConstructionFrom": "200811",
                    "yearOfConstructionTo": ""
                }
            ],
            "linkingTargetId": 110224
        },
        {
            "articleNumber": "0 092 S37 407",
            "linkedArticleImmediateAttributs": [
                {
                    "attrId": 21,
                    "attrIsConditional": false,
                    "attrIsInterval": true,
                    "attrName": "Construction year to",
                    "attrShortName": "Model year to",
                    "attrType": "D",
                    "attrValue": "201105"
                }
            ],
            "linkedVehicles": [
                {
                    "carDesc": "0.9",
                    "carId": 110221,
                    "constructionType": "Platform/Chassis",
                    "cylinderCapacity": 943,
                    "manuDesc": "DONGFENG XIAOKANG",
                    "manuId": 3152,
                    "modelDesc": "K01 Platform/Chassis",
                    "modelId": 13667,
                    "powerHpTo": 45,
                    "powerKwTo": 33,
                    "yearOfConstructionFrom": "200811",
                    "yearOfConstructionTo": ""
                }
            ],
            "linkingTargetId": 110221
        },
        {
            "articleNumber": "0 092 S37 407",
            "linkedArticleImmediateAttributs": [],
            "linkedVehicles": [
                {
                    "carDesc": "1.0",
                    "carId": 29816,
                    "constructionType": "Box",
                    "cylinderCapacity": 970,
                    "manuDesc": "DONGFENG (DFAC)",
                    "manuId": 2854,
                    "modelDesc": "XIAOKANG Box",
                    "modelId": 7827,
                    "powerHpTo": 48,
                    "powerKwTo": 35,
                    "yearOfConstructionFrom": "200707",
                    "yearOfConstructionTo": "200812"
                }
            ],
            "linkingTargetId": 29816
        },
        {
            "articleNumber": "0 092 S37 407",
            "linkedArticleImmediateAttributs": [],
            "linkedVehicles": [
                {
                    "carDesc": "2.0",
                    "carId": 124982,
                    "constructionType": "MPV",
                    "cylinderCapacity": 1997,
                    "manuDesc": "FAW",
                    "manuId": 3610,
                    "modelDesc": "ZIYOUFENG MPV",
                    "modelId": 14247,
                    "powerHpTo": 116,
                    "powerKwTo": 85,
                    "yearOfConstructionFrom": "200801",
                    "yearOfConstructionTo": "201012"
                }
            ],
            "linkingTargetId": 124982
        },
        {
            "articleNumber": "0 092 S37 407",
            "linkedArticleImmediateAttributs": [],
            "linkedVehicles": [
                {
                    "carDesc": "2.0 M5",
                    "carId": 123723,
                    "constructionType": "MPV",
                    "cylinderCapacity": 1999,
                    "manuDesc": "FENGXING",
                    "manuId": 2863,
                    "modelDesc": "LINGZHI MPV",
                    "modelId": 37238,
                    "powerHpTo": 121,
                    "powerKwTo": 89,
                    "yearOfConstructionFrom": "201110",
                    "yearOfConstructionTo": "201512"
                }
            ],
            "linkingTargetId": 123723
        },
        {
            "articleNumber": "0 092 S37 407",
            "linkedArticleImmediateAttributs": [],
            "linkedVehicles": [
                {
                    "carDesc": "1.8",
                    "carId": 100362,
                    "constructionType": "Closed Off-Road Vehicle",
                    "cylinderCapacity": 1796,
                    "manuDesc": "FENGXING",
                    "manuId": 2863,
                    "modelDesc": "JOYEAR X5 Closed Off-Road Vehicle",
                    "modelId": 11726,
                    "powerHpTo": 160,
                    "powerKwTo": 118,
                    "yearOfConstructionFrom": "201308",
                    "yearOfConstructionTo": ""
                }
            ],
            "linkingTargetId": 100362
        },
        {
            "articleNumber": "0 092 S37 407",
            "linkedArticleImmediateAttributs": [
                {
                    "attrId": 21,
                    "attrIsConditional": false,
                    "attrIsInterval": true,
                    "attrName": "Construction year to",
                    "attrShortName": "Model year to",
                    "attrType": "D",
                    "attrValue": "200807"
                }
            ],
            "linkedVehicles": [
                {
                    "carDesc": "2.0",
                    "carId": 109194,
                    "constructionType": "MPV",
                    "cylinderCapacity": 1993,
                    "manuDesc": "FENGXING",
                    "manuId": 2863,
                    "modelDesc": "LINGTONG MPV",
                    "modelId": 13466,
                    "powerHpTo": 109,
                    "powerKwTo": 80,
                    "yearOfConstructionFrom": "200402",
                    "yearOfConstructionTo": "200812"
                }
            ],
            "linkingTargetId": 109194
        },
        {
            "articleNumber": "0 092 S37 407",
            "linkedArticleImmediateAttributs": [
                {
                    "attrId": 90,
                    "attrIsConditional": false,
                    "attrIsInterval": false,
                    "attrName": "Type",
                    "attrShortName": "Type",
                    "attrType": "A",
                    "attrValue": "<Xiao Kang 1.1i>"
                },
                {
                    "attrId": 90,
                    "attrIsConditional": false,
                    "attrIsInterval": false,
                    "attrName": "Type",
                    "attrShortName": "Type",
                    "attrType": "A",
                    "attrValue": "<Xiao Kang 1.1 i>"
                }
            ],
            "linkedVehicles": [
                {
                    "carDesc": "1.1",
                    "carId": 29817,
                    "constructionType": "Box",
                    "cylinderCapacity": 1051,
                    "manuDesc": "DONGFENG (DFAC)",
                    "manuId": 2854,
                    "modelDesc": "XIAOKANG Box",
                    "modelId": 7827,
                    "powerHpTo": 52,
                    "powerKwTo": 38,
                    "yearOfConstructionFrom": "200505",
                    "yearOfConstructionTo": "200812"
                },
                {
                    "carDesc": "1.1",
                    "carId": 29817,
                    "constructionType": "Box",
                    "cylinderCapacity": 1051,
                    "manuDesc": "DONGFENG (DFAC)",
                    "manuId": 2854,
                    "modelDesc": "XIAOKANG Box",
                    "modelId": 7827,
                    "powerHpTo": 52,
                    "powerKwTo": 38,
                    "yearOfConstructionFrom": "200505",
                    "yearOfConstructionTo": "200812"
                }
            ],
            "linkingTargetId": 29817
        },
        {
            "articleNumber": "0 092 S37 407",
            "linkedArticleImmediateAttributs": [],
            "linkedVehicles": [
                {
                    "carDesc": "1.9 D",
                    "carId": 113753,
                    "constructionType": "MPV",
                    "cylinderCapacity": 1850,
                    "manuDesc": "FAW",
                    "manuId": 3610,
                    "modelDesc": "ZIYOUFENG MPV",
                    "modelId": 14247,
                    "powerHpTo": 112,
                    "powerKwTo": 82,
                    "yearOfConstructionFrom": "200905",
                    "yearOfConstructionTo": "200909"
                }
            ],
            "linkingTargetId": 113753
        },
        {
            "articleNumber": "0 092 S37 407",
            "linkedArticleImmediateAttributs": [
                {
                    "attrId": 14,
                    "attrIsConditional": false,
                    "attrIsInterval": false,
                    "attrName": "TecDoc Engine Number",
                    "attrShortName": "TecDoc Eng. No.",
                    "attrType": "N",
                    "attrValue": "33467"
                }
            ],
            "linkedVehicles": [
                {
                    "carDesc": "1.0",
                    "carId": 110226,
                    "constructionType": "Bus",
                    "cylinderCapacity": 997,
                    "manuDesc": "DONGFENG XIAOKANG",
                    "manuId": 3152,
                    "modelDesc": "K17 Bus",
                    "modelId": 13669,
                    "powerHpTo": 53,
                    "powerKwTo": 39,
                    "yearOfConstructionFrom": "200705",
                    "yearOfConstructionTo": "201212"
                }
            ],
            "linkingTargetId": 110226
        },
        {
            "articleNumber": "0 092 S37 407",
            "linkedArticleImmediateAttributs": [
                {
                    "attrId": 14,
                    "attrIsConditional": false,
                    "attrIsInterval": false,
                    "attrName": "TecDoc Engine Number",
                    "attrShortName": "TecDoc Eng. No.",
                    "attrType": "N",
                    "attrValue": "31114"
                }
            ],
            "linkedVehicles": [
                {
                    "carDesc": "2.0",
                    "carId": 113749,
                    "constructionType": "MPV",
                    "cylinderCapacity": 1997,
                    "manuDesc": "FAW",
                    "manuId": 3610,
                    "modelDesc": "ZIYOUFENG MPV",
                    "modelId": 14247,
                    "powerHpTo": 110,
                    "powerKwTo": 81,
                    "yearOfConstructionFrom": "200605",
                    "yearOfConstructionTo": "200912"
                }
            ],
            "linkingTargetId": 113749
        },
        {
            "articleNumber": "0 092 S37 407",
            "linkedArticleImmediateAttributs": [],
            "linkedVehicles": [
                {
                    "carDesc": "2.0",
                    "carId": 109184,
                    "constructionType": "MPV",
                    "cylinderCapacity": 1997,
                    "manuDesc": "FENGXING",
                    "manuId": 2863,
                    "modelDesc": "LINGZHI MPV",
                    "modelId": 13465,
                    "powerHpTo": 112,
                    "powerKwTo": 82,
                    "yearOfConstructionFrom": "200604",
                    "yearOfConstructionTo": "201212"
                }
            ],
            "linkingTargetId": 109184
        },
        {
            "articleNumber": "0 092 S37 407",
            "linkedArticleImmediateAttributs": [],
            "linkedVehicles": [
                {
                    "carDesc": "2.0",
                    "carId": 123453,
                    "constructionType": "MPV",
                    "cylinderCapacity": 1999,
                    "manuDesc": "FENGXING",
                    "manuId": 2863,
                    "modelDesc": "LINGZHI MPV",
                    "modelId": 37179,
                    "powerHpTo": 121,
                    "powerKwTo": 89,
                    "yearOfConstructionFrom": "201609",
                    "yearOfConstructionTo": ""
                }
            ],
            "linkingTargetId": 123453
        },
        {
            "articleNumber": "0 092 S37 407",
            "linkedArticleImmediateAttributs": [
                {
                    "attrId": 14,
                    "attrIsConditional": false,
                    "attrIsInterval": false,
                    "attrName": "TecDoc Engine Number",
                    "attrShortName": "TecDoc Eng. No.",
                    "attrType": "N",
                    "attrValue": "31115"
                }
            ],
            "linkedVehicles": [
                {
                    "carDesc": "2.2",
                    "carId": 113751,
                    "constructionType": "MPV",
                    "cylinderCapacity": 2237,
                    "manuDesc": "FAW",
                    "manuId": 3610,
                    "modelDesc": "ZIYOUFENG MPV",
                    "modelId": 14247,
                    "powerHpTo": 103,
                    "powerKwTo": 76,
                    "yearOfConstructionFrom": "200605",
                    "yearOfConstructionTo": "200912"
                }
            ],
            "linkingTargetId": 113751
        },
        {
            "articleNumber": "0 092 S37 407",
            "linkedArticleImmediateAttributs": [],
            "linkedVehicles": [
                {
                    "carDesc": "2.0",
                    "carId": 109185,
                    "constructionType": "MPV",
                    "cylinderCapacity": 1999,
                    "manuDesc": "FENGXING",
                    "manuId": 2863,
                    "modelDesc": "LINGZHI MPV",
                    "modelId": 13465,
                    "powerHpTo": 121,
                    "powerKwTo": 89,
                    "yearOfConstructionFrom": "200701",
                    "yearOfConstructionTo": "201712"
                }
            ],
            "linkingTargetId": 109185
        },
        {
            "articleNumber": "0 092 S37 407",
            "linkedArticleImmediateAttributs": [],
            "linkedVehicles": [
                {
                    "carDesc": "1.3",
                    "carId": 29815,
                    "constructionType": "Box",
                    "cylinderCapacity": 1310,
                    "manuDesc": "DONGFENG (DFAC)",
                    "manuId": 2854,
                    "modelDesc": "XIAOKANG Box",
                    "modelId": 7827,
                    "powerHpTo": 83,
                    "powerKwTo": 61,
                    "yearOfConstructionFrom": "200707",
                    "yearOfConstructionTo": "201212"
                }
            ],
            "linkingTargetId": 29815
        },
        {
            "articleNumber": "0 092 S37 407",
            "linkedArticleImmediateAttributs": [],
            "linkedVehicles": [
                {
                    "carDesc": "2.4",
                    "carId": 109188,
                    "constructionType": "MPV",
                    "cylinderCapacity": 2351,
                    "manuDesc": "FENGXING",
                    "manuId": 2863,
                    "modelDesc": "LINGZHI MPV",
                    "modelId": 13465,
                    "powerHpTo": 126,
                    "powerKwTo": 93,
                    "yearOfConstructionFrom": "200604",
                    "yearOfConstructionTo": "201012"
                }
            ],
            "linkingTargetId": 109188
        }
    ]
}