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

← Dark Explorers
Groudon-EX

Groudon-EX

Rare Holo EX #54 Pokémon BasicEX HP 180
Types
Fighting
Illustrator
Shizurow
Expansion
Dark Explorers · Black & White
Language
English
TCGplayer
85932

Attacks

Tromp 20
Fighting · Colorless

Does 10 damage to each of your opponent's Benched Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)

Giant Claw 80
Fighting · Fighting · Colorless

If the Defending Pokémon already has 2 or more damage counters on it, this attack does 40 more damage.

GET /api/v1/pokemon/cards/bw5-54vh?include=prices 200 15ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "bw5-54vh",
    "name": "Groudon-EX",
    "number": "54",
    "printed_number": "54",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw5/54vh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw5/54vh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw5/54vh.large.webp"
      }
    ],
    "expansion": {
      "id": "bw5",
      "name": "Dark Explorers",
      "total": 111,
      "language": "English",
      "language_code": "en",
      "series": "Black & White",
      "code": "DEX",
      "printed_total": 108,
      "release_date": "2012/05/09",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/bw5.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/bw5.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "85932",
    "variants": [
      {
        "name": "holofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw5/54vh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw5/54vh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw5/54vh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic",
      "EX"
    ],
    "types": [
      "Fighting"
    ],
    "hp": "180",
    "attacks": [
      {
        "cost": [
          "Fighting",
          "Colorless"
        ],
        "converted_energy_cost": 2,
        "name": "Tromp",
        "text": "Does 10 damage to each of your opponent's Benched Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)",
        "damage": "20"
      },
      {
        "cost": [
          "Fighting",
          "Fighting",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Giant Claw",
        "text": "If the Defending Pokémon already has 2 or more damage counters on it, this attack does 40 more damage.",
        "damage": "80"
      }
    ],
    "weaknesses": [
      {
        "type": "Water",
        "value": "×2"
      }
    ],
    "resistances": [
      {
        "type": "Lightning",
        "value": "-20"
      }
    ],
    "rarity": "Rare Holo EX",
    "artist": "Shizurow",
    "pricing": {
      "currency": "USD",
      "market": 81.73,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 81.73
        },
        {
          "condition": "LP",
          "price": 44.8
        },
        {
          "condition": "MP",
          "price": 35.39
        },
        {
          "condition": "HP",
          "price": 18.11
        },
        {
          "condition": "DMG",
          "price": 29.99
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "8.5",
          "value": 55,
          "low": 46.75,
          "high": 63.25,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 520,
          "low": 442,
          "high": 598,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "6",
          "value": 15,
          "low": 12.75,
          "high": 17.25,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "7",
          "value": 32.17,
          "low": 31.9,
          "high": 39.1,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 2
        },
        {
          "company": "PSA",
          "grade": "8",
          "value": 46,
          "low": 39.1,
          "high": 52.9,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 1
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 165.5,
          "low": 165.5,
          "high": 171.88,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "TAG",
          "grade": "8.5",
          "value": 69.99,
          "low": 59.49,
          "high": 80.49,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-22T02:25:34.444Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}