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

← PCG Promos
Pikachu

Pikachu

Promo #68 Pokémon Basic HP 40
Types
Lightning
Illustrator
Yuka Morii
Expansion
PCG Promos · PCG
Language
Japanese
TCGplayer

Attacks

Gnaw 10
Colorless
Thunder Jolt 30
Lightning · Colorless

Flip a coin. If tails, Pikachu does 10 damage to itself.

GET /api/v1/pokemon/cards/pcgp_ja-68?include=prices 200 15ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "pcgp_ja-68",
    "name": "Pikachu",
    "number": "68",
    "printed_number": "68",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pcgp_ja/68.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pcgp_ja/68.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pcgp_ja/68.large.webp"
      }
    ],
    "expansion": {
      "id": "pcgp_ja",
      "name": "PCG Promos",
      "total": 153,
      "language": "Japanese",
      "language_code": "ja",
      "series": "PCG",
      "printed_total": 153,
      "release_date": "2003/01/01",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/pcgp_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/pcgp_ja.symbol.png",
      "translation": {
        "en": {
          "name": "PCG Promos"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": null,
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pcgp_ja/68.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pcgp_ja/68.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pcgp_ja/68.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Lightning"
    ],
    "hp": "40",
    "attacks": [
      {
        "cost": [
          "Colorless"
        ],
        "converted_energy_cost": 1,
        "name": "Gnaw",
        "damage": "10"
      },
      {
        "cost": [
          "Lightning",
          "Colorless"
        ],
        "converted_energy_cost": 2,
        "name": "Thunder Jolt",
        "text": "Flip a coin. If tails, Pikachu does 10 damage to itself.",
        "damage": "30"
      }
    ],
    "weaknesses": [
      {
        "type": "Fighting",
        "value": "×2"
      }
    ],
    "rarity": "Promo",
    "artist": "Yuka Morii",
    "pricing": {
      "currency": "USD",
      "market": 1448.71,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 1448.71
        },
        {
          "condition": "DMG",
          "price": 39.99
        }
      ],
      "graded": [
        {
          "company": "PSA",
          "grade": "1",
          "value": 150,
          "low": 127.5,
          "high": 172.5,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 3660,
          "low": 3111,
          "high": 4209,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "4",
          "value": 144.43,
          "low": 104,
          "high": 104,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        }
      ],
      "market_updated_at": "2026-08-11T03:25:32.028Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}