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 (Shower)
Latias And Latios Gx

Latias And Latios Gx

Double Rare #108/150 Pokémon Basic HP 250
Types
Dragon
Illustrator
Mitsuhiro Arita
Expansion
Shining Synergy (Shower) · Sun & Moon
Language
Chinese
TCGplayer

Attacks

Buster Purge 240
Colorless · Colorless · Colorless · Colorless

Discard 3 Energy from this Pokémon.

Aero Unit-GX
Colorless

Attach 5 basic Energy cards from your discard pile to your Pokémon in any way you like. If this Pokémon has at least 1 extra Energy attached to it (in addition to this attack's cost), prevent all effects of attacks, including damage, done to it during your opponent's next turn. (You can't use more than 1 GX attack in a game.)

GET /api/v1/pokemon/cards/sssh-108vh?include=prices 200 19ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "sssh-108vh",
    "name": "Latias And Latios Gx",
    "number": "108/150",
    "printed_number": "108/150",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sssh-108vh.large.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sssh-108vh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sssh-108vh.large.webp"
      }
    ],
    "expansion": {
      "id": "sssh",
      "name": "Shining Synergy (Shower)",
      "total": 194,
      "language": "Chinese",
      "language_code": "zh",
      "series": "Sun & Moon",
      "printed_total": 194,
      "release_date": "2023/01/18",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/sssh.logo.png",
      "translation": {
        "en": {
          "name": "Shining Synergy (Shower)"
        }
      }
    },
    "language": "Chinese",
    "language_code": "zh",
    "tcgplayer_id": null,
    "variants": [
      {
        "name": "holofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sssh-108vh.large.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sssh-108vh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sssh-108vh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Dragon"
    ],
    "hp": "250",
    "attacks": [
      {
        "cost": [
          "Colorless",
          "Colorless",
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 4,
        "name": "Buster Purge",
        "text": "Discard 3 Energy from this Pokémon.",
        "damage": "240"
      },
      {
        "cost": [
          "Colorless"
        ],
        "converted_energy_cost": 1,
        "name": "Aero Unit-GX",
        "text": "Attach 5 basic Energy cards from your discard pile to your Pokémon in any way you like. If this Pokémon has at least 1 extra Energy attached to it (in addition to this attack's cost), prevent all effects of attacks, including damage, done to it during your opponent's next turn. (You can't use more than 1 GX attack in a game.)"
      }
    ],
    "weaknesses": [
      {
        "type": "Fairy",
        "value": "×2"
      }
    ],
    "rarity": "Double Rare",
    "artist": "Mitsuhiro Arita",
    "pricing": {
      "currency": "USD",
      "market": null,
      "is_stale": false,
      "conditions": [],
      "graded": [],
      "market_updated_at": "2026-09-19T02:38:35.523Z"
    }
  }
}