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

← Shining Legends
Entei-GX

Entei-GX

Super Rare #73 Pokémon BasicGX HP 180
Types
Fire
Illustrator
5ban Graphics
Expansion
Shining Legends · Sun & Moon
Language
Japanese
TCGplayer
573987

Attacks

Combustion 50
Fire · Colorless
Fire Fang 100
Fire · Fire · Colorless

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

Brave Burn-GX
Fire · Fire · Colorless

This attack does 150 damage to 1 of your opponent's Benched Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.) (You can't use more than 1 GX attack in a game.)

GET /api/v1/pokemon/cards/sm3p_ja-73vh?include=prices 200 16ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "sm3p_ja-73vh",
    "name": "Entei-GX",
    "number": "73",
    "printed_number": "73",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm3p_ja/73vh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm3p_ja/73vh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm3p_ja/73vh.large.webp"
      }
    ],
    "expansion": {
      "id": "sm3p_ja",
      "name": "Shining Legends",
      "total": 82,
      "language": "Japanese",
      "language_code": "ja",
      "series": "Sun & Moon",
      "code": "SM3+",
      "printed_total": 72,
      "release_date": "2017/07/15",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/sm3p_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/sm3p_ja.symbol.png",
      "translation": {
        "en": {
          "name": "Shining Legends"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": "573987",
    "variants": [
      {
        "name": "holofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm3p_ja/73vh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm3p_ja/73vh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm3p_ja/73vh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic",
      "GX"
    ],
    "types": [
      "Fire"
    ],
    "hp": "180",
    "attacks": [
      {
        "cost": [
          "Fire",
          "Colorless"
        ],
        "converted_energy_cost": 2,
        "name": "Combustion",
        "damage": "50"
      },
      {
        "cost": [
          "Fire",
          "Fire",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Fire Fang",
        "text": "Your opponent's Active Pokémon is now Burned.",
        "damage": "100"
      },
      {
        "cost": [
          "Fire",
          "Fire",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Brave Burn-GX",
        "text": "This attack does 150 damage to 1 of your opponent's Benched Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.) (You can't use more than 1 GX attack in a game.)"
      }
    ],
    "weaknesses": [
      {
        "type": "Water",
        "value": "×2"
      }
    ],
    "rarity": "Super Rare",
    "artist": "5ban Graphics",
    "pricing": {
      "currency": "USD",
      "market": 45.56,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 45.56
        },
        {
          "condition": "HP",
          "price": 7.99
        }
      ],
      "graded": [
        {
          "company": "PSA",
          "grade": "10",
          "value": 33,
          "low": 28.05,
          "high": 37.95,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 36.64,
          "low": 27.47,
          "high": 36.64,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-22T04:00:24.324Z",
      "trend_7d": {
        "direction": "up",
        "percent": 3.4
      }
    }
  }
}