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

← Platinum Promos
Pikachu LV.X

Pikachu LV.X

Common #43 Pokémon Level-Up
Types
Lightning
Illustrator
2009 Pikachu Project
Expansion
Platinum Promos · Platinum
Language
Japanese
TCGplayer

Attacks

Iron Tail 20×
Colorless

Flip a coin until you get tails. This attack does 20 damage times the number of heads.

Volt Tackle 100
Lightning · Lightning · Lightning · Colorless

Pikachu Pokémon M does 20 damage to itself.

GET /api/v1/pokemon/cards/ptp_ja-43?include=prices 200 17ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "ptp_ja-43",
    "name": "Pikachu LV.X",
    "number": "43",
    "printed_number": "43",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ptp_ja/43.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ptp_ja/43.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ptp_ja/43.large.webp"
      }
    ],
    "expansion": {
      "id": "ptp_ja",
      "name": "Platinum Promos",
      "total": 51,
      "language": "Japanese",
      "language_code": "ja",
      "series": "Platinum",
      "printed_total": 51,
      "release_date": "2008/10/01",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/ptp_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/ptp_ja.symbol.png",
      "translation": {
        "en": {
          "name": "Platinum 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/ptp_ja/43.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ptp_ja/43.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ptp_ja/43.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Level-Up"
    ],
    "types": [
      "Lightning"
    ],
    "attacks": [
      {
        "cost": [
          "Colorless"
        ],
        "converted_energy_cost": 1,
        "name": "Iron Tail",
        "text": "Flip a coin until you get tails. This attack does 20 damage times the number of heads.",
        "damage": "20×"
      },
      {
        "cost": [
          "Lightning",
          "Lightning",
          "Lightning",
          "Colorless"
        ],
        "converted_energy_cost": 4,
        "name": "Volt Tackle",
        "text": "Pikachu Pokémon M does 20 damage to itself.",
        "damage": "100"
      }
    ],
    "rarity": "Common",
    "artist": "2009 Pikachu Project",
    "pricing": {
      "currency": "USD",
      "market": 331.05,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 331.05
        }
      ],
      "graded": [
        {
          "company": "BGS",
          "grade": "9",
          "value": 1000,
          "low": 850,
          "high": 1150,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "1",
          "value": 399.99,
          "low": 339.99,
          "high": 459.99,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 5500,
          "low": 4835.46,
          "high": 5860,
          "confidence": "high",
          "value_kind": "sold",
          "sold_count": 9,
          "trend": {
            "direction": "flat",
            "percent": 0
          }
        },
        {
          "company": "PSA",
          "grade": "6",
          "value": 510,
          "low": 493.99,
          "high": 582,
          "confidence": "med",
          "value_kind": "sold",
          "sold_count": 3
        },
        {
          "company": "PSA",
          "grade": "7",
          "value": 582.37,
          "low": 495.01,
          "high": 669.73,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "8",
          "value": 1100,
          "low": 892,
          "high": 1419.2,
          "confidence": "med",
          "value_kind": "sold",
          "sold_count": 3
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 1600,
          "low": 1439.8,
          "high": 1681.4,
          "confidence": "high",
          "value_kind": "sold",
          "sold_count": 5
        }
      ],
      "market_updated_at": "2026-09-22T03:45:32.387Z",
      "trend_7d": {
        "direction": "down",
        "percent": -10.04
      }
    }
  }
}