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

Latios

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

Attacks

Luster Purge 210
Water · Water · Psychic · Colorless

Discard 2 Energy from this Pokémon.

GET /api/v1/pokemon/cards/swsh8-194?include=prices 200 16ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "swsh8-194",
    "name": "Latios",
    "number": "194",
    "printed_number": "194",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh8/194.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh8/194.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh8/194.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": "253351",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh8/194.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh8/194.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh8/194.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": 0.04,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.04
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "10",
          "value": 34.99,
          "low": 29.74,
          "high": 40.24,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "9.5",
          "value": 10,
          "low": 8.5,
          "high": 11.5,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 42.5,
          "low": 36.13,
          "high": 48.87,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "8",
          "value": 6,
          "low": 5.1,
          "high": 6.9,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 20.56,
          "low": 9,
          "high": 32.11,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "SGC",
          "grade": "9.5",
          "value": 6,
          "low": 5.1,
          "high": 6.9,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-08-18T02:11:46.158Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}