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

← Majestic Dawn
Empoleon

Empoleon

Rare #17 Pokémon Stage 2 HP 130
Types
Water
Illustrator
Kent Kanetsuna
Expansion
Majestic Dawn · Diamond & Pearl
Language
English
TCGplayer
85198

Attacks

Dual Splash
Water · Colorless

Choose 2 of your opponent's Pokémon. This attack does 30 damage to each of them. (Don't apply Weakness and Resistance for Benched Pokémon.)

Surf Together 50
Water · Water · Colorless

Does 50 damage plus 10 more damage for each of your Benched Pokémon. Flip a coin. If tails, this attack does 10 damage to each of your Benched Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)

GET /api/v1/pokemon/cards/dp5-17?include=prices 200 16ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "dp5-17",
    "name": "Empoleon",
    "number": "17",
    "printed_number": "17",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp5/17.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp5/17.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp5/17.large.webp"
      }
    ],
    "expansion": {
      "id": "dp5",
      "name": "Majestic Dawn",
      "total": 100,
      "language": "English",
      "language_code": "en",
      "series": "Diamond & Pearl",
      "code": "MD",
      "printed_total": 100,
      "release_date": "2008/05/01",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/dp5.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/dp5.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "85198",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp5/17.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp5/17.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp5/17.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 2"
    ],
    "types": [
      "Water"
    ],
    "hp": "130",
    "attacks": [
      {
        "cost": [
          "Water",
          "Colorless"
        ],
        "converted_energy_cost": 2,
        "name": "Dual Splash",
        "text": "Choose 2 of your opponent's Pokémon. This attack does 30 damage to each of them. (Don't apply Weakness and Resistance for Benched Pokémon.)"
      },
      {
        "cost": [
          "Water",
          "Water",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Surf Together",
        "text": "Does 50 damage plus 10 more damage for each of your Benched Pokémon. Flip a coin. If tails, this attack does 10 damage to each of your Benched Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)",
        "damage": "50"
      }
    ],
    "weaknesses": [
      {
        "type": "Lightning",
        "value": "+30"
      }
    ],
    "rarity": "Rare",
    "artist": "Kent Kanetsuna",
    "pricing": {
      "currency": "USD",
      "market": 1.41,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 1.41
        },
        {
          "condition": "LP",
          "price": 1.21
        },
        {
          "condition": "MP",
          "price": 0.86
        },
        {
          "condition": "HP",
          "price": 0.6
        },
        {
          "condition": "DMG",
          "price": 1.03
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "9.5",
          "value": 12.5,
          "low": 10.63,
          "high": 14.37,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 128.5,
          "low": 109.23,
          "high": 147.77,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "7",
          "value": 13,
          "low": 11.05,
          "high": 14.95,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 50,
          "low": 42.5,
          "high": 57.5,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-22T02:36:44.623Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}