CarDr offers two powerful integration pathways—designed for developers, DMS providers, auction platforms, and inspection apps.
Whether you’re building full diagnostic tools or just need specific automotive data, we provide scalable access through both hardware-powered SDKs and cloud-only APIs.

Quickly power up your platform with real-time vehicle intelligence. Ideal for DMS platforms, auctions, and mobile apps looking to extract insights without requiring hardware installation.
Use Cases: Appraisals, Post-sale inspection, warranty underwriting, mobile diagnostics, and DMS plug-ins.
Tap into the full power of dynamically reconfiguring OBD diagnostics with our patented ULTRA adapter and developer-friendly SDKs (iOS, Android, React Native).
Ideal For: Auction inspections, vehicle reconditioning centers, used car dealer networks, and international inspection platforms.
Harness the power of comprehensive diagnostics and VIN-specific repair estimation. Our platform gives you the tools to diagnose, analyze, and act—all from a single interface.
Contact us today to schedule a demo or learn more about integrating these features into your workflow.

GET /api/v1/vin-decode?vin=1HGCM82633A123456
Response:
JSON
{
"make": "Honda",
"model": "Accord",
"year": 2003,
"engine": "2.4L I4 DOHC 16V",
"trim": "EX"
}
GET /api/v1/dtc-lookup?code=P0100
Response:
JSON
{
"code": "P0100",
"description": "Mass air flow (MAF) sensor/volume air flow (VAF). Sensor circuit malfunction",
}
}
JSON
{
"parts": [
"Wheel Speed Sensor",
"Wiring Harness"
],
"impact": "If not addressed, the ABS system may not function properly, leading to potential safety issues during braking.",
"module": "Anti-Lock Brakes Module",
"status": "CONFIRMED HISTORY",
"dtcCode": "C212A",
"category": "Attention",
"laborHrs": "1.5 - 2.5 hours",
"partsQty": 2,
"laborCost": "$150 - $250",
"partsCost": "$150 - $250",
"is_include": true,
"commonality": "Common",
"criticality": "MEDIUM",
"description": "The vehicle's computer is not receiving a signal from the wheel speed sensor, which can affect the ABS system.",
"sub_category": "Other & Non Categorized",
"repairDeduction": "$300 - $500"
}
POST /api/v1/report
Request:
JSON
{
"vin": "3FAHP0HA2AR123456",
"dtc_codes": ["P0420", "U0101"],
"mileage": "32547",
"logo_url": "https://partner.com/logo.png"
}



