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

← Super Electric Breaker
Glimmora

Glimmora

usually #68 Pokémon Stage 1 HP 130
Types
Fighting
Illustrator
takashi shiraishi
Expansion
Super Electric Breaker · Scarlet & Violet
Language
Japanese
TCGplayer
587648

Attacks

Corrosive Shards 20
Colorless

Your opponent's Active Pokémon is now Poisoned. During your opponent's next turn, Energy cards can't be attached from your opponent's hand to that Pokémon.

Rock Throw 60
Fighting · Colorless
GET /api/v1/pokemon/cards/sv8_ja-68?include=prices 200 20ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "sv8_ja-68",
    "name": "Glimmora",
    "number": "68",
    "printed_number": "68",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv8_ja/68.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv8_ja/68.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv8_ja/68.large.webp"
      }
    ],
    "expansion": {
      "id": "sv8_ja",
      "name": "Super Electric Breaker",
      "total": 138,
      "language": "Japanese",
      "language_code": "ja",
      "series": "Scarlet & Violet",
      "code": "SV8",
      "printed_total": 106,
      "release_date": "2024/10/18",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/sv8_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/sv8_ja.symbol.png",
      "translation": {
        "en": {
          "name": "Super Electric Breaker"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": "587648",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv8_ja/68.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv8_ja/68.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv8_ja/68.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 1"
    ],
    "types": [
      "Fighting"
    ],
    "hp": "130",
    "attacks": [
      {
        "cost": [
          "Colorless"
        ],
        "converted_energy_cost": 1,
        "name": "Corrosive Shards",
        "text": "Your opponent's Active Pokémon is now Poisoned. During your opponent's next turn, Energy cards can't be attached from your opponent's hand to that Pokémon.",
        "damage": "20"
      },
      {
        "cost": [
          "Fighting",
          "Colorless"
        ],
        "converted_energy_cost": 2,
        "name": "Rock Throw",
        "damage": "60"
      }
    ],
    "weaknesses": [
      {
        "type": "Grass",
        "value": "×2"
      }
    ],
    "rarity": "usually",
    "artist": "takashi shiraishi",
    "pricing": {
      "currency": "USD",
      "market": 0.2,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.2
        },
        {
          "condition": "LP",
          "price": 0.05
        }
      ],
      "graded": [],
      "market_updated_at": "2026-09-19T03:15:39.771Z",
      "trend_7d": {
        "direction": "down",
        "percent": -39.39
      }
    }
  }
}