Powered live by GET /api/v1/pokemon/…, the same public API documented in the Card Data API docs. Search supports the full q syntax.

← Nine Colours Gathering (Origin)
Galarian Obstagoon

Galarian Obstagoon

Rare #076/132 Pokémon Stage 2 HP 170
Types
Darkness
Illustrator
kodama
Expansion
Nine Colours Gathering (Origin) · Sword & Shield
Language
Chinese
TCGplayer

Attacks

Silence 30
Colorless

Choose 1 of your opponent's Active Pokémon's attacks. During your opponent's next turn, that Pokémon can't use that attack.

Merciless Strike 60
Colorless

If your opponent's Active Pokémon already has any damage counters on it, this attack does 90 more damage.

GET /api/v1/pokemon/cards/ncgo-076?include=prices 200 17ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "ncgo-076",
    "name": "Galarian Obstagoon",
    "number": "076/132",
    "printed_number": "076/132",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ncgo-076.large.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ncgo-076.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ncgo-076.large.webp"
      }
    ],
    "expansion": {
      "id": "ncgo",
      "name": "Nine Colours Gathering (Origin)",
      "total": 177,
      "language": "Chinese",
      "language_code": "zh",
      "series": "Sword & Shield",
      "printed_total": 177,
      "release_date": "2024/03/01",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/ncgo.logo.png",
      "translation": {
        "en": {
          "name": "Nine Colours Gathering (Origin)"
        }
      }
    },
    "language": "Chinese",
    "language_code": "zh",
    "tcgplayer_id": null,
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ncgo-076.large.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ncgo-076.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ncgo-076.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 2"
    ],
    "types": [
      "Darkness"
    ],
    "hp": "170",
    "attacks": [
      {
        "cost": [
          "Colorless"
        ],
        "converted_energy_cost": 1,
        "name": "Silence",
        "text": "Choose 1 of your opponent's Active Pokémon's attacks. During your opponent's next turn, that Pokémon can't use that attack.",
        "damage": "30"
      },
      {
        "cost": [
          "Colorless"
        ],
        "converted_energy_cost": 1,
        "name": "Merciless Strike",
        "text": "If your opponent's Active Pokémon already has any damage counters on it, this attack does 90 more damage.",
        "damage": "60"
      }
    ],
    "weaknesses": [
      {
        "type": "Grass",
        "value": "×2"
      }
    ],
    "rarity": "Rare",
    "artist": "kodama",
    "pricing": {
      "currency": "USD",
      "market": 2.99,
      "is_stale": true,
      "conditions": [],
      "graded": [],
      "market_updated_at": "2026-09-19T02:32:13.442Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}