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

← GG End
Alolan Raichu

Alolan Raichu

Rare #10 Pokémon Stage 1 HP 110
Types
Lightning
Illustrator
Kouki Saitou
Expansion
GG End · Sun & Moon
Language
Japanese
TCGplayer
574186

Attacks

Electro Rain
Lightning

Discard any amount of Lightning Energy from this Pokémon. Then, for each Energy you discarded in this way, choose 1 of your opponent's Pokémon and do 30 damage to it. (You can choose the same Pokémon more than once.) This damage isn't affected by Weakness or Resistance.

Electric Ball 90
Lightning · Colorless · Colorless
GET /api/v1/pokemon/cards/sm10a_ja-10vh?include=prices 200 18ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "sm10a_ja-10vh",
    "name": "Alolan Raichu",
    "number": "10",
    "printed_number": "10",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm10a_ja/10vh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm10a_ja/10vh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm10a_ja/10vh.large.webp"
      }
    ],
    "expansion": {
      "id": "sm10a_ja",
      "name": "GG End",
      "total": 69,
      "language": "Japanese",
      "language_code": "ja",
      "series": "Sun & Moon",
      "code": "sm10a",
      "printed_total": 54,
      "release_date": "2019/04/05",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/sm10a_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/sm10a_ja.symbol.png",
      "translation": {
        "en": {
          "name": "GG End"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": "574186",
    "variants": [
      {
        "name": "holofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm10a_ja/10vh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm10a_ja/10vh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm10a_ja/10vh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 1"
    ],
    "types": [
      "Lightning"
    ],
    "hp": "110",
    "attacks": [
      {
        "cost": [
          "Lightning"
        ],
        "converted_energy_cost": 1,
        "name": "Electro Rain",
        "text": "Discard any amount of Lightning Energy from this Pokémon. Then, for each Energy you discarded in this way, choose 1 of your opponent's Pokémon and do 30 damage to it. (You can choose the same Pokémon more than once.) This damage isn't affected by Weakness or Resistance."
      },
      {
        "cost": [
          "Lightning",
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Electric Ball",
        "damage": "90"
      }
    ],
    "weaknesses": [
      {
        "type": "Fighting",
        "value": "×2"
      }
    ],
    "resistances": [
      {
        "type": "Metal",
        "value": "-20"
      }
    ],
    "rarity": "Rare",
    "artist": "Kouki Saitou",
    "pricing": {
      "currency": "USD",
      "market": 2.7,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 2.7
        },
        {
          "condition": "MP",
          "price": 1.5
        },
        {
          "condition": "DMG",
          "price": 1.49
        }
      ],
      "graded": [
        {
          "company": "ACE",
          "grade": "10",
          "value": 37.92,
          "low": 37.92,
          "high": 198.6,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 1
        },
        {
          "company": "CGC",
          "grade": "10",
          "value": 30,
          "low": 21,
          "high": 31.38,
          "confidence": "med",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "8",
          "value": 7,
          "low": 5.95,
          "high": 8.05,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "8.5",
          "value": 12,
          "low": 10.2,
          "high": 13.8,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 100,
          "low": 85.4,
          "high": 2982,
          "confidence": "high",
          "value_kind": "sold",
          "sold_count": 10,
          "trend": {
            "direction": "down",
            "percent": -82.8
          }
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 25.4,
          "low": 16.8,
          "high": 31.2,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 2
        }
      ],
      "market_updated_at": "2026-09-22T03:43:03.363Z",
      "trend_7d": {
        "direction": "down",
        "percent": -8.16
      }
    }
  }
}