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

← SM Black Star Promos
Komala

Komala

Promo #SM41 Pokémon Basic HP 80
Types
Colorless
Illustrator
nagimiso
Expansion
SM Black Star Promos · Sun & Moon
Language
English
TCGplayer
139101

Attacks

Hypno Roll 100
Colorless · Colorless · Colorless

This attack can be used if this Pokémon is Asleep. If it is not Asleep, this attack does nothing.

GET /api/v1/pokemon/cards/smp-SM41vh?include=prices 200 19ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "smp-SM41vh",
    "name": "Komala",
    "number": "SM41",
    "printed_number": "SM41",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/smp/SM41vh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/smp/SM41vh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/smp/SM41vh.large.webp"
      }
    ],
    "expansion": {
      "id": "smp",
      "name": "SM Black Star Promos",
      "total": 251,
      "language": "English",
      "language_code": "en",
      "series": "Sun & Moon",
      "code": "PR-SM",
      "printed_total": 248,
      "release_date": "2017/02/03",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/smp.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/smp.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "139101",
    "variants": [
      {
        "name": "holofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/smp/SM41vh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/smp/SM41vh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/smp/SM41vh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Colorless"
    ],
    "hp": "80",
    "abilities": [
      {
        "name": "Comatose",
        "text": "As long as this Pokémon is your Active Pokémon, whenever you attach an Energy from your hand to it, it is now Asleep.",
        "type": "Ability"
      }
    ],
    "attacks": [
      {
        "cost": [
          "Colorless",
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Hypno Roll",
        "text": "This attack can be used if this Pokémon is Asleep. If it is not Asleep, this attack does nothing.",
        "damage": "100"
      }
    ],
    "weaknesses": [
      {
        "type": "Fighting",
        "value": "×2"
      }
    ],
    "rarity": "Promo",
    "artist": "nagimiso",
    "pricing": {
      "currency": "USD",
      "market": 1.09,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 1.09
        },
        {
          "condition": "LP",
          "price": 0.73
        },
        {
          "condition": "MP",
          "price": 0.52
        },
        {
          "condition": "HP",
          "price": 0.39
        },
        {
          "condition": "DMG",
          "price": 0.4
        }
      ],
      "graded": [
        {
          "company": "PSA",
          "grade": "6",
          "value": 15.5,
          "low": 13.18,
          "high": 17.83,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "7",
          "value": 12.8,
          "low": 12.34,
          "high": 12.34,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        },
        {
          "company": "PSA",
          "grade": "8",
          "value": 14,
          "low": 11.9,
          "high": 16.1,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-21T02:50:16.813Z",
      "trend_7d": {
        "direction": "up",
        "percent": 1.87
      }
    }
  }
}