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

← POP Series 8
Yanmega

Yanmega

Rare #5 Pokémon Stage 1 HP 90
Types
Grass
Illustrator
Ken Sugimori
Expansion
POP Series 8 · POP
Language
English
TCGplayer
90691

Attacks

Supersonic
Grass

Flip a coin. If heads, the Defending Pokémon is now Confused.

Air Slash 70
Colorless · Colorless · Colorless · Colorless

Flip a coin. If tails, discard an Energy attached to Yanmega.

GET /api/v1/pokemon/cards/pop8-5vh?include=prices 200 17ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "pop8-5vh",
    "name": "Yanmega",
    "number": "5",
    "printed_number": "5",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pop8/5vh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pop8/5vh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pop8/5vh.large.webp"
      }
    ],
    "expansion": {
      "id": "pop8",
      "name": "POP Series 8",
      "total": 17,
      "language": "English",
      "language_code": "en",
      "series": "POP",
      "printed_total": 17,
      "release_date": "2008/09/01",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/pop8.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/pop8.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "90691",
    "variants": [
      {
        "name": "holofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pop8/5vh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pop8/5vh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pop8/5vh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 1"
    ],
    "types": [
      "Grass"
    ],
    "hp": "90",
    "attacks": [
      {
        "cost": [
          "Grass"
        ],
        "converted_energy_cost": 1,
        "name": "Supersonic",
        "text": "Flip a coin. If heads, the Defending Pokémon is now Confused."
      },
      {
        "cost": [
          "Colorless",
          "Colorless",
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 4,
        "name": "Air Slash",
        "text": "Flip a coin. If tails, discard an Energy attached to Yanmega.",
        "damage": "70"
      }
    ],
    "weaknesses": [
      {
        "type": "Lightning",
        "value": "+20"
      }
    ],
    "resistances": [
      {
        "type": "Fighting",
        "value": "-20"
      }
    ],
    "rarity": "Rare",
    "artist": "Ken Sugimori",
    "pricing": {
      "currency": "USD",
      "market": 4.24,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 4.24
        },
        {
          "condition": "LP",
          "price": 2.45
        },
        {
          "condition": "MP",
          "price": 1.95
        },
        {
          "condition": "HP",
          "price": 0.95
        },
        {
          "condition": "DMG",
          "price": 1.56
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "9",
          "value": 40,
          "low": 34,
          "high": 46,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "7",
          "value": 24.99,
          "low": 21.24,
          "high": 28.74,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "8",
          "value": 50,
          "low": 24.99,
          "high": 50,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 100,
          "low": 85,
          "high": 115,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-21T02:38:28.861Z",
      "trend_7d": {
        "direction": "down",
        "percent": -1.85
      }
    }
  }
}