---
title: "Get Category"
method: GET
path: "/categories/{id}"
tags: ["Get Category"]
---

# Get Category

`GET /categories/{id}`

Gets more details about a specific category, given the Category ID

## Path parameters

- `id` integer, required

## Response `200`

Category details

- CategoryResponse
  - `apiVersion` string
  - `category` CategoryData
    - `id` integer — Category ID
    - `name` string — Category name
  - `status` string — Status message
  - `status_code` integer — Status code
  - `total_count` integer

## Other responses

- `404` — Resource not found

## Changes

- **2020-10-29** `4a6786468aaf` — 1 breaking, 5 info
  - the response's body type/format changed from `array`/`` to `object`/`` for status `200`
  - added the optional property `apiVersion` to the response with the `200` status
  - added the optional property `category` to the response with the `200` status
  - added the optional property `status` to the response with the `200` status
  - …2 more
- **2020-05-12** `a1ebd031433f` — 1 warning
  - removed the optional property `data` from the response with the `404` status
- **2020-01-10** `ac7f919a3345` — 1 warning
  - removed the optional property `errors/invalid-credentials` from the response with the `404` status
- **2019-08-04** `ae55dad39068` — 1 breaking, 8 info
  - the `errors` response's property type/format changed from `array`/`` to `object`/`` for status `404`
  - added the optional property `errors/bad-request` to the response with the `404` status
  - added the optional property `errors/invalid-credentials` to the response with the `404` status
  - added the optional property `errors/invalid-params` to the response with the `404` status
  - …5 more
- …earlier changes not shown

[Full history](https://skmtc.dev/operationcode/apis/operation-code-resources-api/changes/categories/:id/get.md)

---

[API](https://skmtc.dev/operationcode/apis/operation-code-resources-api.md) · [All operations](https://skmtc.dev/operationcode/apis/operation-code-resources-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/operationcode/operation-code-resources-api/revisions/6071d3157f6d/schema)
