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

← XY Promos
Yanmega

Yanmega

Promo #283 Pokémon Stage 1 HP 110
Types
Grass
Illustrator
Midori Harada
Expansion
XY Promos · XY
Language
Japanese
TCGplayer

Attacks

Assault Boom 50+
Colorless · Colorless · Colorless

If your opponent's Active Pokémon has a Pokémon Tool card attached to it, this attack does 70 more damage.

GET /api/v1/pokemon/cards/xyp_ja-283?include=prices 200 17ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "xyp_ja-283",
    "name": "Yanmega",
    "number": "283",
    "printed_number": "283",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xyp_ja/283.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xyp_ja/283.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xyp_ja/283.large.webp"
      }
    ],
    "expansion": {
      "id": "xyp_ja",
      "name": "XY Promos",
      "total": 299,
      "language": "Japanese",
      "language_code": "ja",
      "series": "XY",
      "printed_total": 299,
      "release_date": "2013/08/01",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/xyp_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/xyp_ja.symbol.png",
      "translation": {
        "en": {
          "name": "XY Promos"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": null,
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xyp_ja/283.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xyp_ja/283.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xyp_ja/283.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 1"
    ],
    "types": [
      "Grass"
    ],
    "hp": "110",
    "abilities": [
      {
        "name": "Sonic Vision",
        "text": "If you have exactly 4 cards in your hand, ignore all Energy in the attack cost of each of this Pokémon's attacks.",
        "type": "Ability"
      }
    ],
    "attacks": [
      {
        "cost": [
          "Colorless",
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Assault Boom",
        "text": "If your opponent's Active Pokémon has a Pokémon Tool card attached to it, this attack does 70 more damage.",
        "damage": "50+"
      }
    ],
    "weaknesses": [
      {
        "type": "Lightning",
        "value": "×2"
      }
    ],
    "resistances": [
      {
        "type": "Fighting",
        "value": "-20"
      }
    ],
    "rarity": "Promo",
    "artist": "Midori Harada",
    "pricing": {
      "currency": "USD",
      "market": 0.3,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.3
        }
      ],
      "graded": [],
      "market_updated_at": "2026-09-22T08:05:55.131Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}