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

← Generations
Jolteon-EX

Jolteon-EX

Rare Ultra #28a Pokémon BasicEX HP 160
Types
Lightning
Illustrator
Ryo Ueda
Expansion
Generations · XY
Language
English
TCGplayer
113686

Attacks

Swift 30
Lightning

This attack's damage isn't affected by Weakness, Resistance, or any other effects on your opponent's Active Pokémon.

Flash Ray 70
Lightning · Colorless · Colorless

During your opponent's next turn, prevent all damage done to this Pokémon by attacks from Basic Pokémon.

GET /api/v1/pokemon/cards/g1-28a?include=prices 200 19ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "g1-28a",
    "name": "Jolteon-EX",
    "number": "28a",
    "printed_number": "28a",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/g1/28a.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/g1/28a.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/g1/28a.large.webp"
      }
    ],
    "expansion": {
      "id": "g1",
      "name": "Generations",
      "total": 117,
      "language": "English",
      "language_code": "en",
      "series": "XY",
      "code": "GEN",
      "printed_total": 83,
      "release_date": "2016/02/22",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/g1.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/g1.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "113686",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/g1/28a.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/g1/28a.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/g1/28a.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic",
      "EX"
    ],
    "types": [
      "Lightning"
    ],
    "hp": "160",
    "attacks": [
      {
        "cost": [
          "Lightning"
        ],
        "converted_energy_cost": 1,
        "name": "Swift",
        "text": "This attack's damage isn't affected by Weakness, Resistance, or any other effects on your opponent's Active Pokémon.",
        "damage": "30"
      },
      {
        "cost": [
          "Lightning",
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Flash Ray",
        "text": "During your opponent's next turn, prevent all damage done to this Pokémon by attacks from Basic Pokémon.",
        "damage": "70"
      }
    ],
    "weaknesses": [
      {
        "type": "Fighting",
        "value": "×2"
      }
    ],
    "resistances": [
      {
        "type": "Metal",
        "value": "-20"
      }
    ],
    "rarity": "Rare Ultra",
    "artist": "Ryo Ueda",
    "pricing": {
      "currency": "USD",
      "market": 23.4,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 23.4
        },
        {
          "condition": "LP",
          "price": 19.13
        },
        {
          "condition": "MP",
          "price": 14.81
        },
        {
          "condition": "HP",
          "price": 10.93
        },
        {
          "condition": "DMG",
          "price": 7.42
        }
      ],
      "graded": [
        {
          "company": "PSA",
          "grade": "10",
          "value": 372.72,
          "low": 360.91,
          "high": 408.99,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 2
        }
      ],
      "market_updated_at": "2026-09-21T04:00:11.003Z",
      "trend_7d": {
        "direction": "down",
        "percent": -21.97
      }
    }
  }
}