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

← Dark Phantasma
Aipom

Aipom

usually #59 Pokémon Basic HP 60
Types
Colorless
Illustrator
Kouki Saitou
Expansion
Dark Phantasma · Sword & Shield
Language
Japanese
TCGplayer
570722

Attacks

Trick Tail
Colorless

Look at the top card of your opponent's deck. If you do, you may have your opponent shuffle their deck.

Scratch 10
Colorless
GET /api/v1/pokemon/cards/swsh10a_ja-59vrh?include=prices 200 26ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "swsh10a_ja-59vrh",
    "name": "Aipom",
    "number": "59",
    "printed_number": "59",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh10a_ja/59vrh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh10a_ja/59vrh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh10a_ja/59vrh.large.webp"
      }
    ],
    "expansion": {
      "id": "swsh10a_ja",
      "name": "Dark Phantasma",
      "total": 99,
      "language": "Japanese",
      "language_code": "ja",
      "series": "Sword & Shield",
      "code": "S10a",
      "printed_total": 71,
      "release_date": "2022/05/13",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/swsh10a_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/swsh10a_ja.symbol.png",
      "translation": {
        "en": {
          "name": "Dark Phantasma"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": "570722",
    "variants": [
      {
        "name": "reverseHolofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh10a_ja/59vrh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh10a_ja/59vrh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh10a_ja/59vrh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Colorless"
    ],
    "hp": "60",
    "attacks": [
      {
        "cost": [
          "Colorless"
        ],
        "converted_energy_cost": 1,
        "name": "Trick Tail",
        "text": "Look at the top card of your opponent's deck. If you do, you may have your opponent shuffle their deck."
      },
      {
        "cost": [
          "Colorless"
        ],
        "converted_energy_cost": 1,
        "name": "Scratch",
        "damage": "10"
      }
    ],
    "weaknesses": [
      {
        "type": "Fighting",
        "value": "×2"
      }
    ],
    "rarity": "usually",
    "artist": "Kouki Saitou",
    "pricing": {
      "currency": "USD",
      "market": 0.64,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.64
        },
        {
          "condition": "LP",
          "price": 0.3
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "10",
          "value": 28.5,
          "low": 24.23,
          "high": 32.78,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-22T03:27:38.282Z",
      "trend_7d": {
        "direction": "down",
        "percent": -1.54
      }
    }
  }
}