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-43vh?include=prices 200 18ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "xy1-43vh",
    "name": "Raichu",
    "number": "43",
    "printed_number": "43",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy1/43vh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy1/43vh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy1/43vh.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": "holofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy1/43vh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy1/43vh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy1/43vh.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": 3.56,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 3.56
        },
        {
          "condition": "LP",
          "price": 1.53
        },
        {
          "condition": "MP",
          "price": 0.79
        },
        {
          "condition": "HP",
          "price": 0.68
        },
        {
          "condition": "DMG",
          "price": 1.23
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "6.5",
          "value": 8.5,
          "low": 7.23,
          "high": 9.77,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "7",
          "value": 11,
          "low": 9.35,
          "high": 12.65,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "9",
          "value": 6,
          "low": 5.1,
          "high": 6.9,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 244,
          "low": 207.4,
          "high": 280.6,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "8",
          "value": 57.63,
          "low": 44.38,
          "high": 70.07,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "8.5",
          "value": 62.23,
          "low": 52.9,
          "high": 71.56,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 16,
          "low": 13.5,
          "high": 59.99,
          "confidence": "med",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-21T02:06:09.122Z",
      "trend_7d": {
        "direction": "flat",
        "percent": -0.28
      }
    }
  }
}