---
title: "Get a single OBD-II Code"
method: GET
path: "/api/obd-codes/{code}"
tags: ["OBD Codes"]
---

# Get a single OBD-II Code

`GET /api/obd-codes/{code}`

For non-subscribers the results are limited to one code per category: B1200, P0100, U1000, and C1091.

## Path parameters

- `code` string, required

## Response `200`

- unknown

## Other responses

- `400` — BadRequestException
- `405` — MethodNotAllowedException
- `429` — TooManyRequestsException - Max Per Minute: 600
- `503` — ServiceUnavailableException

---

[API](https://skmtc.net/carapi/apis/car-api-documentation.md) · [All operations](https://skmtc.net/carapi/apis/car-api-documentation/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/carapi/car-api-documentation/revisions/5331e15a22af/schema)
