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

← SWSH Black Star Promos
Galarian Obstagoon

Galarian Obstagoon

Promo #SWSH193 Pokémon Stage 2 HP 170
Types
Darkness
Illustrator
Megumi Higuchi
Expansion
SWSH Black Star Promos · Sword & Shield
Language
English
TCGplayer
268708

Attacks

Rampaging Kick 180
Darkness · Darkness · Colorless

Discard 2 Darkness Energy from this Pokémon.

GET /api/v1/pokemon/cards/swshp-SWSH193?include=prices 200 33ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "swshp-SWSH193",
    "name": "Galarian Obstagoon",
    "number": "SWSH193",
    "printed_number": "SWSH193",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swshp/SWSH193.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swshp/SWSH193.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swshp/SWSH193.large.webp"
      }
    ],
    "expansion": {
      "id": "swshp",
      "name": "SWSH Black Star Promos",
      "total": 307,
      "language": "English",
      "language_code": "en",
      "series": "Sword & Shield",
      "code": "PR-SW",
      "printed_total": 307,
      "release_date": "2019/11/15",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/swshp.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/swshp.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "268708",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swshp/SWSH193.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swshp/SWSH193.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swshp/SWSH193.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 2"
    ],
    "types": [
      "Darkness"
    ],
    "hp": "170",
    "attacks": [
      {
        "cost": [
          "Darkness",
          "Darkness",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Rampaging Kick",
        "text": "Discard 2 Darkness Energy from this Pokémon.",
        "damage": "180"
      }
    ],
    "weaknesses": [
      {
        "type": "Grass",
        "value": "×2"
      }
    ],
    "rarity": "Promo",
    "artist": "Megumi Higuchi",
    "pricing": {
      "currency": "USD",
      "market": 3.41,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 3.41
        }
      ],
      "graded": [],
      "market_updated_at": "2026-09-22T02:07:39.302Z",
      "trend_7d": {
        "direction": "down",
        "percent": -1.73
      }
    }
  }
}