Powered live by GET /api/v1/pokemon/…, the same public API documented in the Card Data API docs. Search supports the full q syntax.

← Fusion Strike
Latios (Play Pokemon Stamp)

Latios (Play Pokemon Stamp)

Rare #194 Pokémon BasicFusion Strike HP 130
Types
Dragon
Illustrator
hatachu
Expansion
Fusion Strike · Sword & Shield
Language
English
TCGplayer
489318

Attacks

Luster Purge 210
Water · Water · Psychic · Colorless

Discard 2 Energy from this Pokémon.

GET /api/v1/pokemon/cards/swsh8-194vpp?include=prices 200 17ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "swsh8-194vpp",
    "name": "Latios (Play Pokemon Stamp)",
    "number": "194",
    "printed_number": "194",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh8-194vpp.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh8-194vpp.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh8-194vpp.large.webp"
      }
    ],
    "expansion": {
      "id": "swsh8",
      "name": "Fusion Strike",
      "total": 284,
      "language": "English",
      "language_code": "en",
      "series": "Sword & Shield",
      "code": "FST",
      "printed_total": 264,
      "release_date": "2021/11/12",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/swsh8.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/swsh8.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "489318",
    "variants": [
      {
        "name": "playPokemonStamp",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh8-194vpp.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh8-194vpp.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh8-194vpp.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic",
      "Fusion Strike"
    ],
    "types": [
      "Dragon"
    ],
    "hp": "130",
    "abilities": [
      {
        "name": "Blue Assist",
        "text": "Once during your turn, you may attach a Psychic Energy card from your hand to 1 of your Latias.",
        "type": "Ability"
      }
    ],
    "attacks": [
      {
        "cost": [
          "Water",
          "Water",
          "Psychic",
          "Colorless"
        ],
        "converted_energy_cost": 4,
        "name": "Luster Purge",
        "text": "Discard 2 Energy from this Pokémon.",
        "damage": "210"
      }
    ],
    "rarity": "Rare",
    "artist": "hatachu",
    "pricing": {
      "currency": "USD",
      "market": 5.42,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 5.42
        },
        {
          "condition": "LP",
          "price": 5.06
        },
        {
          "condition": "MP",
          "price": 3.95
        },
        {
          "condition": "HP",
          "price": 0.25
        }
      ],
      "graded": [],
      "market_updated_at": "2026-09-21T02:49:14.081Z",
      "trend_7d": {
        "direction": "up",
        "percent": 13.87
      }
    }
  }
}