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

← Crimson Invasion
Kommo-o

Kommo-o

Rare #77 Pokémon Stage 2 HP 160
Types
Dragon
Illustrator
kawayoo
Expansion
Crimson Invasion · Sun & Moon
Language
English
TCGplayer
149103

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/sm4-77vrh?include=prices 200 20ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "sm4-77vrh",
    "name": "Kommo-o",
    "number": "77",
    "printed_number": "77",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm4/77vrh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm4/77vrh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm4/77vrh.large.webp"
      }
    ],
    "expansion": {
      "id": "sm4",
      "name": "Crimson Invasion",
      "total": 126,
      "language": "English",
      "language_code": "en",
      "series": "Sun & Moon",
      "code": "CIN",
      "printed_total": 111,
      "release_date": "2017/11/03",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/sm4.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/sm4.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "149103",
    "variants": [
      {
        "name": "reverseHolofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm4/77vrh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm4/77vrh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm4/77vrh.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": 1.27,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 1.27
        },
        {
          "condition": "LP",
          "price": 1
        },
        {
          "condition": "MP",
          "price": 0.72
        },
        {
          "condition": "HP",
          "price": 0.81
        },
        {
          "condition": "DMG",
          "price": 0.5
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "8.5",
          "value": 19.99,
          "low": 16.99,
          "high": 22.99,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 60,
          "low": 51,
          "high": 69,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "8",
          "value": 20.35,
          "low": 17.3,
          "high": 23.4,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-21T03:58:38.868Z",
      "trend_7d": {
        "direction": "up",
        "percent": 1.6
      }
    }
  }
}