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

← Battle Partners
Komala

Komala

usually #82 Pokémon Basic HP 100
Types
Colorless
Illustrator
Natsumi Yoshida
Expansion
Battle Partners · Scarlet & Violet
Language
Japanese
TCGplayer
614933

Attacks

Good Night Knock 30
Colorless

Both Active Pokémon are now Asleep. During your next turn, attacks used by this Pokémon do 100 more damage to your opponent's Active Pokémon (before applying Weakness and Resistance).

GET /api/v1/pokemon/cards/sv9_ja-82?include=prices 200 17ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "sv9_ja-82",
    "name": "Komala",
    "number": "82",
    "printed_number": "82",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv9_ja/82.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv9_ja/82.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv9_ja/82.large.webp"
      }
    ],
    "expansion": {
      "id": "sv9_ja",
      "name": "Battle Partners",
      "total": 132,
      "language": "Japanese",
      "language_code": "ja",
      "series": "Scarlet & Violet",
      "code": "SV9",
      "printed_total": 100,
      "release_date": "2025/01/24",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/sv9_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/sv9_ja.symbol.png",
      "translation": {
        "en": {
          "name": "Battle Partners"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": "614933",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv9_ja/82.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv9_ja/82.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv9_ja/82.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Colorless"
    ],
    "hp": "100",
    "attacks": [
      {
        "cost": [
          "Colorless"
        ],
        "converted_energy_cost": 1,
        "name": "Good Night Knock",
        "text": "Both Active Pokémon are now Asleep. During your next turn, attacks used by this Pokémon do 100 more damage to your opponent's Active Pokémon (before applying Weakness and Resistance).",
        "damage": "30"
      }
    ],
    "weaknesses": [
      {
        "type": "Fighting",
        "value": "×2"
      }
    ],
    "rarity": "usually",
    "artist": "Natsumi Yoshida",
    "pricing": {
      "currency": "USD",
      "market": 0.32,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.32
        },
        {
          "condition": "LP",
          "price": 0.11
        }
      ],
      "graded": [],
      "market_updated_at": "2026-09-21T15:05:01.021Z",
      "trend_7d": {
        "direction": "down",
        "percent": -3.03
      }
    }
  }
}