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

← Ultra Moon
Empoleon

Empoleon

Rare #6 Pokémon Stage 2 HP 160
Types
Water
Illustrator
nagimiso
Expansion
Ultra Moon · Sun & Moon
Language
Japanese
TCGplayer
572260

Attacks

Total Command 20×
Water · Colorless

This attack does 20 damage for each Benched Pokémon (both yours and your opponent's).

Whirlpool 90
Water · Water · Colorless

Discard an Energy from your opponent's Active Pokémon.

GET /api/v1/pokemon/cards/sm5m_ja-6vh?include=prices 200 19ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "sm5m_ja-6vh",
    "name": "Empoleon",
    "number": "6",
    "printed_number": "6",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm5m_ja/6vh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm5m_ja/6vh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm5m_ja/6vh.large.webp"
      }
    ],
    "expansion": {
      "id": "sm5m_ja",
      "name": "Ultra Moon",
      "total": 78,
      "language": "Japanese",
      "language_code": "ja",
      "series": "Sun & Moon",
      "code": "SM5M",
      "printed_total": 66,
      "release_date": "2017/12/08",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/sm5m_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/sm5m_ja.symbol.png",
      "translation": {
        "en": {
          "name": "Ultra Moon"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": "572260",
    "variants": [
      {
        "name": "holofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm5m_ja/6vh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm5m_ja/6vh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm5m_ja/6vh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 2"
    ],
    "types": [
      "Water"
    ],
    "hp": "160",
    "attacks": [
      {
        "cost": [
          "Water",
          "Colorless"
        ],
        "converted_energy_cost": 2,
        "name": "Total Command",
        "text": "This attack does 20 damage for each Benched Pokémon (both yours and your opponent's).",
        "damage": "20×"
      },
      {
        "cost": [
          "Water",
          "Water",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Whirlpool",
        "text": "Discard an Energy from your opponent's Active Pokémon.",
        "damage": "90"
      }
    ],
    "weaknesses": [
      {
        "type": "Lightning",
        "value": "×2"
      }
    ],
    "rarity": "Rare",
    "artist": "nagimiso",
    "pricing": {
      "currency": "USD",
      "market": 0.64,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.64
        },
        {
          "condition": "LP",
          "price": 0.5
        }
      ],
      "graded": [
        {
          "company": "PSA",
          "grade": "10",
          "value": 53.7,
          "low": 68,
          "high": 68,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        },
        {
          "company": "PSA",
          "grade": "6",
          "value": 89.94,
          "low": 76.45,
          "high": 103.43,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-22T04:02:12.733Z",
      "trend_7d": {
        "direction": "down",
        "percent": -34.02
      }
    }
  }
}