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

← Phantom Forces
Heliolisk

Heliolisk

Rare Holo #30 Pokémon Stage 1 HP 90
Types
Lightning
Illustrator
Kouki Saitou
Expansion
Phantom Forces · XY
Language
English
TCGplayer
94163

Attacks

Pound 30
Lightning
Parabolic Spark 30
Lightning · Colorless

Discard as many Lightning Energy attached to your Pokémon as you like. This attack does 30 damage times the number of Energy cards you discarded.

GET /api/v1/pokemon/cards/xy4-30vh?include=prices 200 18ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "xy4-30vh",
    "name": "Heliolisk",
    "number": "30",
    "printed_number": "30",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy4/30vh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy4/30vh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy4/30vh.large.webp"
      }
    ],
    "expansion": {
      "id": "xy4",
      "name": "Phantom Forces",
      "total": 124,
      "language": "English",
      "language_code": "en",
      "series": "XY",
      "code": "PHF",
      "printed_total": 119,
      "release_date": "2014/11/05",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/xy4.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/xy4.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "94163",
    "variants": [
      {
        "name": "holofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy4/30vh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy4/30vh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy4/30vh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 1"
    ],
    "types": [
      "Lightning"
    ],
    "hp": "90",
    "attacks": [
      {
        "cost": [
          "Lightning"
        ],
        "converted_energy_cost": 1,
        "name": "Pound",
        "damage": "30"
      },
      {
        "cost": [
          "Lightning",
          "Colorless"
        ],
        "converted_energy_cost": 2,
        "name": "Parabolic Spark",
        "text": "Discard as many Lightning Energy attached to your Pokémon as you like. This attack does 30 damage times the number of Energy cards you discarded.",
        "damage": "30"
      }
    ],
    "weaknesses": [
      {
        "type": "Fighting",
        "value": "×2"
      }
    ],
    "resistances": [
      {
        "type": "Metal",
        "value": "-20"
      }
    ],
    "rarity": "Rare Holo",
    "artist": "Kouki Saitou",
    "pricing": {
      "currency": "USD",
      "market": 0.5,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.5
        },
        {
          "condition": "LP",
          "price": 0.44
        },
        {
          "condition": "MP",
          "price": 0.32
        },
        {
          "condition": "HP",
          "price": 0.38
        },
        {
          "condition": "DMG",
          "price": 0.2
        }
      ],
      "graded": [
        {
          "company": "PSA",
          "grade": "7",
          "value": 5.5,
          "low": 4.68,
          "high": 6.32,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 22.5,
          "low": 19.13,
          "high": 25.87,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-21T03:30:56.509Z",
      "trend_7d": {
        "direction": "down",
        "percent": -5.66
      }
    }
  }
}