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

← Supreme Victors
Empoleon FB

Empoleon FB

Rare #27 Pokémon BasicSP HP 90
Types
Water
Illustrator
Hiroki Fuchino
Expansion
Supreme Victors · Platinum
Language
English
TCGplayer
85205

Attacks

Rushing Water 20
Water · Colorless

Move an Energy card attached to the Defending Pokémon to another of your opponent's Pokémon.

Escort 40
Water · Colorless · Colorless

If you played any Supporter card from your hand during this turn, this attack does 40 damage plus 20 more damage.

GET /api/v1/pokemon/cards/pl3-27?include=prices 200 15ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "pl3-27",
    "name": "Empoleon FB",
    "number": "27",
    "printed_number": "27",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pl3/27.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pl3/27.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pl3/27.large.webp"
      }
    ],
    "expansion": {
      "id": "pl3",
      "name": "Supreme Victors",
      "total": 153,
      "language": "English",
      "language_code": "en",
      "series": "Platinum",
      "code": "SV",
      "printed_total": 147,
      "release_date": "2009/08/19",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/pl3.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/pl3.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "85205",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pl3/27.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pl3/27.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pl3/27.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic",
      "SP"
    ],
    "types": [
      "Water"
    ],
    "hp": "90",
    "attacks": [
      {
        "cost": [
          "Water",
          "Colorless"
        ],
        "converted_energy_cost": 2,
        "name": "Rushing Water",
        "text": "Move an Energy card attached to the Defending Pokémon to another of your opponent's Pokémon.",
        "damage": "20"
      },
      {
        "cost": [
          "Water",
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Escort",
        "text": "If you played any Supporter card from your hand during this turn, this attack does 40 damage plus 20 more damage.",
        "damage": "40"
      }
    ],
    "weaknesses": [
      {
        "type": "Lightning",
        "value": "×2"
      }
    ],
    "rarity": "Rare",
    "artist": "Hiroki Fuchino",
    "pricing": {
      "currency": "USD",
      "market": 5.14,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 5.14
        },
        {
          "condition": "LP",
          "price": 3.02
        },
        {
          "condition": "MP",
          "price": 2.39
        },
        {
          "condition": "HP",
          "price": 1.61
        },
        {
          "condition": "DMG",
          "price": 1.52
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "10",
          "value": 26.88,
          "low": 25,
          "high": 50,
          "confidence": "med",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "7.5",
          "value": 5,
          "low": 4.25,
          "high": 5.75,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "8.5",
          "value": 3,
          "low": 2.55,
          "high": 3.45,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "9",
          "value": 6,
          "low": 5.1,
          "high": 6.9,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "9.5",
          "value": 10,
          "low": 8.5,
          "high": 11.5,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 80,
          "low": 80,
          "high": 85.63,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "8",
          "value": 20,
          "low": 17,
          "high": 23,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 21.5,
          "low": 20,
          "high": 24.23,
          "confidence": "med",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-22T03:56:00.782Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0.39
      }
    }
  }
}