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 Synergy (Summon)
Reshiram And Charizard Gx

Reshiram And Charizard Gx

Rare #154/150 Pokémon Basic HP 270
Types
Fire
Illustrator
Ryota Murayama
Expansion
Shining Synergy (Summon) · Sun & Moon
Language
Chinese
TCGplayer

Attacks

Outrage 30
Colorless · Colorless

This attack does 10 more damage for each damage counter on this Pokémon.

Flare Strike 230
Colorless · Colorless · Colorless · Colorless

This Pokémon can't use Flare Strike during your next turn.

Double Blaze-GX 200
Colorless · Colorless · Colorless

If this Pokémon has at least 3 extra Fire Energy attached to it (in addition to this attack's cost), this attack does 100 more damage, and this attack's damage isn't affected by any effects on your opponent's Active Pokémon. (You can't use more than 1 GX attack in a game.)

GET /api/v1/pokemon/cards/sssm-154?include=prices 200 18ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "sssm-154",
    "name": "Reshiram And Charizard Gx",
    "number": "154/150",
    "printed_number": "154/150",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sssm-154.large.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sssm-154.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sssm-154.large.webp"
      }
    ],
    "expansion": {
      "id": "sssm",
      "name": "Shining Synergy (Summon)",
      "total": 192,
      "language": "Chinese",
      "language_code": "zh",
      "series": "Sun & Moon",
      "printed_total": 192,
      "release_date": "2023/01/18",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/sssm.logo.png",
      "translation": {
        "en": {
          "name": "Shining Synergy (Summon)"
        }
      }
    },
    "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/sssm-154.large.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sssm-154.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sssm-154.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Fire"
    ],
    "hp": "270",
    "attacks": [
      {
        "cost": [
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 2,
        "name": "Outrage",
        "text": "This attack does 10 more damage for each damage counter on this Pokémon.",
        "damage": "30"
      },
      {
        "cost": [
          "Colorless",
          "Colorless",
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 4,
        "name": "Flare Strike",
        "text": "This Pokémon can't use Flare Strike during your next turn.",
        "damage": "230"
      },
      {
        "cost": [
          "Colorless",
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Double Blaze-GX",
        "text": "If this Pokémon has at least 3 extra Fire Energy attached to it (in addition to this attack's cost), this attack does 100 more damage, and this attack's damage isn't affected by any effects on your opponent's Active Pokémon. (You can't use more than 1 GX attack in a game.)",
        "damage": "200"
      }
    ],
    "weaknesses": [
      {
        "type": "Water",
        "value": "×2"
      }
    ],
    "rarity": "Rare",
    "artist": "Ryota Murayama",
    "pricing": {
      "currency": "USD",
      "market": 16.14,
      "is_stale": true,
      "conditions": [],
      "graded": [],
      "market_updated_at": "2026-09-19T02:34:34.568Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}