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

← BW Black Star Promos
Empoleon

Empoleon

Promo #BW56 Pokémon Stage 2 HP 140
Types
Water
Illustrator
Shin Nagasawa
Expansion
BW Black Star Promos · Black & White
Language
English
TCGplayer
85202

Attacks

Fury Attack 30
Water

Flip 3 coins. This attack does 30 damage times the number of heads.

Cold Crush 70
Water · Colorless · Colorless

You may discard an Energy attached to this Pokémon. If you do, discard an Energy attached to the Defending Pokémon.

GET /api/v1/pokemon/cards/bwp-BW56vh?include=prices 200 16ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "bwp-BW56vh",
    "name": "Empoleon",
    "number": "BW56",
    "printed_number": "BW56",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bwp/BW56vh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bwp/BW56vh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bwp/BW56vh.large.webp"
      }
    ],
    "expansion": {
      "id": "bwp",
      "name": "BW Black Star Promos",
      "total": 101,
      "language": "English",
      "language_code": "en",
      "series": "Black & White",
      "code": "PR-BLW",
      "printed_total": 101,
      "release_date": "2011/03/01",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/bwp.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/bwp.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "85202",
    "variants": [
      {
        "name": "holofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bwp/BW56vh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bwp/BW56vh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bwp/BW56vh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 2"
    ],
    "types": [
      "Water"
    ],
    "hp": "140",
    "attacks": [
      {
        "cost": [
          "Water"
        ],
        "converted_energy_cost": 1,
        "name": "Fury Attack",
        "text": "Flip 3 coins. This attack does 30 damage times the number of heads.",
        "damage": "30"
      },
      {
        "cost": [
          "Water",
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Cold Crush",
        "text": "You may discard an Energy attached to this Pokémon. If you do, discard an Energy attached to the Defending Pokémon.",
        "damage": "70"
      }
    ],
    "weaknesses": [
      {
        "type": "Lightning",
        "value": "×2"
      }
    ],
    "rarity": "Promo",
    "artist": "Shin Nagasawa",
    "pricing": {
      "currency": "USD",
      "market": 9.27,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 9.27
        },
        {
          "condition": "LP",
          "price": 5.34
        },
        {
          "condition": "MP",
          "price": 4.28
        },
        {
          "condition": "HP",
          "price": 2.73
        },
        {
          "condition": "DMG",
          "price": 1.25
        }
      ],
      "graded": [
        {
          "company": "PSA",
          "grade": "10",
          "value": 35,
          "low": 29.75,
          "high": 40.25,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "3",
          "value": 2,
          "low": 1.7,
          "high": 2.3,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "6",
          "value": 19,
          "low": 16.15,
          "high": 21.85,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 1
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 22.5,
          "low": 19.13,
          "high": 25.87,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-22T02:45:39.680Z",
      "trend_7d": {
        "direction": "down",
        "percent": -12.3
      }
    }
  }
}