Maintenance parts

MaintenanceParts

All maintenance parts of the selected modification, grouped by category (brakes, filters, etc.). Cost — 1 unit.

GET https://api.levam.net/oem/v1/MaintenanceParts

Parameters

ParameterRequiredDescription
api_keyyesAPI key
modif_linkyesModification code (from VinFind, VehicleModificationsGet or ApplicabilityCars)
langnoResponse language

Example

curl "https://api.levam.net/oem/v1/MaintenanceParts?api_key=KEY&lang=en&modif_link=OTM5SElaM2orZi91OUZyNVNrTWwydz09--"
{
  "error": "",
  "result": {
    "catalog_code": 3,
    "catalog_name": "audi",
    "catalog_image": "https://img.levam.net/images/logos/big/audi.png",
    "family_name": "Audi 80/90",
    "model_name": "Audi 80 (1973 - 1976)",
    "categories": [
      {
        "category_name": "Brake Front",
        "category_code": "brake_front",
        "category_image": "https://img.levam.net/images/oem/maintenance_parts/brake_front.svg",
        "parts": [
          {
            "part_code": "191501615b",
            "part_name": "brake drum",
            "part_number": "9",
            "coords": [{ "top": 128.98, "left": 63.62, "width": 3, "height": 3 }],
            "node_name": "rear axle beam suspension",
            "node_group": "016049000::49000",
            "node_image": "https://img.levam.net/images/oem/audi3/AU/Bilder/016/016049000.png"
          }
        ]
      }
    ]
  }
}

Response fields

FieldDescription
result.catalog_*, family_*, model_*Catalog, family and model with images
result.categories[].category_name, category_code, category_imageMaintenance parts category
result.categories[].parts[].part_code, part_namePart number and name
result.categories[].parts[].part_numberPart number on the unit diagram
result.categories[].parts[].coordsMark coordinates on the diagram: top, left, width, height
result.categories[].parts[].node_name, node_group, node_imageThe unit that contains the part
errorError information; an empty string means no error