---
title: "Get Group Details"
method: GET
path: "/catalog/groups/{groupIds}"
tags: ["Catalog"]
---

# Get Group Details

`GET /catalog/groups/{groupIds}`

This endpoint returns an array of groups whose Ids were specified in the groupIds
parameter.  Groups that could be found are returned in the results array in the
response.  Groups that could not be found are indicated in the errors array.

## Path parameters

- `groupIds` string, required

## Response `200`

All groups found and returned.

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

## Other responses

- `207` — Some groups found. Those that were found are returned. Those that were not are indicated by an error message.
- `404` — No groups found.

---

[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)
