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

← Dark Explorers
Minun

Minun

Common #40 Pokémon Basic HP 60
Types
Lightning
Illustrator
Naoki Saito
Expansion
Dark Explorers · Black & White
Language
English
TCGplayer
87493

Attacks

Negative Ion
Colorless

During your opponent's next turn, any damage done by attacks from the Defending Pokémon is reduced by 30 (before applying Weakness and Resistance).

Electrishower
Lightning

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

GET /api/v1/pokemon/cards/bw5-40?include=prices 200 17ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "bw5-40",
    "name": "Minun",
    "number": "40",
    "printed_number": "40",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw5/40.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw5/40.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw5/40.large.webp"
      }
    ],
    "expansion": {
      "id": "bw5",
      "name": "Dark Explorers",
      "total": 111,
      "language": "English",
      "language_code": "en",
      "series": "Black & White",
      "code": "DEX",
      "printed_total": 108,
      "release_date": "2012/05/09",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/bw5.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/bw5.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "87493",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw5/40.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw5/40.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw5/40.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Lightning"
    ],
    "hp": "60",
    "attacks": [
      {
        "cost": [
          "Colorless"
        ],
        "converted_energy_cost": 1,
        "name": "Negative Ion",
        "text": "During your opponent's next turn, any damage done by attacks from the Defending Pokémon is reduced by 30 (before applying Weakness and Resistance)."
      },
      {
        "cost": [
          "Lightning"
        ],
        "converted_energy_cost": 1,
        "name": "Electrishower",
        "text": "This attack does 10 damage to each of your opponent's Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)"
      }
    ],
    "weaknesses": [
      {
        "type": "Fighting",
        "value": "×2"
      }
    ],
    "rarity": "Common",
    "artist": "Naoki Saito",
    "pricing": {
      "currency": "USD",
      "market": 6.95,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 6.95
        },
        {
          "condition": "LP",
          "price": 4.89
        },
        {
          "condition": "MP",
          "price": 3.09
        },
        {
          "condition": "HP",
          "price": 1.55
        },
        {
          "condition": "DMG",
          "price": 3.57
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "8.5",
          "value": 20,
          "low": 17,
          "high": 23,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "7",
          "value": 15,
          "low": 12.75,
          "high": 17.25,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 35,
          "low": 35,
          "high": 35,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        }
      ],
      "market_updated_at": "2026-09-22T02:25:34.444Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0.29
      }
    }
  }
}