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

← Islands Await You
Kommo-o-GX

Kommo-o-GX

Super Rare #54 Pokémon Stage 2GX HP 240
Types
Dragon
Illustrator
5ban Graphics
Expansion
Islands Await You · Sun & Moon
Language
Japanese
TCGplayer
574495

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/sm2k_ja-54vh?include=prices 200 16ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "sm2k_ja-54vh",
    "name": "Kommo-o-GX",
    "number": "54",
    "printed_number": "54",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm2k_ja/54vh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm2k_ja/54vh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm2k_ja/54vh.large.webp"
      }
    ],
    "expansion": {
      "id": "sm2k_ja",
      "name": "Islands Await You",
      "total": 62,
      "language": "Japanese",
      "language_code": "ja",
      "series": "Sun & Moon",
      "code": "SM2K",
      "printed_total": 50,
      "release_date": "2017/03/17",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/sm2k_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/sm2k_ja.symbol.png",
      "translation": {
        "en": {
          "name": "Islands Await You"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": "574495",
    "variants": [
      {
        "name": "holofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm2k_ja/54vh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm2k_ja/54vh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm2k_ja/54vh.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": "Super Rare",
    "artist": "5ban Graphics",
    "pricing": {
      "currency": "USD",
      "market": 8.71,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 8.71
        }
      ],
      "graded": [
        {
          "company": "PSA",
          "grade": "10",
          "value": 109.99,
          "low": 109.99,
          "high": 109.99,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 11,
          "low": 9.35,
          "high": 12.65,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-22T04:00:31.046Z",
      "trend_7d": {
        "direction": "up",
        "percent": 2.96
      }
    }
  }
}