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

← Emerald
Minun

Minun

Uncommon #37 Pokémon Basic HP 60
Types
Lightning
Illustrator
Naoyo Kimura
Expansion
Emerald · EX
Language
English
TCGplayer
87485

Attacks

Quick Attack 20
Colorless · Colorless

Flip a coin. If heads, this attack does 20 damage plus 20 more damage.

GET /api/v1/pokemon/cards/ex9-37?include=prices 200 18ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "ex9-37",
    "name": "Minun",
    "number": "37",
    "printed_number": "37",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ex9/37.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ex9/37.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ex9/37.large.webp"
      }
    ],
    "expansion": {
      "id": "ex9",
      "name": "Emerald",
      "total": 107,
      "language": "English",
      "language_code": "en",
      "series": "EX",
      "code": "EM",
      "printed_total": 106,
      "release_date": "2005/05/01",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/ex9.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/ex9.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "87485",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ex9/37.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ex9/37.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ex9/37.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Lightning"
    ],
    "hp": "60",
    "abilities": [
      {
        "name": "Electro-guard",
        "text": "As long Minun has any Lightning Energy attached to it, Minun has no Weakness.",
        "type": "Poké-Body"
      }
    ],
    "attacks": [
      {
        "cost": [
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 2,
        "name": "Quick Attack",
        "text": "Flip a coin. If heads, this attack does 20 damage plus 20 more damage.",
        "damage": "20"
      }
    ],
    "weaknesses": [
      {
        "type": "Fighting",
        "value": "×2"
      }
    ],
    "resistances": [
      {
        "type": "Metal",
        "value": "-30"
      }
    ],
    "rarity": "Uncommon",
    "artist": "Naoyo Kimura",
    "pricing": {
      "currency": "USD",
      "market": 6.65,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 6.65
        },
        {
          "condition": "LP",
          "price": 4.27
        },
        {
          "condition": "MP",
          "price": 4.55
        },
        {
          "condition": "HP",
          "price": 2.77
        },
        {
          "condition": "DMG",
          "price": 2.53
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "10",
          "value": 15,
          "low": 12.75,
          "high": 17.25,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "7.5",
          "value": 29,
          "low": 24.65,
          "high": 33.35,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "8",
          "value": 17,
          "low": 14.45,
          "high": 19.55,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "9",
          "value": 2,
          "low": 1.7,
          "high": 2.3,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "8",
          "value": 23,
          "low": 16,
          "high": 23,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 75,
          "low": 63.75,
          "high": 86.25,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-21T02:15:03.020Z",
      "trend_7d": {
        "direction": "up",
        "percent": 0.61
      }
    }
  }
}