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

← HS—Unleashed
Aipom

Aipom

Common #43 Pokémon Basic HP 50
Types
Colorless
Illustrator
Ken Sugimori
Expansion
HS—Unleashed · HeartGold & SoulSilver
Language
English
TCGplayer
83492

Attacks

Tail Code
Colorless

Move an Energy card attached to the Defending Pokémon to another of your opponent's Pokémon.

Tail Smash 30
Colorless · Colorless

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

GET /api/v1/pokemon/cards/hgss2-43?include=prices 200 18ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "hgss2-43",
    "name": "Aipom",
    "number": "43",
    "printed_number": "43",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/hgss2/43.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/hgss2/43.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/hgss2/43.large.webp"
      }
    ],
    "expansion": {
      "id": "hgss2",
      "name": "HS—Unleashed",
      "total": 96,
      "language": "English",
      "language_code": "en",
      "series": "HeartGold & SoulSilver",
      "code": "UL",
      "printed_total": 95,
      "release_date": "2010/05/12",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/hgss2.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/hgss2.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "83492",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/hgss2/43.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/hgss2/43.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/hgss2/43.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Colorless"
    ],
    "hp": "50",
    "attacks": [
      {
        "cost": [
          "Colorless"
        ],
        "converted_energy_cost": 1,
        "name": "Tail Code",
        "text": "Move an Energy card attached to the Defending Pokémon to another of your opponent's Pokémon."
      },
      {
        "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": "Common",
    "artist": "Ken Sugimori",
    "pricing": {
      "currency": "USD",
      "market": 0.31,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.31
        },
        {
          "condition": "LP",
          "price": 0.3
        },
        {
          "condition": "MP",
          "price": 0.17
        },
        {
          "condition": "HP",
          "price": 0.17
        },
        {
          "condition": "DMG",
          "price": 0.2
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "5",
          "value": 299.95,
          "low": 254.96,
          "high": 344.94,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "8.5",
          "value": 15,
          "low": 12.75,
          "high": 17.25,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "5",
          "value": 20,
          "low": 17,
          "high": 23,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "6",
          "value": 290,
          "low": 246.5,
          "high": 333.5,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "7",
          "value": 75,
          "low": 63.75,
          "high": 86.25,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 70,
          "low": 59.5,
          "high": 80.5,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-22T02:49:53.759Z",
      "trend_7d": {
        "direction": "down",
        "percent": -18.42
      }
    }
  }
}