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)
Moltres And Zapdos And Articuno Gx

Moltres And Zapdos And Articuno Gx

Rare #173/150 Pokémon Basic HP 300
Types
Colorless
Illustrator
HYOGONOSUKE
Expansion
Shining Synergy (Summon) · Sun & Moon
Language
Chinese
TCGplayer

Attacks

Trinity Burn 210
Colorless · Colorless · Colorless · Colorless
Sky Legends-GX
Colorless

Shuffle this Pokémon and all cards attached to it into your deck. If this Pokémon has at least 1 extra Fire, Water, and Lightning Energy attached to it (in addition to this attack's cost), this attack does 110 damage to 3 of your opponent's 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-173?include=prices 200 20ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "sssm-173",
    "name": "Moltres And Zapdos And Articuno Gx",
    "number": "173/150",
    "printed_number": "173/150",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sssm-173.large.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sssm-173.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sssm-173.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-173.large.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sssm-173.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sssm-173.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Colorless"
    ],
    "hp": "300",
    "attacks": [
      {
        "cost": [
          "Colorless",
          "Colorless",
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 4,
        "name": "Trinity Burn",
        "damage": "210"
      },
      {
        "cost": [
          "Colorless"
        ],
        "converted_energy_cost": 1,
        "name": "Sky Legends-GX",
        "text": "Shuffle this Pokémon and all cards attached to it into your deck. If this Pokémon has at least 1 extra Fire, Water, and Lightning Energy attached to it (in addition to this attack's cost), this attack does 110 damage to 3 of your opponent's 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": "Lightning",
        "value": "×2"
      }
    ],
    "resistances": [
      {
        "type": "Fighting",
        "value": "-20"
      }
    ],
    "rarity": "Rare",
    "artist": "HYOGONOSUKE",
    "pricing": {
      "currency": "USD",
      "market": 16.14,
      "is_stale": true,
      "conditions": [],
      "graded": [],
      "market_updated_at": "2026-09-19T02:34:34.479Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}