Definitions

get
Query parameters
fieldstringOptional

Select a specific option rather than including all of them.

Example: statOperator
Responses
200

A list of featured set groups.

application/json
get
GET /option/search HTTP/1.1
Host: api.gatcg.com
Accept: */*
{
  "circulation": [
    {
      "foil": true,
      "text": "Non-foil",
      "value": "NONFOIL"
    }
  ],
  "circulationPopulationOperator": [
    {
      "symbol": "≈",
      "text": "Approximate",
      "value": "APPROXIMATE"
    }
  ],
  "class": [
    {
      "text": "Some value",
      "value": "SOMEVALUE"
    }
  ],
  "configuration": {
    "orientations": [],
    "text": "Default",
    "value": "default"
  },
  "configurationOrientation": {
    "text": "Front",
    "value": "front"
  },
  "element": [
    {
      "text": "Some value",
      "value": "SOMEVALUE"
    }
  ],
  "gameFormat": [
    {
      "text": "Some value",
      "value": "SOMEVALUE"
    }
  ],
  "language": [
    {
      "text": "Some value",
      "value": "SOMEVALUE"
    }
  ],
  "rarity": [
    {
      "display": "UR",
      "text": "Ultra Rare",
      "value": 5
    }
  ],
  "set": {
    "display": "GenSeSha",
    "text": "I’ve been recruited as a champion to save the world but suddenly got transported to modern Earth!",
    "value": "GSC"
  },
  "stat": [
    {
      "group": "Card stats",
      "text": "Reserve Cost",
      "value": "cost_reserve"
    }
  ],
  "statOperator": [
    {
      "for": [
        "cost_memory",
        "cost_reserve"
      ],
      "input": false,
      "symbol": "= X",
      "text": "is X",
      "value": "=-1"
    }
  ],
  "subtype": [
    {
      "text": "Some value",
      "value": "SOMEVALUE"
    }
  ],
  "type": [
    {
      "text": "Some value",
      "value": "SOMEVALUE"
    }
  ]
}

Last updated