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

← Base Expansion Pack
Meganium

Meganium

Rare #70 Pokémon Stage 2
Types
Grass
Illustrator
Hajime Kusajima
Expansion
Base Expansion Pack · E-Card
Language
Japanese
TCGplayer
576019

Attacks

Poisonpowder 40
Grass · Grass · Colorless · Colorless

The Defending Pokémon is now Poisoned.

GET /api/v1/pokemon/cards/ecard1_ja-70?include=prices 200 17ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "ecard1_ja-70",
    "name": "Meganium",
    "number": "70",
    "printed_number": "70",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ecard1_ja/70.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ecard1_ja/70.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ecard1_ja/70.large.webp"
      }
    ],
    "expansion": {
      "id": "ecard1_ja",
      "name": "Base Expansion Pack",
      "total": 128,
      "language": "Japanese",
      "language_code": "ja",
      "series": "E-Card",
      "printed_total": 128,
      "release_date": "2001/12/01",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/ecard1_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/ecard1_ja.symbol.png",
      "translation": {
        "en": {
          "name": "Base Expansion Pack"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": "576019",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ecard1_ja/70.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ecard1_ja/70.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ecard1_ja/70.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 2"
    ],
    "types": [
      "Grass"
    ],
    "abilities": [
      {
        "name": "Soothing Aroma",
        "text": "Once during your turn (before your attack), you may flip a coin. If heads, remove 1 damage counter from each of your Pokémon that has any. This power can't be used if Meganium is affected by a Special Condition.",
        "type": "Poké-Power"
      }
    ],
    "attacks": [
      {
        "cost": [
          "Grass",
          "Grass",
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 4,
        "name": "Poisonpowder",
        "text": "The Defending Pokémon is now Poisoned.",
        "damage": "40"
      }
    ],
    "rarity": "Rare",
    "artist": "Hajime Kusajima",
    "pricing": {
      "currency": "USD",
      "market": 24.44,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 24.44
        },
        {
          "condition": "MP",
          "price": 15.99
        },
        {
          "condition": "DMG",
          "price": 5
        }
      ],
      "graded": [
        {
          "company": "PSA",
          "grade": "10",
          "value": 100,
          "low": 85,
          "high": 115,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 17,
          "low": 17,
          "high": 28,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-07-28T23:16:43.077Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}