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

← Diamond & Pearl Promos
Pikachu

Pikachu

Common #48 Pokémon Basic HP 60
Types
Lightning
Illustrator
Sumiyoshi Kizuki
Expansion
Diamond & Pearl Promos · Diamond & Pearl
Language
Japanese
TCGplayer

Attacks

BikaBika 20+
Lightning · Colorless

Flip a coin. If heads, this attack does 20 damage plus 10 more damage.

GET /api/v1/pokemon/cards/dpp_ja-48vh?include=prices 200 17ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "dpp_ja-48vh",
    "name": "Pikachu",
    "number": "48",
    "printed_number": "48",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dpp_ja/48vh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dpp_ja/48vh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dpp_ja/48vh.large.webp"
      }
    ],
    "expansion": {
      "id": "dpp_ja",
      "name": "Diamond & Pearl Promos",
      "total": 127,
      "language": "Japanese",
      "language_code": "ja",
      "series": "Diamond & Pearl",
      "printed_total": 127,
      "release_date": "2006/12/01",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/dpp_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/dpp_ja.symbol.png",
      "translation": {
        "en": {
          "name": "Diamond & Pearl Promos"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": null,
    "variants": [
      {
        "name": "holofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dpp_ja/48vh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dpp_ja/48vh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dpp_ja/48vh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Lightning"
    ],
    "hp": "60",
    "abilities": [
      {
        "name": "Electro Recycle",
        "text": "Once during your turn (before your attack), if Pichu is anywhere under Pikachu, you may search your discard pile for a Lightning Energy card, show it to your opponent, and put it into your hand. This power can't be used if Pikachu is affected by a Special Condition.",
        "type": "Poké-Power"
      }
    ],
    "attacks": [
      {
        "cost": [
          "Lightning",
          "Colorless"
        ],
        "converted_energy_cost": 2,
        "name": "BikaBika",
        "text": "Flip a coin. If heads, this attack does 20 damage plus 10 more damage.",
        "damage": "20+"
      }
    ],
    "weaknesses": [
      {
        "type": "Fighting",
        "value": "+10"
      }
    ],
    "resistances": [
      {
        "type": "Metal",
        "value": "-20"
      }
    ],
    "rarity": "Common",
    "artist": "Sumiyoshi Kizuki",
    "pricing": {
      "currency": "USD",
      "market": 90,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 90
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "10",
          "value": 390,
          "low": 225.75,
          "high": 390,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 1
        },
        {
          "company": "PSA",
          "grade": "1",
          "value": 250,
          "low": 212.5,
          "high": 287.5,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 3105.5,
          "low": 1418.3,
          "high": 3700.7,
          "confidence": "med",
          "value_kind": "sold",
          "sold_count": 4
        },
        {
          "company": "PSA",
          "grade": "7",
          "value": 198.75,
          "low": 56.4,
          "high": 304.7,
          "confidence": "med",
          "value_kind": "sold",
          "sold_count": 4
        },
        {
          "company": "PSA",
          "grade": "8",
          "value": 400,
          "low": 107,
          "high": 450,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 1
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 888.99,
          "low": 47.2,
          "high": 1075,
          "confidence": "high",
          "value_kind": "sold",
          "sold_count": 5
        }
      ],
      "market_updated_at": "2026-08-17T09:04:39.297Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}