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

← Fusion Arts
Galarian Obstagoon

Galarian Obstagoon

Rare #61 Pokémon Stage 2 HP 170
Types
Darkness
Illustrator
kodama
Expansion
Fusion Arts · Sword & Shield
Language
Japanese
TCGplayer
569562

Attacks

Silence 30
Darkness

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+
Darkness

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/swsh8_ja-61vh?include=prices 200 30ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "swsh8_ja-61vh",
    "name": "Galarian Obstagoon",
    "number": "61",
    "printed_number": "61",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh8_ja/61vh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh8_ja/61vh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh8_ja/61vh.large.webp"
      }
    ],
    "expansion": {
      "id": "swsh8_ja",
      "name": "Fusion Arts",
      "total": 129,
      "language": "Japanese",
      "language_code": "ja",
      "series": "Sword & Shield",
      "code": "S8",
      "printed_total": 100,
      "release_date": "2021/09/24",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/swsh8_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/swsh8_ja.symbol.png",
      "translation": {
        "en": {
          "name": "Fusion Arts"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": "569562",
    "variants": [
      {
        "name": "holofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh8_ja/61vh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh8_ja/61vh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh8_ja/61vh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 2"
    ],
    "types": [
      "Darkness"
    ],
    "hp": "170",
    "attacks": [
      {
        "cost": [
          "Darkness"
        ],
        "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": [
          "Darkness"
        ],
        "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": 0.4,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.4
        }
      ],
      "graded": [],
      "market_updated_at": "2026-09-22T03:21:01.545Z",
      "trend_7d": {
        "direction": "up",
        "percent": 25
      }
    }
  }
}