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

← Ascended Heroes
Galarian Obstagoon (Energy Reverse)

Galarian Obstagoon (Energy Reverse)

Uncommon #132 Pokémon Stage 2 HP 170
Types
Darkness
Illustrator
Dsuke
Expansion
Ascended Heroes · Mega Evolution
Language
English
TCGplayer
675944

Attacks

Scarring Shout 70×
Darkness · Colorless

This attack does 70 damage for each damage counter on your opponent's Active Pokémon.

Punk Smash 160
Darkness · Colorless · Colorless

Discard an Energy from this Pokémon.

GET /api/v1/pokemon/cards/me2pt5-132verh?include=prices 200 17ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "me2pt5-132verh",
    "name": "Galarian Obstagoon (Energy Reverse)",
    "number": "132",
    "printed_number": "132",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/me2pt5/132verh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/me2pt5/132verh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/me2pt5/132verh.large.webp"
      }
    ],
    "expansion": {
      "id": "me2pt5",
      "name": "Ascended Heroes",
      "total": 295,
      "language": "English",
      "language_code": "en",
      "series": "Mega Evolution",
      "code": "ASC",
      "printed_total": 217,
      "release_date": "2026/01/30",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/me2pt5.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/me2pt5.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "675944",
    "variants": [
      {
        "name": "energyReverseHolofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/me2pt5/132verh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/me2pt5/132verh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/me2pt5/132verh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 2"
    ],
    "types": [
      "Darkness"
    ],
    "hp": "170",
    "attacks": [
      {
        "cost": [
          "Darkness",
          "Colorless"
        ],
        "converted_energy_cost": 2,
        "name": "Scarring Shout",
        "text": "This attack does 70 damage for each damage counter on your opponent's Active Pokémon.",
        "damage": "70×"
      },
      {
        "cost": [
          "Darkness",
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Punk Smash",
        "text": "Discard an Energy from this Pokémon.",
        "damage": "160"
      }
    ],
    "weaknesses": [
      {
        "type": "Grass",
        "value": "×2"
      }
    ],
    "rarity": "Uncommon",
    "artist": "Dsuke",
    "pricing": {
      "currency": "USD",
      "market": 0.34,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.34
        },
        {
          "condition": "MP",
          "price": 0.2
        }
      ],
      "graded": [],
      "market_updated_at": "2026-09-21T19:37:09.954Z",
      "trend_7d": {
        "direction": "down",
        "percent": -8.11
      }
    }
  }
}