View DTC(Diagnostic Trouble Code) Descriptions

A DTC is a code used to diagnose malfunctions in a vehicle. This API allows the user to get the descriptions and related information of a diagnostic code appeared in your vehicle. The DTC code needs to be passed as a path parameter.

📘

Sample Request

https://services.azuga.com/azuga-ws-oauth/v3/dtc/P0118

API Response explanation

FieldDescriptionData Type
generatedAtInMillisAPI generation time in UTC millisecondsLong
dataObject representing the details of the DTC codeObject
descDescription of the DTC codeString
repairImpThe level of repair importance of the DTC code ranging from 1 to 3.
1 : Low
2 : Medium
3 : High
String
causesThe possible causes of the DTC codeString
occurrenceThe possible occurrences of the DTC codeString
symptomsThe possible symptoms of the DTC codeString
detailedDescDetailed description of the DTC code.String
techNotesTechnical notes - if any.String
severityLevelThe level of severity of the DTC code ranging from 1 to 3.
1 : Easy
2 : Moderate
3 : Hard
String
errorError description - if anyList
Language
Authorization
Header
Click Try It! to start a request and see the response here!