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

← Megalo Cannon
Dialga-EX

Dialga-EX

Rare #53 Pokémon BasicEXTeam Plasma HP 180
Types
Dragon
Illustrator
Eske Yoshinob
Expansion
Megalo Cannon · Black & White
Language
Japanese
TCGplayer

Attacks

Reverse Edge 50
Psychic · Metal · Colorless

Flip a coin. If heads, put a card from your discard pile into your hand.

Fast Forward 90
Colorless · Colorless · Colorless · Colorless

For each Plasma Energy attached to this Pokémon, discard the top card of your opponent's deck.

GET /api/v1/pokemon/cards/bw9_ja-53vh?include=prices 200 16ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "bw9_ja-53vh",
    "name": "Dialga-EX",
    "number": "53",
    "printed_number": "53",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw9_ja/53vh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw9_ja/53vh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw9_ja/53vh.large.webp"
      }
    ],
    "expansion": {
      "id": "bw9_ja",
      "name": "Megalo Cannon",
      "total": 86,
      "language": "Japanese",
      "language_code": "ja",
      "series": "Black & White",
      "code": "BW9",
      "printed_total": 76,
      "release_date": "2013/03/15",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/bw9_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/bw9_ja.symbol.png",
      "translation": {
        "en": {
          "name": "Megalo Cannon"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": null,
    "variants": [
      {
        "name": "holofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw9_ja/53vh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw9_ja/53vh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw9_ja/53vh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic",
      "EX",
      "Team Plasma"
    ],
    "types": [
      "Dragon"
    ],
    "hp": "180",
    "attacks": [
      {
        "cost": [
          "Psychic",
          "Metal",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Reverse Edge",
        "text": "Flip a coin. If heads, put a card from your discard pile into your hand.",
        "damage": "50"
      },
      {
        "cost": [
          "Colorless",
          "Colorless",
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 4,
        "name": "Fast Forward",
        "text": "For each Plasma Energy attached to this Pokémon, discard the top card of your opponent's deck.",
        "damage": "90"
      }
    ],
    "weaknesses": [
      {
        "type": "Dragon",
        "value": "×2"
      }
    ],
    "rarity": "Rare",
    "artist": "Eske Yoshinob",
    "pricing": {
      "currency": "USD",
      "market": 18.08,
      "is_stale": true,
      "conditions": [
        {
          "condition": "NM",
          "price": 18.08
        },
        {
          "condition": "DMG",
          "price": 10.99
        }
      ],
      "graded": [
        {
          "company": "PSA",
          "grade": "10",
          "value": 161.5,
          "low": 200,
          "high": 200,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 2
        },
        {
          "company": "PSA",
          "grade": "2",
          "value": 9,
          "low": 7.65,
          "high": 10.35,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "8",
          "value": 12.5,
          "low": 10.63,
          "high": 14.37,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 67.1,
          "low": 84.95,
          "high": 84.95,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        }
      ],
      "market_updated_at": "2026-09-22T02:47:25.547Z",
      "trend_7d": {
        "direction": "up",
        "percent": 9.31
      }
    }
  }
}