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

← Wind from the Sea
Entei

Entei

Rare #26 Pokémon Basic HP 70
Types
Fire
Illustrator
Atsuko Nishida
Expansion
Wind from the Sea · E-Card
Language
Japanese
TCGplayer
576363

Attacks

Burning Fang 40
Fire · Colorless · Colorless

You may flip a coin. If heads, discard a Fire Energy card attached to Entei and the Defending Pokémon is now Burned.

GET /api/v1/pokemon/cards/ecard3_ja-26?include=prices 200 17ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "ecard3_ja-26",
    "name": "Entei",
    "number": "26",
    "printed_number": "26",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ecard3_ja/26.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ecard3_ja/26.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ecard3_ja/26.large.webp"
      }
    ],
    "expansion": {
      "id": "ecard3_ja",
      "name": "Wind from the Sea",
      "total": 90,
      "language": "Japanese",
      "language_code": "ja",
      "series": "E-Card",
      "printed_total": 87,
      "release_date": "2002/05/24",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/ecard3_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/ecard3_ja.symbol.png",
      "translation": {
        "en": {
          "name": "Wind from the Sea"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": "576363",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ecard3_ja/26.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ecard3_ja/26.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ecard3_ja/26.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Fire"
    ],
    "hp": "70",
    "abilities": [
      {
        "name": "Pure Body",
        "text": "To attach a Fire Energy card from your hand to Entei, you must discard an Energy card attached to Entei. (Attach the Fire Energy, and then discard an Energy from Entei.)",
        "type": "Poké-Body"
      }
    ],
    "attacks": [
      {
        "cost": [
          "Fire",
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Burning Fang",
        "text": "You may flip a coin. If heads, discard a Fire Energy card attached to Entei and the Defending Pokémon is now Burned.",
        "damage": "40"
      }
    ],
    "weaknesses": [
      {
        "type": "Water",
        "value": "×2"
      }
    ],
    "rarity": "Rare",
    "artist": "Atsuko Nishida",
    "pricing": {
      "currency": "USD",
      "market": 30,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 30
        },
        {
          "condition": "HP",
          "price": 27
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "7.5",
          "value": 13,
          "low": 11.05,
          "high": 14.95,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 59.5,
          "low": 59.5,
          "high": 208,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "4",
          "value": 25,
          "low": 21.25,
          "high": 28.75,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "6",
          "value": 16,
          "low": 13.6,
          "high": 18.4,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "8",
          "value": 25,
          "low": 21.25,
          "high": 28.75,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 48.23,
          "low": 76,
          "high": 76,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        }
      ],
      "market_updated_at": "2026-07-16T02:51:11.038Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}