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 Zekrom Gx

Reshiram And Zekrom Gx

Rare #169/150 Pokémon Basic HP 270
Types
Dragon
Illustrator
Naoki Saito
Expansion
Shining Synergy (Summon) · Sun & Moon
Language
Chinese
TCGplayer

Attacks

Fabled Flarebolts 90
Colorless · Colorless

Discard up to 3 in any combination of basic Fire and basic Lightning Energy cards from your Benched Pokémon. This attack does 90 damage for each card you discarded in this way.

Cross Break-GX
Colorless · Colorless · Colorless · Colorless

This attack does 170 damage to 1 of your opponent's Benched Pokémon. If you played N's Resolve from your hand during this turn, this attack also does 170 damage to 1 of your opponent's other 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/sssm-169?include=prices 200 22ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "sssm-169",
    "name": "Reshiram And Zekrom Gx",
    "number": "169/150",
    "printed_number": "169/150",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sssm-169.large.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sssm-169.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sssm-169.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-169.large.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sssm-169.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sssm-169.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Dragon"
    ],
    "hp": "270",
    "attacks": [
      {
        "cost": [
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 2,
        "name": "Fabled Flarebolts",
        "text": "Discard up to 3 in any combination of basic Fire and basic Lightning Energy cards from your Benched Pokémon. This attack does 90 damage for each card you discarded in this way.",
        "damage": "90"
      },
      {
        "cost": [
          "Colorless",
          "Colorless",
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 4,
        "name": "Cross Break-GX",
        "text": "This attack does 170 damage to 1 of your opponent's Benched Pokémon. If you played N's Resolve from your hand during this turn, this attack also does 170 damage to 1 of your opponent's other 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": "Fairy",
        "value": "×2"
      }
    ],
    "rarity": "Rare",
    "artist": "Naoki Saito",
    "pricing": {
      "currency": "USD",
      "market": 16.14,
      "is_stale": true,
      "conditions": [],
      "graded": [],
      "market_updated_at": "2026-09-19T02:34:34.477Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}