Powered live by GET /api/v1/pokemon/… — the same public API documented in API Docs. Search supports the full q syntax.

← Inferno X
Ambipom

Ambipom

Rare #67 Pokémon Stage 1
Types
Colorless
Illustrator
hncl
Expansion
Inferno X · Mega Evolution
Language
Japanese
TCGplayer
655846

Attacks

Slap
Colorless · Colorless
Dual Tail
Colorless · Colorless · Colorless

Discard 2 Energy from this Pokémon, and this attack does 60 damage to 2 of your opponent's Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)

GET /api/v1/pokemon/cards/m2_ja-67vh?include=prices 200 88ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "m2_ja-67vh",
    "name": "Ambipom",
    "number": "67",
    "printed_number": "67",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/m2_ja/67vh.small.png",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/m2_ja/67vh.large.png",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/m2_ja/67vh.large.png"
      }
    ],
    "expansion": {
      "id": "m2_ja",
      "name": "Inferno X",
      "total": 116,
      "language": "Japanese",
      "language_code": "ja",
      "series": "Mega Evolution",
      "code": "M2",
      "printed_total": 80,
      "release_date": "2025/09/26",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/m2_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/m2_ja.symbol.png",
      "translation": {
        "en": {
          "name": "Inferno X"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": "655846",
    "variants": [
      {
        "name": "holofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/m2_ja/67vh.small.png",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/m2_ja/67vh.large.png",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/m2_ja/67vh.large.png"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 1"
    ],
    "types": [
      "Colorless"
    ],
    "attacks": [
      {
        "cost": [
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 2,
        "name": "Slap"
      },
      {
        "cost": [
          "Colorless",
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Dual Tail",
        "text": "Discard 2 Energy from this Pokémon, and this attack does 60 damage to 2 of your opponent's Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)"
      }
    ],
    "rarity": "Rare",
    "artist": "hncl",
    "pricing": {
      "currency": "USD",
      "market": 0.31,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.31
        }
      ],
      "graded": [
        {
          "company": "PSA",
          "grade": "10",
          "value": 16.01,
          "low": 16.01,
          "high": 17.5,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-07-30T09:04:26.023Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}