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
Inteleon V

Inteleon V

Rare Holo V #78 Pokémon BasicVRapid Strike HP 200
Types
Water
Illustrator
5ban Graphics
Expansion
Fusion Strike · Sword & Shield
Language
English
TCGplayer
253232

Attacks

Surf 40
Water · Colorless
Aqua Bullet 120
Water · Water · Colorless

This attack also does 20 damage to 1 of your opponent's Benched Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)

GET /api/v1/pokemon/cards/swsh8-78vh?include=prices 200 20ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "swsh8-78vh",
    "name": "Inteleon V",
    "number": "78",
    "printed_number": "78",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh8/78vh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh8/78vh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh8/78vh.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": "253232",
    "variants": [
      {
        "name": "holofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh8/78vh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh8/78vh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh8/78vh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic",
      "V",
      "Rapid Strike"
    ],
    "types": [
      "Water"
    ],
    "hp": "200",
    "attacks": [
      {
        "cost": [
          "Water",
          "Colorless"
        ],
        "converted_energy_cost": 2,
        "name": "Surf",
        "damage": "40"
      },
      {
        "cost": [
          "Water",
          "Water",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Aqua Bullet",
        "text": "This attack also does 20 damage to 1 of your opponent's Benched Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)",
        "damage": "120"
      }
    ],
    "weaknesses": [
      {
        "type": "Lightning",
        "value": "×2"
      }
    ],
    "rarity": "Rare Holo V",
    "artist": "5ban Graphics",
    "pricing": {
      "currency": "USD",
      "market": 0.93,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.93
        },
        {
          "condition": "LP",
          "price": 0.81
        },
        {
          "condition": "MP",
          "price": 0.7
        },
        {
          "condition": "HP",
          "price": 0.72
        },
        {
          "condition": "DMG",
          "price": 0.53
        }
      ],
      "graded": [
        {
          "company": "BGS",
          "grade": "9",
          "value": 7,
          "low": 5.95,
          "high": 8.05,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "10",
          "value": 9,
          "low": 9,
          "high": 9.5,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "6.5",
          "value": 1,
          "low": 0.85,
          "high": 1.15,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "8.5",
          "value": 4,
          "low": 3.4,
          "high": 4.6,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "9",
          "value": 5,
          "low": 4.25,
          "high": 5.75,
          "confidence": "med",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 40.5,
          "low": 28.9,
          "high": 50,
          "confidence": "med",
          "value_kind": "sold",
          "sold_count": 4
        },
        {
          "company": "PSA",
          "grade": "8",
          "value": 9.35,
          "low": 11,
          "high": 11,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 8,
          "low": 6.8,
          "high": 9.2,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-21T02:49:14.081Z",
      "trend_7d": {
        "direction": "up",
        "percent": 4.49
      }
    }
  }
}