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

← ADV Promos
Minun

Minun

Promo #50 Pokémon Basic
Types
Lightning
Illustrator
Kagemaru Himeno
Expansion
ADV Promos · ADV
Language
Japanese
TCGplayer

Attacks

Minus Energy 10
Colorless

Flip a coin. If heads, choose 1 Energy attached to the Defending Pokémon. Your opponent returns that card to his or her hand.

Thundershock 20
Lightning · Colorless

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

GET /api/v1/pokemon/cards/advp_ja-50vh?include=prices 200 19ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "advp_ja-50vh",
    "name": "Minun",
    "number": "50",
    "printed_number": "50",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/advp_ja/50vh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/advp_ja/50vh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/advp_ja/50vh.large.webp"
      }
    ],
    "expansion": {
      "id": "advp_ja",
      "name": "ADV Promos",
      "total": 63,
      "language": "Japanese",
      "language_code": "ja",
      "series": "ADV",
      "printed_total": 63,
      "release_date": "2003/01/01",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/advp_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/advp_ja.symbol.png",
      "translation": {
        "en": {
          "name": "ADV Promos"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": null,
    "variants": [
      {
        "name": "holofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/advp_ja/50vh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/advp_ja/50vh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/advp_ja/50vh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Lightning"
    ],
    "attacks": [
      {
        "cost": [
          "Colorless"
        ],
        "converted_energy_cost": 1,
        "name": "Minus Energy",
        "text": "Flip a coin. If heads, choose 1 Energy attached to the Defending Pokémon. Your opponent returns that card to his or her hand.",
        "damage": "10"
      },
      {
        "cost": [
          "Lightning",
          "Colorless"
        ],
        "converted_energy_cost": 2,
        "name": "Thundershock",
        "text": "Flip a coin. If heads, the Defending Pokémon is now Paralyzed.",
        "damage": "20"
      }
    ],
    "rarity": "Promo",
    "artist": "Kagemaru Himeno",
    "pricing": {
      "currency": "USD",
      "market": 59.8,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 59.8
        },
        {
          "condition": "DMG",
          "price": 8
        }
      ],
      "graded": [
        {
          "company": "ACE",
          "grade": "9",
          "value": 28.21,
          "low": 23.98,
          "high": 32.44,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "BGS",
          "grade": "9.5",
          "value": 41.1,
          "low": 34.94,
          "high": 47.27,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "8.5",
          "value": 46.5,
          "low": 39.53,
          "high": 53.47,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 302.5,
          "low": 257.13,
          "high": 347.88,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-03T03:27:53.144Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}