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
Aipom

Aipom

Promo #SM244 Pokémon Basic HP 60
Types
Colorless
Illustrator
Shibuzoh.
Expansion
SM Black Star Promos · Sun & Moon
Language
English
TCGplayer
214272

Attacks

Yank Out
Colorless

Discard random cards from your opponent's hand until they have 5 cards in their hand.

Tail Smash 30
Colorless · Colorless

Flip a coin. If tails, this attack does nothing.

GET /api/v1/pokemon/cards/smp-SM244?include=prices 200 16ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "smp-SM244",
    "name": "Aipom",
    "number": "SM244",
    "printed_number": "SM244",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/smp/SM244.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/smp/SM244.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/smp/SM244.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": "214272",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/smp/SM244.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/smp/SM244.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/smp/SM244.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Colorless"
    ],
    "hp": "60",
    "attacks": [
      {
        "cost": [
          "Colorless"
        ],
        "converted_energy_cost": 1,
        "name": "Yank Out",
        "text": "Discard random cards from your opponent's hand until they have 5 cards in their hand."
      },
      {
        "cost": [
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 2,
        "name": "Tail Smash",
        "text": "Flip a coin. If tails, this attack does nothing.",
        "damage": "30"
      }
    ],
    "weaknesses": [
      {
        "type": "Fighting",
        "value": "×2"
      }
    ],
    "rarity": "Promo",
    "artist": "Shibuzoh.",
    "pricing": {
      "currency": "USD",
      "market": 5.4,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 5.4
        },
        {
          "condition": "LP",
          "price": 4.15
        },
        {
          "condition": "MP",
          "price": 4.44
        },
        {
          "condition": "DMG",
          "price": 0.25
        }
      ],
      "graded": [],
      "market_updated_at": "2026-09-21T02:50:16.813Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}