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

Rare Holo GX #10a Pokémon BasicGX HP 180
Types
Fire
Illustrator
5ban Graphics
Expansion
Shining Legends · Sun & Moon
Language
English
TCGplayer
164234

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/sm35-10avh?include=prices 200 19ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "sm35-10avh",
    "name": "Entei-GX",
    "number": "10a",
    "printed_number": "10a",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm35/10avh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm35/10avh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm35/10avh.large.webp"
      }
    ],
    "expansion": {
      "id": "sm35",
      "name": "Shining Legends",
      "total": 81,
      "language": "English",
      "language_code": "en",
      "series": "Sun & Moon",
      "code": "SLG",
      "printed_total": 73,
      "release_date": "2017/10/06",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/sm35.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/sm35.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "164234",
    "variants": [
      {
        "name": "holofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm35/10avh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm35/10avh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm35/10avh.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": "Rare Holo GX",
    "artist": "5ban Graphics",
    "pricing": {
      "currency": "USD",
      "market": 6.86,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 6.86
        },
        {
          "condition": "LP",
          "price": 3.92
        },
        {
          "condition": "MP",
          "price": 3.15
        },
        {
          "condition": "HP",
          "price": 3.08
        },
        {
          "condition": "DMG",
          "price": 2.39
        }
      ],
      "graded": [
        {
          "company": "PSA",
          "grade": "10",
          "value": 155.13,
          "low": 146.75,
          "high": 163.5,
          "confidence": "med",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "7",
          "value": 6.5,
          "low": 5.53,
          "high": 7.48,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "8",
          "value": 16.37,
          "low": 12.44,
          "high": 20.31,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 27,
          "low": 17.54,
          "high": 30,
          "confidence": "med",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-21T02:19:46.877Z",
      "trend_7d": {
        "direction": "up",
        "percent": 1.03
      }
    }
  }
}