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
Latias (Play Pokemon Stamp)

Latias (Play Pokemon Stamp)

Rare #193 Pokémon BasicFusion Strike HP 120
Types
Dragon
Illustrator
Yuu Nishida
Expansion
Fusion Strike · Sword & Shield
Language
English
TCGplayer
489317

Attacks

Dyna Barrier 70
Fire · Psychic · Colorless

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

GET /api/v1/pokemon/cards/swsh8-193vpp?include=prices 200 18ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "swsh8-193vpp",
    "name": "Latias (Play Pokemon Stamp)",
    "number": "193",
    "printed_number": "193",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh8-193vpp.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh8-193vpp.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh8-193vpp.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": "489317",
    "variants": [
      {
        "name": "playPokemonStamp",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh8-193vpp.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh8-193vpp.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh8-193vpp.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic",
      "Fusion Strike"
    ],
    "types": [
      "Dragon"
    ],
    "hp": "120",
    "abilities": [
      {
        "name": "Red Assist",
        "text": "Once during your turn, you may attach a Psychic Energy card from your hand to 1 of your Latios.",
        "type": "Ability"
      }
    ],
    "attacks": [
      {
        "cost": [
          "Fire",
          "Psychic",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Dyna Barrier",
        "text": "During your opponent's next turn, prevent all damage done to this Pokémon by attacks from Pokémon VMAX.",
        "damage": "70"
      }
    ],
    "rarity": "Rare",
    "artist": "Yuu Nishida",
    "pricing": {
      "currency": "USD",
      "market": 6.03,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 6.03
        },
        {
          "condition": "LP",
          "price": 4.02
        },
        {
          "condition": "MP",
          "price": 3.78
        },
        {
          "condition": "DMG",
          "price": 5
        }
      ],
      "graded": [],
      "market_updated_at": "2026-09-21T02:49:14.081Z",
      "trend_7d": {
        "direction": "up",
        "percent": 2.03
      }
    }
  }
}