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

← Star Birth
Raichu V

Raichu V

Super Rare #106 Pokémon BasicV HP 200
Types
Lightning
Illustrator
MUGENUP
Expansion
Star Birth · Sword & Shield
Language
Japanese
TCGplayer
569734

Attacks

Fast Charge
Lightning

If you go first, you can use this attack during your first turn. Search your deck for a Lightning Energy card and attach it to this Pokémon. Then, shuffle your deck.

Dynamic Spark 60×
Lightning · Lightning

You may discard any amount of Lightning Energy from your Pokémon. This attack does 60 damage for each card you discarded in this way.

GET /api/v1/pokemon/cards/swsh9_ja-106vh?include=prices 200 18ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "swsh9_ja-106vh",
    "name": "Raichu V",
    "number": "106",
    "printed_number": "106",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh9_ja/106vh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh9_ja/106vh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh9_ja/106vh.large.webp"
      }
    ],
    "expansion": {
      "id": "swsh9_ja",
      "name": "Star Birth",
      "total": 127,
      "language": "Japanese",
      "language_code": "ja",
      "series": "Sword & Shield",
      "code": "S9",
      "printed_total": 100,
      "release_date": "2022/01/14",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/swsh9_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/swsh9_ja.symbol.png",
      "translation": {
        "en": {
          "name": "Star Birth"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": "569734",
    "variants": [
      {
        "name": "holofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh9_ja/106vh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh9_ja/106vh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh9_ja/106vh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic",
      "V"
    ],
    "types": [
      "Lightning"
    ],
    "hp": "200",
    "attacks": [
      {
        "cost": [
          "Lightning"
        ],
        "converted_energy_cost": 1,
        "name": "Fast Charge",
        "text": "If you go first, you can use this attack during your first turn. Search your deck for a Lightning Energy card and attach it to this Pokémon. Then, shuffle your deck."
      },
      {
        "cost": [
          "Lightning",
          "Lightning"
        ],
        "converted_energy_cost": 2,
        "name": "Dynamic Spark",
        "text": "You may discard any amount of Lightning Energy from your Pokémon. This attack does 60 damage for each card you discarded in this way.",
        "damage": "60×"
      }
    ],
    "weaknesses": [
      {
        "type": "Fighting",
        "value": "×2"
      }
    ],
    "rarity": "Super Rare",
    "artist": "MUGENUP",
    "pricing": {
      "currency": "USD",
      "market": 5,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 5
        }
      ],
      "graded": [
        {
          "company": "BGS",
          "grade": "9.5",
          "value": 29.99,
          "low": 25.49,
          "high": 34.49,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "10",
          "value": 18,
          "low": 11,
          "high": 18,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "9",
          "value": 7,
          "low": 5.95,
          "high": 8.05,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "9.5",
          "value": 24.95,
          "low": 24.95,
          "high": 24.95,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 60,
          "low": 41,
          "high": 88,
          "confidence": "med",
          "value_kind": "sold",
          "sold_count": 4
        },
        {
          "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": 26,
          "low": 22.1,
          "high": 29.9,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-21T02:45:24.522Z",
      "trend_7d": {
        "direction": "down",
        "percent": -30.17
      }
    }
  }
}