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

← Rebel Clash
Inteleon V

Inteleon V

Rare Holo V #49 Pokémon BasicV HP 200
Types
Water
Illustrator
5ban Graphics
Expansion
Rebel Clash · Sword & Shield
Language
English
TCGplayer
213128

Attacks

Snipe Shot
Water

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

Aqua Report 130
Water · Water · Colorless

Your opponent reveals their hand.

GET /api/v1/pokemon/cards/swsh2-49vh?include=prices 200 23ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "swsh2-49vh",
    "name": "Inteleon V",
    "number": "49",
    "printed_number": "49",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh2/49vh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh2/49vh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh2/49vh.large.webp"
      }
    ],
    "expansion": {
      "id": "swsh2",
      "name": "Rebel Clash",
      "total": 209,
      "language": "English",
      "language_code": "en",
      "series": "Sword & Shield",
      "code": "RCL",
      "printed_total": 192,
      "release_date": "2020/05/01",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/swsh2.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/swsh2.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "213128",
    "variants": [
      {
        "name": "holofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh2/49vh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh2/49vh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh2/49vh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic",
      "V"
    ],
    "types": [
      "Water"
    ],
    "hp": "200",
    "attacks": [
      {
        "cost": [
          "Water"
        ],
        "converted_energy_cost": 1,
        "name": "Snipe Shot",
        "text": "This attack does 40 damage to 1 of your opponent's Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)"
      },
      {
        "cost": [
          "Water",
          "Water",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Aqua Report",
        "text": "Your opponent reveals their hand.",
        "damage": "130"
      }
    ],
    "weaknesses": [
      {
        "type": "Lightning",
        "value": "×2"
      }
    ],
    "rarity": "Rare Holo V",
    "artist": "5ban Graphics",
    "pricing": {
      "currency": "USD",
      "market": 0.95,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.95
        },
        {
          "condition": "LP",
          "price": 0.87
        },
        {
          "condition": "MP",
          "price": 0.75
        },
        {
          "condition": "HP",
          "price": 0.86
        },
        {
          "condition": "DMG",
          "price": 0.5
        }
      ],
      "graded": [
        {
          "company": "BCCG",
          "grade": "10",
          "value": 15,
          "low": 12.75,
          "high": 17.25,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "8.5",
          "value": 7.62,
          "low": 6.86,
          "high": 7.62,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "9",
          "value": 6.5,
          "low": 5.53,
          "high": 7.48,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 27.11,
          "low": 25.99,
          "high": 34,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 2
        },
        {
          "company": "PSA",
          "grade": "8",
          "value": 7.5,
          "low": 6.38,
          "high": 8.63,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 12.5,
          "low": 10.5,
          "high": 22.49,
          "confidence": "med",
          "value_kind": "sold",
          "sold_count": 3
        }
      ],
      "market_updated_at": "2026-09-21T02:45:11.316Z",
      "trend_7d": {
        "direction": "up",
        "percent": 1.06
      }
    }
  }
}