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 Rush
Empoleon

Empoleon

Rare #21 Pokémon Stage 2
Types
Water
Illustrator
Naoki Saito
Expansion
Dark Rush · Black & White
Language
Japanese
TCGplayer
601378

Attacks

Attack Command 10×
Water

Does 10 damage times the number of Pokémon in play (both yours and your opponent's).

GET /api/v1/pokemon/cards/bw4_ja-21vh?include=prices 200 15ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "bw4_ja-21vh",
    "name": "Empoleon",
    "number": "21",
    "printed_number": "21",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw4_ja/21vh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw4_ja/21vh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw4_ja/21vh.large.webp"
      }
    ],
    "expansion": {
      "id": "bw4_ja",
      "name": "Dark Rush",
      "total": 76,
      "language": "Japanese",
      "language_code": "ja",
      "series": "Black & White",
      "code": "BW4",
      "printed_total": 69,
      "release_date": "2011/12/16",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/bw4_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/bw4_ja.symbol.png",
      "translation": {
        "en": {
          "name": "Dark Rush"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": "601378",
    "variants": [
      {
        "name": "holofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw4_ja/21vh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw4_ja/21vh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw4_ja/21vh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 2"
    ],
    "types": [
      "Water"
    ],
    "abilities": [
      {
        "name": "Diving Draw",
        "text": "Once during your turn (before your attack), you may discard a card from your hand. If you do, draw 2 cards.",
        "type": "Ability"
      }
    ],
    "attacks": [
      {
        "cost": [
          "Water"
        ],
        "converted_energy_cost": 1,
        "name": "Attack Command",
        "text": "Does 10 damage times the number of Pokémon in play (both yours and your opponent's).",
        "damage": "10×"
      }
    ],
    "rarity": "Rare",
    "artist": "Naoki Saito",
    "pricing": {
      "currency": "USD",
      "market": 7.21,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 7.21
        },
        {
          "condition": "LP",
          "price": 4.62
        },
        {
          "condition": "MP",
          "price": 3.5
        },
        {
          "condition": "HP",
          "price": 2.69
        },
        {
          "condition": "DMG",
          "price": 2.25
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "10",
          "value": 25.2,
          "low": 25.2,
          "high": 28,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "9",
          "value": 26.99,
          "low": 22.94,
          "high": 31.04,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 43,
          "low": 40.7,
          "high": 59.25,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 5
        },
        {
          "company": "PSA",
          "grade": "5",
          "value": 23,
          "low": 19.55,
          "high": 26.45,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "8",
          "value": 22,
          "low": 18.7,
          "high": 25.3,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 27.63,
          "low": 34.95,
          "high": 34.99,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 2
        }
      ],
      "market_updated_at": "2026-09-22T02:03:03.403Z",
      "trend_7d": {
        "direction": "up",
        "percent": 9.91
      }
    }
  }
}