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

← 30th Celebration
Pikachu

Pikachu

Pikachu Rare #51 Pokémon Basic HP 70
Types
Lightning
Illustrator
nagimiso
Expansion
30th Celebration · Mega Evolution
Language
English
TCGplayer
716317

Attacks

Lightning Crash
Lightning · Lightning · Lightning

Discard all Lightning Energy from this Pokémon, and this attack does 90 damage to 1 of your opponent's Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)

GET /api/v1/pokemon/cards/me55-51vh?include=prices 200 13ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "me55-51vh",
    "name": "Pikachu",
    "number": "51",
    "printed_number": "51",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/me55-51vh.small.png",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/me55-51vh.large.png",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/me55-51vh.large.png"
      }
    ],
    "expansion": {
      "id": "me55",
      "name": "30th Celebration",
      "total": 161,
      "language": "English",
      "language_code": "en",
      "series": "Mega Evolution",
      "code": "30C",
      "printed_total": 128,
      "release_date": "2026/09/16",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/me55.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/me55.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "716317",
    "variants": [
      {
        "name": "holofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/me55-51vh.small.png",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/me55-51vh.large.png",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/me55-51vh.large.png"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Lightning"
    ],
    "hp": "70",
    "attacks": [
      {
        "cost": [
          "Lightning",
          "Lightning",
          "Lightning"
        ],
        "converted_energy_cost": 3,
        "name": "Lightning Crash",
        "text": "Discard all Lightning Energy from this Pokémon, and this attack does 90 damage to 1 of your opponent's Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)"
      }
    ],
    "weaknesses": [
      {
        "type": "Fighting",
        "value": "×2"
      }
    ],
    "rarity": "Pikachu Rare",
    "artist": "nagimiso",
    "pricing": {
      "currency": "USD",
      "market": 1.35,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 1.35
        }
      ],
      "graded": [
        {
          "company": "PSA",
          "grade": "9",
          "value": 58.49,
          "low": 49.72,
          "high": 67.26,
          "confidence": "med",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-22T03:47:41.831Z"
    }
  }
}