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

← POP Series 9
Raichu

Raichu

Rare #3 Pokémon Stage 1 HP 90
Types
Lightning
Illustrator
Midori Harada
Expansion
POP Series 9 · POP
Language
English
TCGplayer
88514

Attacks

Slam 30
Colorless · Colorless

Flip 2 coins. This attack does 30 damage times the number of heads.

High Volt 60
Lightning · Lightning · Lightning

If Raichu evolved from Pikachu during this turn, this attack's base damage is 100 instead of 60.

GET /api/v1/pokemon/cards/pop9-3?include=prices 200 26ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "pop9-3",
    "name": "Raichu",
    "number": "3",
    "printed_number": "3",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pop9/3.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pop9/3.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pop9/3.large.webp"
      }
    ],
    "expansion": {
      "id": "pop9",
      "name": "POP Series 9",
      "total": 17,
      "language": "English",
      "language_code": "en",
      "series": "POP",
      "printed_total": 17,
      "release_date": "2009/03/01",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/pop9.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/pop9.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "88514",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pop9/3.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pop9/3.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pop9/3.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 1"
    ],
    "types": [
      "Lightning"
    ],
    "hp": "90",
    "attacks": [
      {
        "cost": [
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 2,
        "name": "Slam",
        "text": "Flip 2 coins. This attack does 30 damage times the number of heads.",
        "damage": "30"
      },
      {
        "cost": [
          "Lightning",
          "Lightning",
          "Lightning"
        ],
        "converted_energy_cost": 3,
        "name": "High Volt",
        "text": "If Raichu evolved from Pikachu during this turn, this attack's base damage is 100 instead of 60.",
        "damage": "60"
      }
    ],
    "weaknesses": [
      {
        "type": "Fighting",
        "value": "+20"
      }
    ],
    "resistances": [
      {
        "type": "Metal",
        "value": "-20"
      }
    ],
    "rarity": "Rare",
    "artist": "Midori Harada",
    "pricing": {
      "currency": "USD",
      "market": 19.03,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 19.03
        },
        {
          "condition": "LP",
          "price": 10.23
        },
        {
          "condition": "MP",
          "price": 6.9
        },
        {
          "condition": "HP",
          "price": 3.44
        },
        {
          "condition": "DMG",
          "price": 2.65
        }
      ],
      "graded": [
        {
          "company": "BGS",
          "grade": "9",
          "value": 11,
          "low": 9.35,
          "high": 12.65,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "7",
          "value": 50.8,
          "low": 76.24,
          "high": 76.24,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        }
      ],
      "market_updated_at": "2026-09-22T02:54:47.245Z",
      "trend_7d": {
        "direction": "up",
        "percent": 9.94
      }
    }
  }
}