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

← Twilight Masquerade
Glimmora

Glimmora

Uncommon #109 Pokémon Stage 1 HP 130
Types
Fighting
Illustrator
Kazumasa Yasukuni
Expansion
Twilight Masquerade · Scarlet & Violet
Language
English
TCGplayer
550153

Attacks

Stun Poison
Colorless

Flip a coin. If heads, your opponent's Active Pokémon is now Paralyzed and Poisoned.

Venoshock 30
Fighting

If your opponent's Active Pokémon is Poisoned, this attack does 100 more damage.

GET /api/v1/pokemon/cards/sv6-109?include=prices 200 20ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "sv6-109",
    "name": "Glimmora",
    "number": "109",
    "printed_number": "109",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv6/109.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv6/109.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv6/109.large.webp"
      }
    ],
    "expansion": {
      "id": "sv6",
      "name": "Twilight Masquerade",
      "total": 226,
      "language": "English",
      "language_code": "en",
      "series": "Scarlet & Violet",
      "code": "TWM",
      "printed_total": 167,
      "release_date": "2024/05/24",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/sv6.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/sv6.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "550153",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv6/109.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv6/109.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv6/109.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 1"
    ],
    "types": [
      "Fighting"
    ],
    "hp": "130",
    "attacks": [
      {
        "cost": [
          "Colorless"
        ],
        "converted_energy_cost": 1,
        "name": "Stun Poison",
        "text": "Flip a coin. If heads, your opponent's Active Pokémon is now Paralyzed and Poisoned."
      },
      {
        "cost": [
          "Fighting"
        ],
        "converted_energy_cost": 1,
        "name": "Venoshock",
        "text": "If your opponent's Active Pokémon is Poisoned, this attack does 100 more damage.",
        "damage": "30"
      }
    ],
    "weaknesses": [
      {
        "type": "Grass",
        "value": "×2"
      }
    ],
    "rarity": "Uncommon",
    "artist": "Kazumasa Yasukuni",
    "pricing": {
      "currency": "USD",
      "market": 0.1,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.1
        }
      ],
      "graded": [],
      "market_updated_at": "2026-09-22T02:44:41.675Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}