Esta documentación se está retirando hacia docs.carsxe.com. Este sitio será desmantelado el 1 de octubre de 2026.
Ir a la nueva documentaciónDecode 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.
Yes! The OBD Decoder API is included in the free Sandbox as part of the shared lifetime quota (up to 100 API calls). For more information visit our pricing page.
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"
}