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

← PokéKyun Collection
Raichu

Raichu

usually #11 Pokémon Stage 1
Types
Lightning
Illustrator
Aya Kusube
Expansion
PokéKyun Collection · XY
Language
Japanese
TCGplayer
605473

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/cp3_ja-11?include=prices 200 26ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "cp3_ja-11",
    "name": "Raichu",
    "number": "11",
    "printed_number": "11",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/cp3_ja/11.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/cp3_ja/11.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/cp3_ja/11.large.webp"
      }
    ],
    "expansion": {
      "id": "cp3_ja",
      "name": "PokéKyun Collection",
      "total": 32,
      "language": "Japanese",
      "language_code": "ja",
      "series": "XY",
      "code": "CP3",
      "printed_total": 32,
      "release_date": "2016/01/29",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/cp3_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/cp3_ja.symbol.png",
      "translation": {
        "en": {
          "name": "PokéKyun Collection"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": "605473",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/cp3_ja/11.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/cp3_ja/11.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/cp3_ja/11.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 1"
    ],
    "types": [
      "Lightning"
    ],
    "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"
      }
    ],
    "rarity": "usually",
    "artist": "Aya Kusube",
    "pricing": {
      "currency": "USD",
      "market": 47.99,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 47.99
        },
        {
          "condition": "LP",
          "price": 45.25
        },
        {
          "condition": "MP",
          "price": 35
        },
        {
          "condition": "DMG",
          "price": 25
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "10",
          "value": 39,
          "low": 33,
          "high": 121.5,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "9",
          "value": 14,
          "low": 11.9,
          "high": 16.1,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 1
        },
        {
          "company": "CGC",
          "grade": "9.5",
          "value": 9,
          "low": 7.65,
          "high": 10.35,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 1
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 209.5,
          "low": 179.5,
          "high": 250,
          "confidence": "high",
          "value_kind": "sold",
          "sold_count": 16,
          "trend": {
            "direction": "flat",
            "percent": 0
          }
        },
        {
          "company": "PSA",
          "grade": "5",
          "value": 22,
          "low": 18.7,
          "high": 25.3,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "8",
          "value": 11,
          "low": 9.35,
          "high": 12.65,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 1
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 115.87,
          "low": 86.03,
          "high": 270.5,
          "confidence": "med",
          "value_kind": "sold",
          "sold_count": 4
        }
      ],
      "market_updated_at": "2026-09-22T03:33:05.475Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}