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

← Base Expansion Pack
Raichu

Raichu

Rare #81 Pokémon Stage 1
Types
Lightning
Illustrator
Atsuko Nishida
Expansion
Base Expansion Pack · E-Card
Language
Japanese
TCGplayer
576050

Attacks

Plasma 10
Colorless

If there are any Lightning Energy cards in your discard pile, flip a coin. If heads, attach 1 of them to Raichu.

Shock Bolt 60
Lightning · Lightning · Colorless

Discard all Lightning Energy cards attached to Raichu or this attack does nothing.

GET /api/v1/pokemon/cards/ecard1_ja-81?include=prices 200 17ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "ecard1_ja-81",
    "name": "Raichu",
    "number": "81",
    "printed_number": "81",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ecard1_ja/81.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ecard1_ja/81.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ecard1_ja/81.large.webp"
      }
    ],
    "expansion": {
      "id": "ecard1_ja",
      "name": "Base Expansion Pack",
      "total": 128,
      "language": "Japanese",
      "language_code": "ja",
      "series": "E-Card",
      "printed_total": 128,
      "release_date": "2001/12/01",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/ecard1_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/ecard1_ja.symbol.png",
      "translation": {
        "en": {
          "name": "Base Expansion Pack"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": "576050",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ecard1_ja/81.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ecard1_ja/81.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ecard1_ja/81.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 1"
    ],
    "types": [
      "Lightning"
    ],
    "attacks": [
      {
        "cost": [
          "Colorless"
        ],
        "converted_energy_cost": 1,
        "name": "Plasma",
        "text": "If there are any Lightning Energy cards in your discard pile, flip a coin. If heads, attach 1 of them to Raichu.",
        "damage": "10"
      },
      {
        "cost": [
          "Lightning",
          "Lightning",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Shock Bolt",
        "text": "Discard all Lightning Energy cards attached to Raichu or this attack does nothing.",
        "damage": "60"
      }
    ],
    "rarity": "Rare",
    "artist": "Atsuko Nishida",
    "pricing": {
      "currency": "USD",
      "market": 30.55,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 30.55
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "10",
          "value": 47,
          "low": 39.95,
          "high": 54.05,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 1
        },
        {
          "company": "CGC",
          "grade": "7.5",
          "value": 21,
          "low": 17.85,
          "high": 24.15,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 120,
          "low": 102,
          "high": 138,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "7",
          "value": 21,
          "low": 17.85,
          "high": 24.15,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 33,
          "low": 28.05,
          "high": 37.95,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-07-28T23:16:43.077Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}