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

← Shining Legends
Minun

Minun

usually #35 Pokémon Basic HP 70
Types
Lightning
Illustrator
nagimiso
Expansion
Shining Legends · Sun & Moon
Language
Japanese
TCGplayer
573949

Attacks

Collect
Colorless

Draw a card.

Spark 20
Lightning

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

GET /api/v1/pokemon/cards/sm3p_ja-35?include=prices 200 16ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "sm3p_ja-35",
    "name": "Minun",
    "number": "35",
    "printed_number": "35",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm3p_ja/35.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm3p_ja/35.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm3p_ja/35.large.webp"
      }
    ],
    "expansion": {
      "id": "sm3p_ja",
      "name": "Shining Legends",
      "total": 82,
      "language": "Japanese",
      "language_code": "ja",
      "series": "Sun & Moon",
      "code": "SM3+",
      "printed_total": 72,
      "release_date": "2017/07/15",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/sm3p_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/sm3p_ja.symbol.png",
      "translation": {
        "en": {
          "name": "Shining Legends"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": "573949",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm3p_ja/35.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm3p_ja/35.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm3p_ja/35.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Lightning"
    ],
    "hp": "70",
    "attacks": [
      {
        "cost": [
          "Colorless"
        ],
        "converted_energy_cost": 1,
        "name": "Collect",
        "text": "Draw a card."
      },
      {
        "cost": [
          "Lightning"
        ],
        "converted_energy_cost": 1,
        "name": "Spark",
        "text": "This attack does 20 damage to 1 of your opponent's Benched Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)",
        "damage": "20"
      }
    ],
    "weaknesses": [
      {
        "type": "Fighting",
        "value": "×2"
      }
    ],
    "resistances": [
      {
        "type": "Metal",
        "value": "-20"
      }
    ],
    "rarity": "usually",
    "artist": "nagimiso",
    "pricing": {
      "currency": "USD",
      "market": 4.02,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 4.02
        }
      ],
      "graded": [
        {
          "company": "PSA",
          "grade": "10",
          "value": 288.2,
          "low": 267.24,
          "high": 309.16,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 2
        }
      ],
      "market_updated_at": "2026-09-22T02:30:52.973Z",
      "trend_7d": {
        "direction": "up",
        "percent": 518.46
      }
    }
  }
}