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

← Mega Evolution Black Star Promos
Meganium

Meganium

Promo #1 Pokémon Stage 2 HP 160
Types
Grass
Illustrator
Uninori
Expansion
Mega Evolution Black Star Promos · Mega Evolution
Language
English
TCGplayer
654594

Attacks

Solar Beam 140
Grass · Grass · Colorless · Colorless
GET /api/v1/pokemon/cards/mep-1vh?include=prices 200 19ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "mep-1vh",
    "name": "Meganium",
    "number": "1",
    "printed_number": "1",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/mep/1vh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/mep/1vh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/mep/1vh.large.webp"
      }
    ],
    "expansion": {
      "id": "mep",
      "name": "Mega Evolution Black Star Promos",
      "total": 112,
      "language": "English",
      "language_code": "en",
      "series": "Mega Evolution",
      "code": "MEP",
      "printed_total": 112,
      "release_date": "2025/09/26",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/mep.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/mep.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "654594",
    "variants": [
      {
        "name": "holofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/mep/1vh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/mep/1vh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/mep/1vh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 2"
    ],
    "types": [
      "Grass"
    ],
    "hp": "160",
    "abilities": [
      {
        "name": "Wild Growth",
        "text": "Each Basic Grass Energy attached to all of your Pokémon provides GrassGrass Energy. The effect of Wild Growth doesn't stack.",
        "type": "Ability"
      }
    ],
    "attacks": [
      {
        "cost": [
          "Grass",
          "Grass",
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 4,
        "name": "Solar Beam",
        "damage": "140"
      }
    ],
    "weaknesses": [
      {
        "type": "Fire",
        "value": "×2"
      }
    ],
    "rarity": "Promo",
    "artist": "Uninori",
    "pricing": {
      "currency": "USD",
      "market": 29.23,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 29.23
        },
        {
          "condition": "LP",
          "price": 24.28
        },
        {
          "condition": "MP",
          "price": 18.1
        },
        {
          "condition": "DMG",
          "price": 9.99
        }
      ],
      "graded": [
        {
          "company": "ACE",
          "grade": "10",
          "value": 51.96,
          "low": 44.17,
          "high": 59.75,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "ACE",
          "grade": "9",
          "value": 23.63,
          "low": 20.09,
          "high": 27.17,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 260,
          "low": 255,
          "high": 267.5,
          "confidence": "med",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 89.99,
          "low": 89.99,
          "high": 97.49,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "TAG",
          "grade": "7.5",
          "value": 26,
          "low": 22.1,
          "high": 29.9,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-21T02:57:46.786Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0.24
      }
    }
  }
}