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

← Night Unison
Raichu

Raichu

Non #15 Pokémon Stage 1 HP 120
Types
Lightning
Illustrator
Shin Nagasawa
Expansion
Night Unison · Sun & Moon
Language
Japanese
TCGplayer
574386

Attacks

Never Give Up
Colorless

You can use this attack only if you have at least 3 more Prize cards remaining than your opponent. Attach all Lightning Energy cards from your discard pile to your Pokémon in any way you like.

Head Bolt 110
Lightning · Lightning · Colorless
GET /api/v1/pokemon/cards/sm9a_ja-15?include=prices 200 16ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "sm9a_ja-15",
    "name": "Raichu",
    "number": "15",
    "printed_number": "15",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm9a_ja/15.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm9a_ja/15.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm9a_ja/15.large.webp"
      }
    ],
    "expansion": {
      "id": "sm9a_ja",
      "name": "Night Unison",
      "total": 70,
      "language": "Japanese",
      "language_code": "ja",
      "series": "Sun & Moon",
      "code": "SM9a",
      "printed_total": 55,
      "release_date": "2019/01/11",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/sm9a_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/sm9a_ja.symbol.png",
      "translation": {
        "en": {
          "name": "Night Unison"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": "574386",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm9a_ja/15.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm9a_ja/15.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm9a_ja/15.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 1"
    ],
    "types": [
      "Lightning"
    ],
    "hp": "120",
    "attacks": [
      {
        "cost": [
          "Colorless"
        ],
        "converted_energy_cost": 1,
        "name": "Never Give Up",
        "text": "You can use this attack only if you have at least 3 more Prize cards remaining than your opponent. Attach all Lightning Energy cards from your discard pile to your Pokémon in any way you like."
      },
      {
        "cost": [
          "Lightning",
          "Lightning",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Head Bolt",
        "damage": "110"
      }
    ],
    "weaknesses": [
      {
        "type": "Fighting",
        "value": "×2"
      }
    ],
    "resistances": [
      {
        "type": "Metal",
        "value": "-20"
      }
    ],
    "rarity": "Non",
    "artist": "Shin Nagasawa",
    "pricing": {
      "currency": "USD",
      "market": 0.64,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.64
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "10",
          "value": 82.8,
          "low": 70.38,
          "high": 95.22,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "8.5",
          "value": 85.12,
          "low": 69.99,
          "high": 69.99,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 60,
          "low": 51,
          "high": 69,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "7",
          "value": 103,
          "low": 87.55,
          "high": 118.45,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "8",
          "value": 92.2,
          "low": 78.37,
          "high": 106.03,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 250,
          "low": 212.5,
          "high": 287.5,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-22T04:04:04.070Z",
      "trend_7d": {
        "direction": "down",
        "percent": -34.02
      }
    }
  }
}