Decode OBD codes through a robust API for your applications needs
The OBD Codes Decoder API provides access to a library of over 3000 OBD codes and their matching vehicle diagnosis.
The OBD Codes Decoder API matches the code to the vehicle trouble or diagnosis.
This endpoint allows you to retrieve a vehicle's license plate number or registration number from an image of the plate.
keyYour CarsXE API key.
codeThe OBD code.
successWhether we could retrieve code information.
diagnosisThe diagnosis of the OBD code.
dateThe date of the search.
codeThe OBD Code.
curl -G https://api.carsxe.com/obdcodesdecoder \
-d key=CARSXE_API_KEY \
-d code=P0115{
"success": true,
"diagnosis": "Engine Coolant Temperature Circuit Malfunction",
"date": "2020-07-04T21:44:39.767Z",
"code": "P0115"
}