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

← Premium Champion Pack
Raichu

Raichu

Common #37 Pokémon Stage 1
Types
Lightning
Illustrator
Mitsuhiro Arita
Expansion
Premium Champion Pack · XY
Language
Japanese
TCGplayer
605534

Attacks

Circle Circuit 20×
Colorless · Colorless

This attack does 20 damage times the number of your Benched Pokémon.

Thunderbolt 100
Lightning · Lightning · Colorless

Discard all Energy attached to this Pokémon.

GET /api/v1/pokemon/cards/cp4_ja-37?include=prices 200 19ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "cp4_ja-37",
    "name": "Raichu",
    "number": "37",
    "printed_number": "37",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/cp4_ja/37.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/cp4_ja/37.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/cp4_ja/37.large.webp"
      }
    ],
    "expansion": {
      "id": "cp4_ja",
      "name": "Premium Champion Pack",
      "total": 140,
      "language": "Japanese",
      "language_code": "ja",
      "series": "XY",
      "code": "CP4",
      "printed_total": 131,
      "release_date": "2016/04/16",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/cp4_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/cp4_ja.symbol.png",
      "translation": {
        "en": {
          "name": "Premium Champion Pack"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": "605534",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/cp4_ja/37.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/cp4_ja/37.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/cp4_ja/37.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 1"
    ],
    "types": [
      "Lightning"
    ],
    "attacks": [
      {
        "cost": [
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 2,
        "name": "Circle Circuit",
        "text": "This attack does 20 damage times the number of your Benched Pokémon.",
        "damage": "20×"
      },
      {
        "cost": [
          "Lightning",
          "Lightning",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Thunderbolt",
        "text": "Discard all Energy attached to this Pokémon.",
        "damage": "100"
      }
    ],
    "rarity": "Common",
    "artist": "Mitsuhiro Arita",
    "pricing": {
      "currency": "USD",
      "market": 3.18,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 3.18
        },
        {
          "condition": "LP",
          "price": 2.99
        },
        {
          "condition": "MP",
          "price": 3
        }
      ],
      "graded": [
        {
          "company": "PSA",
          "grade": "10",
          "value": 94,
          "low": 67.6,
          "high": 98.8,
          "confidence": "med",
          "value_kind": "sold",
          "sold_count": 3
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 13.13,
          "low": 14.5,
          "high": 14.5,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        }
      ],
      "market_updated_at": "2026-09-22T03:58:35.724Z",
      "trend_7d": {
        "direction": "down",
        "percent": -1.85
      }
    }
  }
}