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

← Flight of Legends
Raichu

Raichu

Rare Holo #38 Pokémon Stage 1 HP 80
Types
Lightning
Illustrator
Midori Harada
Expansion
Flight of Legends · PCG
Language
Japanese
TCGplayer
612441

Attacks

Recharge
Colorless

Search your deck for up to 2 Lightning Energy cards and attach them to Raichu. Shuffle your deck afterward.

Thunder Reflection 50
Lightning · Lightning · Colorless

You may move any number of Lightning Energy cards attached to Raichu to another of your Pokémon.

GET /api/v1/pokemon/cards/pcg1_ja-38vh?include=prices 200 15ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "pcg1_ja-38vh",
    "name": "Raichu",
    "number": "38",
    "printed_number": "38",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pcg1_ja/38vh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pcg1_ja/38vh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pcg1_ja/38vh.large.webp"
      }
    ],
    "expansion": {
      "id": "pcg1_ja",
      "name": "Flight of Legends",
      "total": 82,
      "language": "Japanese",
      "language_code": "ja",
      "series": "PCG",
      "printed_total": 82,
      "release_date": "2004/04/09",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/pcg1_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/pcg1_ja.symbol.png",
      "translation": {
        "en": {
          "name": "Flight of Legends"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": "612441",
    "variants": [
      {
        "name": "holofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pcg1_ja/38vh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pcg1_ja/38vh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pcg1_ja/38vh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 1"
    ],
    "types": [
      "Lightning"
    ],
    "hp": "80",
    "attacks": [
      {
        "cost": [
          "Colorless"
        ],
        "converted_energy_cost": 1,
        "name": "Recharge",
        "text": "Search your deck for up to 2 Lightning Energy cards and attach them to Raichu. Shuffle your deck afterward."
      },
      {
        "cost": [
          "Lightning",
          "Lightning",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Thunder Reflection",
        "text": "You may move any number of Lightning Energy cards attached to Raichu to another of your Pokémon.",
        "damage": "50"
      }
    ],
    "weaknesses": [
      {
        "type": "Fighting",
        "value": "×2"
      }
    ],
    "rarity": "Rare Holo",
    "artist": "Midori Harada",
    "pricing": {
      "currency": "USD",
      "market": 16.75,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 16.75
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "10",
          "value": 52.5,
          "low": 44.63,
          "high": 60.37,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "9",
          "value": 26.4,
          "low": 22.44,
          "high": 30.36,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 135,
          "low": 116.19,
          "high": 135,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 4
        },
        {
          "company": "PSA",
          "grade": "8",
          "value": 20,
          "low": 17,
          "high": 23,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 55.3,
          "low": 74,
          "high": 74,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        }
      ],
      "market_updated_at": "2026-07-16T02:50:38.545Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}