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

# Get Category

`GET /categories/{id}`

Returns information about a specific category.

## Path parameters

- `id` integer, required

## Response `200`

OK

- object
  - `code` integer — Response status code `200`
  - `result` Category — Information about the Category
    - `id` integer — Category ID
    - `parent_id` integer — ID of the parent Category. If there is no parent Category, 0 is returned.
    - `image_url` string — The URL of the Category image
    - `size` 'small' | 'medium' | 'large' — The size of the category image
    - `title` string — Category title

## Other responses

- `401` — Unauthorized

---

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