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

← Phantom Gate
Yanmega

Yanmega

Non #4 Pokémon Stage 1 HP 110
Types
Grass
Illustrator
Mitsuhiro Arita
Expansion
Phantom Gate · XY
Language
Japanese
TCGplayer
603639

Attacks

Windfall
Grass

Shuffle your hand into your deck. Then, draw 6 cards.

Surprise Strike 50+
Colorless · Colorless · Colorless

If this Pokémon was on the Bench and became your Active Pokémon this turn, this attack does 50 more damage.

GET /api/v1/pokemon/cards/xy4_ja-4?include=prices 200 17ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "xy4_ja-4",
    "name": "Yanmega",
    "number": "4",
    "printed_number": "4",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy4_ja/4.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy4_ja/4.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy4_ja/4.large.webp"
      }
    ],
    "expansion": {
      "id": "xy4_ja",
      "name": "Phantom Gate",
      "total": 97,
      "language": "Japanese",
      "language_code": "ja",
      "series": "XY",
      "code": "XY4",
      "printed_total": 88,
      "release_date": "2014/09/13",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/xy4_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/xy4_ja.symbol.png",
      "translation": {
        "en": {
          "name": "Phantom Gate"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": "603639",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy4_ja/4.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy4_ja/4.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy4_ja/4.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 1"
    ],
    "types": [
      "Grass"
    ],
    "hp": "110",
    "attacks": [
      {
        "cost": [
          "Grass"
        ],
        "converted_energy_cost": 1,
        "name": "Windfall",
        "text": "Shuffle your hand into your deck. Then, draw 6 cards."
      },
      {
        "cost": [
          "Colorless",
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Surprise Strike",
        "text": "If this Pokémon was on the Bench and became your Active Pokémon this turn, this attack does 50 more damage.",
        "damage": "50+"
      }
    ],
    "weaknesses": [
      {
        "type": "Lightning",
        "value": "×2"
      }
    ],
    "resistances": [
      {
        "type": "Fighting",
        "value": "-20"
      }
    ],
    "rarity": "Non",
    "artist": "Mitsuhiro Arita",
    "pricing": {
      "currency": "USD",
      "market": 5,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 5
        }
      ],
      "graded": [],
      "market_updated_at": "2026-07-16T02:28:20.460Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}