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

← Super-Burst Impact
Entei

Entei

Rare #22 Pokémon Basic HP 130
Types
Fire
Illustrator
kawayoo
Expansion
Super-Burst Impact · Sun & Moon
Language
Japanese
TCGplayer
572901

Attacks

Fire Fang 20
Fire · Colorless

Your opponent's Active Pokémon is now Burned.

Eruption 80+
Fire · Fire · Colorless

Each player discards the top card of their deck. This attack does 60 more damage for each Energy card discarded in this way.

GET /api/v1/pokemon/cards/sm8_ja-22vh?include=prices 200 18ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "sm8_ja-22vh",
    "name": "Entei",
    "number": "22",
    "printed_number": "22",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm8_ja/22vh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm8_ja/22vh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm8_ja/22vh.large.webp"
      }
    ],
    "expansion": {
      "id": "sm8_ja",
      "name": "Super-Burst Impact",
      "total": 111,
      "language": "Japanese",
      "language_code": "ja",
      "series": "Sun & Moon",
      "code": "SM8",
      "printed_total": 95,
      "release_date": "2018/09/07",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/sm8_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/sm8_ja.symbol.png",
      "translation": {
        "en": {
          "name": "Super-Burst Impact"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": "572901",
    "variants": [
      {
        "name": "holofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm8_ja/22vh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm8_ja/22vh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm8_ja/22vh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Fire"
    ],
    "hp": "130",
    "attacks": [
      {
        "cost": [
          "Fire",
          "Colorless"
        ],
        "converted_energy_cost": 2,
        "name": "Fire Fang",
        "text": "Your opponent's Active Pokémon is now Burned.",
        "damage": "20"
      },
      {
        "cost": [
          "Fire",
          "Fire",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Eruption",
        "text": "Each player discards the top card of their deck. This attack does 60 more damage for each Energy card discarded in this way.",
        "damage": "80+"
      }
    ],
    "weaknesses": [
      {
        "type": "Water",
        "value": "×2"
      }
    ],
    "rarity": "Rare",
    "artist": "kawayoo",
    "pricing": {
      "currency": "USD",
      "market": 2.2,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 2.2
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "10",
          "value": 26.2,
          "low": 19.79,
          "high": 35,
          "confidence": "med",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 98.43,
          "low": 145.4,
          "high": 145.4,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 29.95,
          "low": 25.46,
          "high": 34.44,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-22T03:35:42.016Z",
      "trend_7d": {
        "direction": "up",
        "percent": 13.4
      }
    }
  }
}