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

← XY Promos
Pikachu

Pikachu

Promo #279 Pokémon Basic HP 60
Types
Lightning
Illustrator
Naoki Saito
Expansion
XY Promos · XY
Language
Japanese
TCGplayer

Attacks

Celebration Party!
Colorless

Each player claps their hands! Then, each player draws a card.

Mega Thunderbolt 120
Lightning · Lightning · Lightning · Lightning

Discard all Energy attached to this Pokémon.

GET /api/v1/pokemon/cards/xyp_ja-279vh?include=prices 200 15ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "xyp_ja-279vh",
    "name": "Pikachu",
    "number": "279",
    "printed_number": "279",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xyp_ja/279vh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xyp_ja/279vh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xyp_ja/279vh.large.webp"
      }
    ],
    "expansion": {
      "id": "xyp_ja",
      "name": "XY Promos",
      "total": 299,
      "language": "Japanese",
      "language_code": "ja",
      "series": "XY",
      "printed_total": 299,
      "release_date": "2013/08/01",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/xyp_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/xyp_ja.symbol.png",
      "translation": {
        "en": {
          "name": "XY 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/xyp_ja/279vh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xyp_ja/279vh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xyp_ja/279vh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Lightning"
    ],
    "hp": "60",
    "attacks": [
      {
        "cost": [
          "Colorless"
        ],
        "converted_energy_cost": 1,
        "name": "Celebration Party!",
        "text": "Each player claps their hands! Then, each player draws a card."
      },
      {
        "cost": [
          "Lightning",
          "Lightning",
          "Lightning",
          "Lightning"
        ],
        "converted_energy_cost": 4,
        "name": "Mega Thunderbolt",
        "text": "Discard all Energy attached to this Pokémon.",
        "damage": "120"
      }
    ],
    "weaknesses": [
      {
        "type": "Fighting",
        "value": "×2"
      }
    ],
    "resistances": [
      {
        "type": "Metal",
        "value": "-20"
      }
    ],
    "rarity": "Promo",
    "artist": "Naoki Saito",
    "pricing": {
      "currency": "USD",
      "market": 7104,
      "is_stale": false,
      "conditions": [],
      "graded": [
        {
          "company": "ACE",
          "grade": "10",
          "value": 100.82,
          "low": 100.23,
          "high": 101.4,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "BGS",
          "grade": "10",
          "value": 18000,
          "low": 15766.66,
          "high": 18423.63,
          "confidence": "med",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "BGS",
          "grade": "8.5",
          "value": 7200,
          "low": 6120,
          "high": 8280,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "BGS",
          "grade": "9.5",
          "value": 21100,
          "low": 21100,
          "high": 21100,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        },
        {
          "company": "CGC",
          "grade": "10",
          "value": 17587.5,
          "low": 8881.25,
          "high": 26293.75,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 26630.5,
          "low": 18900,
          "high": 31522,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 8
        },
        {
          "company": "PSA",
          "grade": "6",
          "value": 10625,
          "low": 10125,
          "high": 11125,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 2
        },
        {
          "company": "PSA",
          "grade": "8",
          "value": 14357.2,
          "low": 13760,
          "high": 15840,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 2
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 15000,
          "low": 12016.75,
          "high": 15000,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 1
        }
      ],
      "market_updated_at": "2026-09-22T02:47:57.605Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}