---
title: "List All Categories"
method: GET
path: "/catalog/categories"
tags: ["Catalog"]
---

# List All Categories

`GET /catalog/categories`

This endpoint returns a paged list of all categories supported by TCGplayer.

## Query parameters

- `offset` integer
- `limit` integer
- `sortOrder` string
- `sortDesc` boolean

## Response `200`

Categories found.

- TcgApiModelCommonPagedApiResultTcgApiModelCatalogCategory
  - `totalItems` integer
  - `success` boolean
  - `errors` string[]
  - `results` TcgApiModelCatalogCategory[]
    - `categoryId` integer
    - `name` string
    - `modifiedOn` string, date-time
    - `displayName` string
    - `seoCategoryName` string
    - `sealedLabel` string
    - `nonSealedLabel` string
    - `conditionGuideUrl` string
    - `isScannable` boolean
    - `popularity` integer

## Other responses

- `400` — Offset is less than 0 or limit is less than or equal to 0.
- `404` — No categories found.

---

[API](https://skmtc.dev/tcgplayer/apis/tcgapi.md) · [All operations](https://skmtc.dev/tcgplayer/apis/tcgapi/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/tcgplayer/tcgapi/revisions/dc32a30fcb68/schema)
