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 (Supreme)
Latios Gx

Latios Gx

Double Rare #062/150 Pokémon Basic HP 170
Types
Psychic
Illustrator
Yoshinobu Saito
Expansion
Shining Synergy (Supreme) · Sun & Moon
Language
Chinese
TCGplayer

Attacks

Tag Purge 120
Colorless · Colorless · Colorless

During your opponent's next turn, prevent all damage done to this Pokémon by attacks from TAG TEAM Pokémon.

Clear Vision-GX
Colorless

For the rest of this game, your opponent can't use any GX attacks. (You can't use more than 1 GX attack in a game.)

GET /api/v1/pokemon/cards/sssu-062vh?include=prices 200 16ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "sssu-062vh",
    "name": "Latios Gx",
    "number": "062/150",
    "printed_number": "062/150",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sssu-062vh.large.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sssu-062vh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sssu-062vh.large.webp"
      }
    ],
    "expansion": {
      "id": "sssu",
      "name": "Shining Synergy (Supreme)",
      "total": 193,
      "language": "Chinese",
      "language_code": "zh",
      "series": "Sun & Moon",
      "printed_total": 193,
      "release_date": "2023/01/18",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/sssu.logo.png",
      "translation": {
        "en": {
          "name": "Shining Synergy (Supreme)"
        }
      }
    },
    "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/sssu-062vh.large.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sssu-062vh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sssu-062vh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Psychic"
    ],
    "hp": "170",
    "attacks": [
      {
        "cost": [
          "Colorless",
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Tag Purge",
        "text": "During your opponent's next turn, prevent all damage done to this Pokémon by attacks from TAG TEAM Pokémon.",
        "damage": "120"
      },
      {
        "cost": [
          "Colorless"
        ],
        "converted_energy_cost": 1,
        "name": "Clear Vision-GX",
        "text": "For the rest of this game, your opponent can't use any GX attacks. (You can't use more than 1 GX attack in a game.)"
      }
    ],
    "weaknesses": [
      {
        "type": "Psychic",
        "value": "×2"
      }
    ],
    "rarity": "Double Rare",
    "artist": "Yoshinobu Saito",
    "pricing": {
      "currency": "USD",
      "market": null,
      "is_stale": false,
      "conditions": [],
      "graded": [],
      "market_updated_at": "2026-09-19T02:38:31.467Z"
    }
  }
}