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

← Ultradimensional Beasts
Kommo-o

Kommo-o

Rare #40 Pokémon Stage 2 HP 160
Types
Dragon
Illustrator
kawayoo
Expansion
Ultradimensional Beasts · Sun & Moon
Language
Japanese
TCGplayer
572036

Attacks

War Cry 30+
Colorless · Colorless

If you have fewer Pokémon in play than your opponent, this attack does 90 more damage.

Clanging Scales 130
Lightning · Fighting · Colorless

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

GET /api/v1/pokemon/cards/sm4a_ja-40vh?include=prices 200 18ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "sm4a_ja-40vh",
    "name": "Kommo-o",
    "number": "40",
    "printed_number": "40",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm4a_ja/40vh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm4a_ja/40vh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm4a_ja/40vh.large.webp"
      }
    ],
    "expansion": {
      "id": "sm4a_ja",
      "name": "Ultradimensional Beasts",
      "total": 62,
      "language": "Japanese",
      "language_code": "ja",
      "series": "Sun & Moon",
      "code": "SM4A",
      "printed_total": 50,
      "release_date": "2017/09/15",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/sm4a_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/sm4a_ja.symbol.png",
      "translation": {
        "en": {
          "name": "Ultradimensional Beasts"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": "572036",
    "variants": [
      {
        "name": "holofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm4a_ja/40vh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm4a_ja/40vh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm4a_ja/40vh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 2"
    ],
    "types": [
      "Dragon"
    ],
    "hp": "160",
    "attacks": [
      {
        "cost": [
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 2,
        "name": "War Cry",
        "text": "If you have fewer Pokémon in play than your opponent, this attack does 90 more damage.",
        "damage": "30+"
      },
      {
        "cost": [
          "Lightning",
          "Fighting",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Clanging Scales",
        "text": "During your opponent's next turn, this Pokémon takes 30 more damage from attacks (after applying Weakness and Resistance).",
        "damage": "130"
      }
    ],
    "weaknesses": [
      {
        "type": "Fairy",
        "value": "×2"
      }
    ],
    "rarity": "Rare",
    "artist": "kawayoo",
    "pricing": {
      "currency": "USD",
      "market": 0.32,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.32
        }
      ],
      "graded": [],
      "market_updated_at": "2026-09-16T17:04:50.231Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}