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

← HGSS Trainer Kit Raichu
Raichu

Raichu

Common #19 Pokémon Stage 1 HP 90
Types
Lightning
Illustrator
match
Expansion
HGSS Trainer Kit Raichu · HeartGold & SoulSilver
Language
English
TCGplayer
88520

Attacks

Iron Tail 30×
Colorless

Flip a coin until you get tails. This attack does 30 damage times the number of heads.

Thunderbolt 100
Lightning · Lightning

Discard all Energy attached to Raichu.

GET /api/v1/pokemon/cards/tk4a-19?include=prices 200 19ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "tk4a-19",
    "name": "Raichu",
    "number": "19",
    "printed_number": "19",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/tk4a-19.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/tk4a-19.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/tk4a-19.large.webp"
      }
    ],
    "expansion": {
      "id": "tk4a",
      "name": "HGSS Trainer Kit Raichu",
      "total": 30,
      "language": "English",
      "language_code": "en",
      "series": "HeartGold & SoulSilver",
      "printed_total": 30,
      "release_date": "2010/05/01",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/tk4a.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/tk4a.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "88520",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/tk4a-19.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/tk4a-19.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/tk4a-19.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 1"
    ],
    "types": [
      "Lightning"
    ],
    "hp": "90",
    "attacks": [
      {
        "cost": [
          "Colorless"
        ],
        "converted_energy_cost": 1,
        "name": "Iron Tail",
        "text": "Flip a coin until you get tails. This attack does 30 damage times the number of heads.",
        "damage": "30×"
      },
      {
        "cost": [
          "Lightning",
          "Lightning"
        ],
        "converted_energy_cost": 2,
        "name": "Thunderbolt",
        "text": "Discard all Energy attached to Raichu.",
        "damage": "100"
      }
    ],
    "weaknesses": [
      {
        "type": "Fighting",
        "value": "×2"
      }
    ],
    "resistances": [
      {
        "type": "Metal",
        "value": "-20"
      }
    ],
    "rarity": "Common",
    "artist": "match",
    "pricing": {
      "currency": "USD",
      "market": 6.93,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 6.93
        },
        {
          "condition": "LP",
          "price": 3.08
        },
        {
          "condition": "MP",
          "price": 1.46
        },
        {
          "condition": "HP",
          "price": 0.86
        },
        {
          "condition": "DMG",
          "price": 0.95
        }
      ],
      "graded": [],
      "market_updated_at": "2026-09-21T03:00:12.402Z",
      "trend_7d": {
        "direction": "up",
        "percent": 1.91
      }
    }
  }
}