---
title: "List All Groups Details"
method: GET
path: "/catalog/groups"
tags: ["Catalog"]
---

# List All Groups Details

`GET /catalog/groups`

This endpoint returns all groups that match the specified criteria.

## Query parameters

- `categoryId` integer
- `categoryName` string
- `isSupplemental` boolean
- `hasSealed` boolean
- `sortOrder` string
- `sortDesc` boolean
- `offset` integer
- `limit` integer

## Response `200`

Groups found and returned.

- TcgApiModelCommonPagedApiResultTcgApiModelCatalogGroup
  - `totalItems` integer
  - `success` boolean
  - `errors` string[]
  - `results` TcgApiModelCatalogGroup[]
    - `groupId` integer
    - `name` string
    - `abbreviation` string
    - `isSupplemental` boolean
    - `publishedOn` string, date-time
    - `modifiedOn` string, date-time
    - `categoryId` integer

---

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