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

← Clash at the Summit
Yanmega

Yanmega

Common #6 Pokémon Stage 1Prime
Types
Grass
Illustrator
Noriko Hotta
Expansion
Clash at the Summit · LEGEND
Language
Japanese
TCGplayer
608382

Attacks

Linear Attack
Grass · Colorless

Choose 1 of your opponent's Pokémon. This attack does 40 damage to that Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)

Sonicboom 70
Grass · Grass · Colorless

This attack's damage isn't affected by Weakness or Resistance.

GET /api/v1/pokemon/cards/l3_ja-6?include=prices 200 17ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "l3_ja-6",
    "name": "Yanmega",
    "number": "6",
    "printed_number": "6",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/l3_ja/6.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/l3_ja/6.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/l3_ja/6.large.webp"
      }
    ],
    "expansion": {
      "id": "l3_ja",
      "name": "Clash at the Summit",
      "total": 81,
      "language": "Japanese",
      "language_code": "ja",
      "series": "LEGEND",
      "code": "L3",
      "printed_total": 80,
      "release_date": "2010/07/08",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/l3_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/l3_ja.symbol.png",
      "translation": {
        "en": {
          "name": "Clash at the Summit"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": "608382",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/l3_ja/6.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/l3_ja/6.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/l3_ja/6.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 1",
      "Prime"
    ],
    "types": [
      "Grass"
    ],
    "abilities": [
      {
        "name": "Insight",
        "text": "If you have the same number of cards in your hand as your opponent, the attack cost of each of Yanmega's attacks is 0.",
        "type": "Poké-Body"
      }
    ],
    "attacks": [
      {
        "cost": [
          "Grass",
          "Colorless"
        ],
        "converted_energy_cost": 2,
        "name": "Linear Attack",
        "text": "Choose 1 of your opponent's Pokémon. This attack does 40 damage to that Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)"
      },
      {
        "cost": [
          "Grass",
          "Grass",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Sonicboom",
        "text": "This attack's damage isn't affected by Weakness or Resistance.",
        "damage": "70"
      }
    ],
    "rarity": "Common",
    "artist": "Noriko Hotta",
    "pricing": {
      "currency": "USD",
      "market": 36.13,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 36.13
        },
        {
          "condition": "LP",
          "price": 20
        },
        {
          "condition": "DMG",
          "price": 4.34
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "10",
          "value": 21,
          "low": 17.85,
          "high": 24.15,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "9",
          "value": 22,
          "low": 18.7,
          "high": 25.3,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 113,
          "low": 113,
          "high": 120.64,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 8
        },
        {
          "company": "PSA",
          "grade": "6",
          "value": 22.24,
          "low": 18.9,
          "high": 25.58,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "8",
          "value": 17,
          "low": 14.45,
          "high": 19.55,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 100,
          "low": 99.99,
          "high": 119.99,
          "confidence": "med",
          "value_kind": "sold",
          "sold_count": 3
        }
      ],
      "market_updated_at": "2026-08-10T02:02:44.801Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}