CarsXECarsXE

Map a diagnostic trouble code (DTC) read from an OBD-II scanner to readable diagnosis text. The /obdcodesdecoder endpoint takes the code alone — no VIN or vehicle identity required.

Parameters

ParameterRequiredDescription
codeYesOBD-II diagnostic trouble code, for example P0115
keyYesYour CarsXE API key
formatNojson by default, or xml if supported by your endpoint configuration

Example

Decode an OBD-II code

Code
curl -G https://api.carsxe.com/obdcodesdecoder \
  -d key=YOUR_API_KEY \
  -d code=P0115

For the full interactive reference, try it live in the API Reference.

Response

Errors

See the Errors guide for the full list.