---
title: "OBD Codes Decoder"
method: GET
path: "/obdcodesdecoder"
tags: ["Year Make Model"]
---

# OBD Codes Decoder

`GET /obdcodesdecoder`

Decode an OBD-II diagnostic trouble code (e.g. P0115).

## Query parameters

- `code` string, required

## Response `200`

OBD code decoded.

- object
  - `success` boolean
  - `diagnosis` string
  - `date` string
  - `code` string

## Other responses

- `400` — Missing OBD code.
- `401` — Missing API key, unknown/disabled API key, or inactive account.
- `404` — The OBD code could not be found.
- `429` — API usage limit exceeded for the current billing period.

---

[API](https://skmtc.net/carsxe/apis/carsxe-api.md) · [All operations](https://skmtc.net/carsxe/apis/carsxe-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/carsxe/carsxe-api/revisions/0343df02d7c4/schema)
