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

← Golden Energy
Charizard Gx

Charizard Gx

None #047/045 Pokémon Stage 2 HP 250
Types
Fire
Illustrator
5ban Graphics
Expansion
Golden Energy · Sun & Moon
Language
Chinese
TCGplayer

Attacks

Wing Attack 70
Colorless · Colorless · Colorless
Crimson Storm 300
Colorless · Colorless · Colorless · Colorless · Colorless

Discard 3 Fire Energy from this Pokémon.

Raging Out-GX
Colorless · Colorless · Colorless

Discard the top 10 cards of your opponent's deck. (You can't use more than 1 GX attack in a game.)

GET /api/v1/pokemon/cards/cn-golden-energy-047?include=prices 200 19ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "cn-golden-energy-047",
    "name": "Charizard Gx",
    "number": "047/045",
    "printed_number": "047/045",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/cn-golden-energy-047.large.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/cn-golden-energy-047.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/cn-golden-energy-047.large.webp"
      }
    ],
    "expansion": {
      "id": "cn-golden-energy",
      "name": "Golden Energy",
      "total": 54,
      "language": "Chinese",
      "language_code": "zh",
      "series": "Sun & Moon",
      "printed_total": 54,
      "release_date": "2023/09/09",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/cn-golden-energy.logo.png",
      "translation": {
        "en": {
          "name": "Golden Energy"
        }
      }
    },
    "language": "Chinese",
    "language_code": "zh",
    "tcgplayer_id": null,
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/cn-golden-energy-047.large.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/cn-golden-energy-047.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/cn-golden-energy-047.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 2"
    ],
    "types": [
      "Fire"
    ],
    "hp": "250",
    "attacks": [
      {
        "cost": [
          "Colorless",
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Wing Attack",
        "damage": "70"
      },
      {
        "cost": [
          "Colorless",
          "Colorless",
          "Colorless",
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 5,
        "name": "Crimson Storm",
        "text": "Discard 3 Fire Energy from this Pokémon.",
        "damage": "300"
      },
      {
        "cost": [
          "Colorless",
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Raging Out-GX",
        "text": "Discard the top 10 cards of your opponent's deck. (You can't use more than 1 GX attack in a game.)"
      }
    ],
    "weaknesses": [
      {
        "type": "Water",
        "value": "×2"
      }
    ],
    "rarity": "None",
    "artist": "5ban Graphics",
    "pricing": {
      "currency": "USD",
      "market": null,
      "is_stale": false,
      "conditions": [],
      "graded": [
        {
          "company": "PSA",
          "grade": "7",
          "value": 292.5,
          "low": 248.63,
          "high": 336.38,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 76.47,
          "low": 75.62,
          "high": 78.62,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 2
        }
      ],
      "market_updated_at": "2026-09-19T02:33:26.092Z"
    }
  }
}