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

← Guardians Rising
Kommo-o-GX

Kommo-o-GX

Rare Holo GX #100 Pokémon Stage 2GX HP 240
Types
Dragon
Illustrator
5ban Graphics
Expansion
Guardians Rising · Sun & Moon
Language
English
TCGplayer
131016

Attacks

Adamantine Press 30
Colorless

During your opponent's next turn, this Pokémon takes 30 less damage from attacks (after applying Weakness and Resistance).

Shred 130
Lightning · Fighting · Colorless · Colorless

This attack's damage isn't affected by any effects on your opponent's Active Pokémon.

Ultra Uppercut-GX 240
Lightning · Fighting · Colorless · Colorless

(You can't use more than 1 GX attack in a game.)

GET /api/v1/pokemon/cards/sm2-100vh?include=prices 200 18ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "sm2-100vh",
    "name": "Kommo-o-GX",
    "number": "100",
    "printed_number": "100",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm2/100vh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm2/100vh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm2/100vh.large.webp"
      }
    ],
    "expansion": {
      "id": "sm2",
      "name": "Guardians Rising",
      "total": 180,
      "language": "English",
      "language_code": "en",
      "series": "Sun & Moon",
      "code": "GRI",
      "printed_total": 145,
      "release_date": "2017/05/05",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/sm2.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/sm2.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "131016",
    "variants": [
      {
        "name": "holofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm2/100vh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm2/100vh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm2/100vh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 2",
      "GX"
    ],
    "types": [
      "Dragon"
    ],
    "hp": "240",
    "attacks": [
      {
        "cost": [
          "Colorless"
        ],
        "converted_energy_cost": 1,
        "name": "Adamantine Press",
        "text": "During your opponent's next turn, this Pokémon takes 30 less damage from attacks (after applying Weakness and Resistance).",
        "damage": "30"
      },
      {
        "cost": [
          "Lightning",
          "Fighting",
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 4,
        "name": "Shred",
        "text": "This attack's damage isn't affected by any effects on your opponent's Active Pokémon.",
        "damage": "130"
      },
      {
        "cost": [
          "Lightning",
          "Fighting",
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 4,
        "name": "Ultra Uppercut-GX",
        "text": "(You can't use more than 1 GX attack in a game.)",
        "damage": "240"
      }
    ],
    "weaknesses": [
      {
        "type": "Fairy",
        "value": "×2"
      }
    ],
    "rarity": "Rare Holo GX",
    "artist": "5ban Graphics",
    "pricing": {
      "currency": "USD",
      "market": 4.81,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 4.81
        },
        {
          "condition": "LP",
          "price": 3.32
        },
        {
          "condition": "MP",
          "price": 2.62
        },
        {
          "condition": "HP",
          "price": 1.27
        },
        {
          "condition": "DMG",
          "price": 1.44
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "10",
          "value": 43,
          "low": 36.55,
          "high": 49.45,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 73.08,
          "low": 77.9,
          "high": 93.09,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 2
        },
        {
          "company": "PSA",
          "grade": "4",
          "value": 11,
          "low": 9.35,
          "high": 12.65,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "8",
          "value": 13.5,
          "low": 11.48,
          "high": 15.52,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 21.28,
          "low": 15.5,
          "high": 15.5,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        }
      ],
      "market_updated_at": "2026-09-21T03:18:34.787Z",
      "trend_7d": {
        "direction": "up",
        "percent": 2.12
      }
    }
  }
}