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

← Bandit Ring
Jolteon

Jolteon

Rare #26 Pokémon Stage 1 HP 90
Types
Lightning
Illustrator
Sanosuke Sakuma
Expansion
Bandit Ring · XY
Language
Japanese
TCGplayer
603937

Attacks

Thunder Blast 80
Lightning · Colorless · Colorless

Discard an Energy attached to this Pokémon.

GET /api/v1/pokemon/cards/xy7_ja-26vh?include=prices 200 16ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "xy7_ja-26vh",
    "name": "Jolteon",
    "number": "26",
    "printed_number": "26",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy7_ja/26vh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy7_ja/26vh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy7_ja/26vh.large.webp"
      }
    ],
    "expansion": {
      "id": "xy7_ja",
      "name": "Bandit Ring",
      "total": 97,
      "language": "Japanese",
      "language_code": "ja",
      "series": "XY",
      "code": "XY7",
      "printed_total": 81,
      "release_date": "2015/06/20",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/xy7_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/xy7_ja.symbol.png",
      "translation": {
        "en": {
          "name": "Bandit Ring"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": "603937",
    "variants": [
      {
        "name": "holofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy7_ja/26vh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy7_ja/26vh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy7_ja/26vh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 1"
    ],
    "types": [
      "Lightning"
    ],
    "hp": "90",
    "abilities": [
      {
        "name": "Electric Effect",
        "text": "Each of your Stage 1 Pokémon in play is now a Lightning Pokémon in addition to its existing types.",
        "type": "Ability"
      }
    ],
    "attacks": [
      {
        "cost": [
          "Lightning",
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Thunder Blast",
        "text": "Discard an Energy attached to this Pokémon.",
        "damage": "80"
      }
    ],
    "weaknesses": [
      {
        "type": "Fighting",
        "value": "×2"
      }
    ],
    "resistances": [
      {
        "type": "Metal",
        "value": "-20"
      }
    ],
    "rarity": "Rare",
    "artist": "Sanosuke Sakuma",
    "pricing": {
      "currency": "USD",
      "market": 3,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 3
        }
      ],
      "graded": [
        {
          "company": "ACE",
          "grade": "10",
          "value": 36.84,
          "low": 31.31,
          "high": 42.37,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 65,
          "low": 61,
          "high": 73.5,
          "confidence": "high",
          "value_kind": "sold",
          "sold_count": 16
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 49.99,
          "low": 34.85,
          "high": 57.91,
          "confidence": "high",
          "value_kind": "sold",
          "sold_count": 5
        },
        {
          "company": "TAG",
          "grade": "10",
          "value": 72.37,
          "low": 69.43,
          "high": 75.3,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-07-16T02:29:25.650Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}