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

← XY
Raichu

Raichu

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

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/xy1-43vrh?include=prices 200 16ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "xy1-43vrh",
    "name": "Raichu",
    "number": "43",
    "printed_number": "43",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy1/43vrh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy1/43vrh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy1/43vrh.large.webp"
      }
    ],
    "expansion": {
      "id": "xy1",
      "name": "XY",
      "total": 146,
      "language": "English",
      "language_code": "en",
      "series": "XY",
      "code": "XY",
      "printed_total": 146,
      "release_date": "2014/02/05",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/xy1.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/xy1.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "88523",
    "variants": [
      {
        "name": "reverseHolofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy1/43vrh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy1/43vrh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy1/43vrh.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 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"
      }
    ],
    "weaknesses": [
      {
        "type": "Fighting",
        "value": "×2"
      }
    ],
    "resistances": [
      {
        "type": "Metal",
        "value": "-20"
      }
    ],
    "rarity": "Rare Holo",
    "artist": "Mitsuhiro Arita",
    "pricing": {
      "currency": "USD",
      "market": 5.07,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 5.07
        },
        {
          "condition": "LP",
          "price": 1.17
        },
        {
          "condition": "MP",
          "price": 0.91
        },
        {
          "condition": "HP",
          "price": 0.88
        },
        {
          "condition": "DMG",
          "price": 0.62
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "7",
          "value": 12,
          "low": 10.2,
          "high": 13.8,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "9",
          "value": 9.59,
          "low": 9.09,
          "high": 9.09,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 225,
          "low": 191.25,
          "high": 258.75,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "6",
          "value": 14.5,
          "low": 12.33,
          "high": 16.67,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "7",
          "value": 10.5,
          "low": 8.92,
          "high": 12.08,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "8",
          "value": 31.31,
          "low": 50,
          "high": 50,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 51.75,
          "low": 59.99,
          "high": 59.99,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        }
      ],
      "market_updated_at": "2026-09-21T02:06:09.122Z",
      "trend_7d": {
        "direction": "up",
        "percent": 0.8
      }
    }
  }
}