LogoLogo
  • Knowledge
    • Getting started
    • Frequently Asked Questions
  • Endpoints
    • Definitions
    • Multiple cards
    • Individual cards
    • Featured set groups
    • Images
    • API metadata
  • Links
    • Grand Archive API
    • OpenAPI spec
    • Swagger
    • Index - Card database
Powered by GitBook
On this page
Export as PDF
  1. Endpoints

Definitions

PreviousFrequently Asked QuestionsNextMultiple cards

Last updated 3 months ago

Get lists of terms which are commonly used throughout the API.

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
404Error
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"
    }
  ]
}