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

← Generations
Raichu

Raichu

Rare Holo #27 Pokémon Stage 1 HP 90
Types
Lightning
Illustrator
Mitsuhiro Arita
Expansion
Generations · XY
Language
English
TCGplayer
113685

Attacks

Circle Circuit 20
Colorless · Colorless

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

Thunderbolt 100
Lightning · Lightning · Colorless

Discard all Energy attached to this Pokémon.

GET /api/v1/pokemon/cards/g1-27vrh?include=prices 200 19ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "g1-27vrh",
    "name": "Raichu",
    "number": "27",
    "printed_number": "27",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/g1/27vrh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/g1/27vrh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/g1/27vrh.large.webp"
      }
    ],
    "expansion": {
      "id": "g1",
      "name": "Generations",
      "total": 117,
      "language": "English",
      "language_code": "en",
      "series": "XY",
      "code": "GEN",
      "printed_total": 83,
      "release_date": "2016/02/22",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/g1.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/g1.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "113685",
    "variants": [
      {
        "name": "reverseHolofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/g1/27vrh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/g1/27vrh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/g1/27vrh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 1"
    ],
    "types": [
      "Lightning"
    ],
    "hp": "90",
    "attacks": [
      {
        "cost": [
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 2,
        "name": "Circle Circuit",
        "text": "This attack does 20 damage times the number of Pokémon on your Bench.",
        "damage": "20"
      },
      {
        "cost": [
          "Lightning",
          "Lightning",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Thunderbolt",
        "text": "Discard all Energy attached to this Pokémon.",
        "damage": "100"
      }
    ],
    "weaknesses": [
      {
        "type": "Fighting",
        "value": "×2"
      }
    ],
    "resistances": [
      {
        "type": "Metal",
        "value": "-20"
      }
    ],
    "rarity": "Rare Holo",
    "artist": "Mitsuhiro Arita",
    "pricing": {
      "currency": "USD",
      "market": 2.33,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 2.33
        },
        {
          "condition": "LP",
          "price": 1.46
        },
        {
          "condition": "MP",
          "price": 1.37
        },
        {
          "condition": "HP",
          "price": 1
        },
        {
          "condition": "DMG",
          "price": 0.65
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "10",
          "value": 69.99,
          "low": 59.49,
          "high": 80.49,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "9",
          "value": 23,
          "low": 19.55,
          "high": 26.45,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "9.5",
          "value": 34.99,
          "low": 29.74,
          "high": 40.24,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "5",
          "value": 6,
          "low": 5.1,
          "high": 6.9,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "6",
          "value": 10.35,
          "low": 12,
          "high": 12,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        },
        {
          "company": "PSA",
          "grade": "7",
          "value": 25.96,
          "low": 35.1,
          "high": 35.1,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        },
        {
          "company": "PSA",
          "grade": "8",
          "value": 23.5,
          "low": 20.6,
          "high": 24.99,
          "confidence": "med",
          "value_kind": "sold",
          "sold_count": 4
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 19,
          "low": 19,
          "high": 19.75,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-22T02:13:58.608Z",
      "trend_7d": {
        "direction": "up",
        "percent": 1.3
      }
    }
  }
}