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
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-48?include=prices 200 16ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "dpp_ja-48",
    "name": "Pikachu",
    "number": "48",
    "printed_number": "48",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dpp_ja/48.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dpp_ja/48.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dpp_ja/48.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": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dpp_ja/48.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dpp_ja/48.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dpp_ja/48.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Lightning"
    ],
    "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+"
      }
    ],
    "rarity": "Common",
    "artist": "Sumiyoshi Kizuki",
    "pricing": {
      "currency": "USD",
      "market": 91.65,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 91.65
        }
      ],
      "graded": [
        {
          "company": "PSA",
          "grade": "10",
          "value": 506.5,
          "low": 430.53,
          "high": 582.47,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 1
        },
        {
          "company": "PSA",
          "grade": "8",
          "value": 120,
          "low": 102,
          "high": 138,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 145,
          "low": 145,
          "high": 212.5,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-07-28T21:32:22.175Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}