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 Black Star Promos
Yanmega

Yanmega

Promo #XY144 Pokémon Stage 1 HP 110
Types
Grass
Illustrator
Midori Harada
Expansion
XY Black Star Promos · XY
Language
English
TCGplayer
129374

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-XY144vh?include=prices 200 17ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "xyp-XY144vh",
    "name": "Yanmega",
    "number": "XY144",
    "printed_number": "XY144",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xyp/XY144vh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xyp/XY144vh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xyp/XY144vh.large.webp"
      }
    ],
    "expansion": {
      "id": "xyp",
      "name": "XY Black Star Promos",
      "total": 216,
      "language": "English",
      "language_code": "en",
      "series": "XY",
      "code": "PR-XY",
      "printed_total": 211,
      "release_date": "2013/10/12",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/xyp.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/xyp.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "129374",
    "variants": [
      {
        "name": "holofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xyp/XY144vh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xyp/XY144vh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xyp/XY144vh.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": 12.78,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 12.78
        },
        {
          "condition": "LP",
          "price": 11.04
        },
        {
          "condition": "MP",
          "price": 9.17
        },
        {
          "condition": "HP",
          "price": 5.99
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "9",
          "value": 12,
          "low": 10.2,
          "high": 13.8,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "4",
          "value": 22,
          "low": 18.7,
          "high": 25.3,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "8",
          "value": 40.51,
          "low": 15.51,
          "high": 78.01,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-21T04:02:51.277Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0.16
      }
    }
  }
}