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

← Crown Zenith
Heliolisk

Heliolisk

Rare #50 Pokémon Stage 1 HP 120
Types
Lightning
Illustrator
Akira Komayama
Expansion
Crown Zenith · Sword & Shield
Language
English
TCGplayer
478160

Attacks

Static Shock 30
Lightning
Wild Charge 150
Lightning · Colorless · Colorless

This Pokémon also does 50 damage to itself.

GET /api/v1/pokemon/cards/swsh12pt5-50?include=prices 200 17ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "swsh12pt5-50",
    "name": "Heliolisk",
    "number": "50",
    "printed_number": "50",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh12pt5/50.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh12pt5/50.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh12pt5/50.large.webp"
      }
    ],
    "expansion": {
      "id": "swsh12pt5",
      "name": "Crown Zenith",
      "total": 160,
      "language": "English",
      "language_code": "en",
      "series": "Sword & Shield",
      "code": "CRZ",
      "printed_total": 159,
      "release_date": "2023/01/20",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/swsh12pt5.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/swsh12pt5.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "478160",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh12pt5/50.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh12pt5/50.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh12pt5/50.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 1"
    ],
    "types": [
      "Lightning"
    ],
    "hp": "120",
    "attacks": [
      {
        "cost": [
          "Lightning"
        ],
        "converted_energy_cost": 1,
        "name": "Static Shock",
        "damage": "30"
      },
      {
        "cost": [
          "Lightning",
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Wild Charge",
        "text": "This Pokémon also does 50 damage to itself.",
        "damage": "150"
      }
    ],
    "weaknesses": [
      {
        "type": "Fighting",
        "value": "×2"
      }
    ],
    "rarity": "Rare",
    "artist": "Akira Komayama",
    "pricing": {
      "currency": "USD",
      "market": 0.01,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.01
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "8",
          "value": 25,
          "low": 21.25,
          "high": 28.75,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 7,
          "low": 5.95,
          "high": 8.05,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-21T03:14:20.385Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}