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 #57 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-57vh?include=prices 200 16ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "dpp_ja-57vh",
    "name": "Pikachu",
    "number": "57",
    "printed_number": "57",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dpp_ja/57vh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dpp_ja/57vh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dpp_ja/57vh.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/57vh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dpp_ja/57vh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dpp_ja/57vh.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": 86.68,
      "is_stale": true,
      "conditions": [
        {
          "condition": "NM",
          "price": 86.68
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "7",
          "value": 162.5,
          "low": 138.13,
          "high": 186.87,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 2385,
          "low": 1402.5,
          "high": 3367.5,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 106,
          "low": 90.1,
          "high": 121.9,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-22T07:49:01.242Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}