List All Groups Details

This endpoint returns all groups that match the specified criteria.

Many products refer to groups by an alternative name such as "Sets." This endpoint will return more detailed information about a specific group of products, which can be useful for separating products into individual groups. Groups for all products in the TCGplayer catalog are included.

{
  "totalItems": 0,
  "success": true,
  "errors": [
    "string"
  ],
  "results": [
    {
      "groupId": 0,
      "name": "string",
      "abbreviation": "string",
      "supplemental": true,
      "publishedOn": "string",
      "modifiedOn": "2017-11-21T00:47:27.195Z"
      "categoryId": 0
    }
  ]
}
/catalog/groups?offset=4&limit=2&categoryId=3

Headers:
Authorization | {{bearerToken}}

{
    "totalItems": 141,
    "success": true,
    "errors": [],
    "results": [
        {
            "groupId": 1663,
            "name": "Base Set (Shadowless)",
            "abbreviation": "BS",
            "isSupplemental": false,
            "publishedOn": "2019-03-05T16:05:47.9727348Z",
            "modifiedOn": "2019-02-05T15:09:16.78",
            "categoryId": 3
        },
        {
            "groupId": 605,
            "name": "Base Set 2",
            "abbreviation": "B2",
            "isSupplemental": false,
            "publishedOn": "2019-03-05T16:05:47.9883626Z",
            "modifiedOn": "2018-10-03T13:13:45.307",
            "categoryId": 3
        }
    ]
}
Language
Click Try It! to start a request and see the response here!