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

← Diamond & Pearl Promos
Empoleon LV.X

Empoleon LV.X

Common #78 Pokémon Level-Up
Types
Water
Illustrator
Shizurow
Expansion
Diamond & Pearl Promos · Diamond & Pearl
Language
Japanese
TCGplayer

Attacks

Hydro Impact
Water · Water · Water

Choose 1 of your opponent's Pokémon. This attack does 80 damage to that Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.) Empoleon can't attack during your next turn.

GET /api/v1/pokemon/cards/dpp_ja-78?include=prices 200 17ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "dpp_ja-78",
    "name": "Empoleon LV.X",
    "number": "78",
    "printed_number": "78",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dpp_ja/78.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dpp_ja/78.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dpp_ja/78.large.webp"
      }
    ],
    "expansion": {
      "id": "dpp_ja",
      "name": "Diamond & Pearl Promos",
      "total": 127,
      "language": "Japanese",
      "language_code": "ja",
      "series": "Diamond & Pearl",
      "printed_total": 127,
      "release_date": "2006/12/01",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/dpp_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/dpp_ja.symbol.png",
      "translation": {
        "en": {
          "name": "Diamond & Pearl Promos"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": null,
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dpp_ja/78.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dpp_ja/78.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dpp_ja/78.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Level-Up"
    ],
    "types": [
      "Water"
    ],
    "abilities": [
      {
        "name": "Supreme Command",
        "text": "Once during your turn (before your attack), you may choose up to 2 cards from your opponent's hand without looking and put them face down next to the Defending Pokémon. (These cards are not in play or in your opponent's hand.) At the end of your opponent's next turn, return those cards to your opponent's hand. This power can't be used if Empoleon is affected by a Special Condition.",
        "type": "Poké-Power"
      }
    ],
    "attacks": [
      {
        "cost": [
          "Water",
          "Water",
          "Water"
        ],
        "converted_energy_cost": 3,
        "name": "Hydro Impact",
        "text": "Choose 1 of your opponent's Pokémon. This attack does 80 damage to that Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.) Empoleon can't attack during your next turn."
      }
    ],
    "rarity": "Common",
    "artist": "Shizurow",
    "pricing": {
      "currency": "USD",
      "market": 19.99,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 19.99
        },
        {
          "condition": "MP",
          "price": 19.5
        },
        {
          "condition": "HP",
          "price": 12
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "3.5",
          "value": 8.4,
          "low": 7.14,
          "high": 9.66,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "7.5",
          "value": 18,
          "low": 15.3,
          "high": 20.7,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 174,
          "low": 147.9,
          "high": 200.1,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 2
        },
        {
          "company": "PSA",
          "grade": "4",
          "value": 8,
          "low": 6.8,
          "high": 9.2,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "8",
          "value": 19.5,
          "low": 16.58,
          "high": 22.42,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 1
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 50.3,
          "low": 42.76,
          "high": 57.84,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 3
        }
      ],
      "market_updated_at": "2026-09-22T03:24:11.782Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}