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

← Deoxys
Minun

Minun

Uncommon #41 Pokémon Basic HP 60
Types
Lightning
Illustrator
Hajime Kusajima
Expansion
Deoxys · EX
Language
English
TCGplayer
87484

Attacks

Sniff Out
Colorless

Put any 1 card from your discard pile into your hand.

Negative Spark
Lightning

Does 20 damage to each of your opponent's Pokémon that has any Poké-Bodies. Don't apply Weakness and Resistance.

GET /api/v1/pokemon/cards/ex8-41vrh?include=prices 200 18ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "ex8-41vrh",
    "name": "Minun",
    "number": "41",
    "printed_number": "41",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ex8/41vrh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ex8/41vrh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ex8/41vrh.large.webp"
      }
    ],
    "expansion": {
      "id": "ex8",
      "name": "Deoxys",
      "total": 108,
      "language": "English",
      "language_code": "en",
      "series": "EX",
      "code": "DX",
      "printed_total": 107,
      "release_date": "2005/02/01",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/ex8.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/ex8.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "87484",
    "variants": [
      {
        "name": "reverseHolofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ex8/41vrh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ex8/41vrh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ex8/41vrh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Lightning"
    ],
    "hp": "60",
    "attacks": [
      {
        "cost": [
          "Colorless"
        ],
        "converted_energy_cost": 1,
        "name": "Sniff Out",
        "text": "Put any 1 card from your discard pile into your hand."
      },
      {
        "cost": [
          "Lightning"
        ],
        "converted_energy_cost": 1,
        "name": "Negative Spark",
        "text": "Does 20 damage to each of your opponent's Pokémon that has any Poké-Bodies. Don't apply Weakness and Resistance."
      }
    ],
    "weaknesses": [
      {
        "type": "Fighting",
        "value": "×2"
      }
    ],
    "rarity": "Uncommon",
    "artist": "Hajime Kusajima",
    "pricing": {
      "currency": "USD",
      "market": 98,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 98
        },
        {
          "condition": "LP",
          "price": 81.32
        },
        {
          "condition": "MP",
          "price": 50
        },
        {
          "condition": "HP",
          "price": 38.85
        },
        {
          "condition": "DMG",
          "price": 21.12
        }
      ],
      "graded": [
        {
          "company": "BGS",
          "grade": "8",
          "value": 14,
          "low": 11.9,
          "high": 16.1,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "BGS",
          "grade": "9.5",
          "value": 21,
          "low": 17.85,
          "high": 24.15,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "10",
          "value": 140,
          "low": 119,
          "high": 161,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "8",
          "value": 14.5,
          "low": 11,
          "high": 30.81,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 1
        },
        {
          "company": "CGC",
          "grade": "9",
          "value": 28,
          "low": 23.8,
          "high": 32.2,
          "confidence": "med",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 235,
          "low": 199.75,
          "high": 270.25,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "7",
          "value": 18.5,
          "low": 15.73,
          "high": 21.28,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "8",
          "value": 27,
          "low": 27,
          "high": 275,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 1
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 334.99,
          "low": 500,
          "high": 500,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        }
      ],
      "market_updated_at": "2026-09-22T02:21:56.314Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}