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

← Crimson Invasion
Mismagius

Mismagius

Rare #40 Pokémon Stage 1 HP 110
Types
Psychic
Illustrator
chibi
Expansion
Crimson Invasion · Sun & Moon
Language
English
TCGplayer
149063

Attacks

Chaos Wheel 30
Psychic

Your opponent can't play any Pokémon Tool, Special Energy, or Stadium cards from their hand during their next turn.

Dark Arts 20
Psychic · Colorless · Colorless

This attack does 20 damage for each card in your opponent's hand.

GET /api/v1/pokemon/cards/sm4-40?include=prices 200 17ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "sm4-40",
    "name": "Mismagius",
    "number": "40",
    "printed_number": "40",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm4/40.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm4/40.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm4/40.large.webp"
      }
    ],
    "expansion": {
      "id": "sm4",
      "name": "Crimson Invasion",
      "total": 126,
      "language": "English",
      "language_code": "en",
      "series": "Sun & Moon",
      "code": "CIN",
      "printed_total": 111,
      "release_date": "2017/11/03",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/sm4.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/sm4.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "149063",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm4/40.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm4/40.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm4/40.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 1"
    ],
    "types": [
      "Psychic"
    ],
    "hp": "110",
    "attacks": [
      {
        "cost": [
          "Psychic"
        ],
        "converted_energy_cost": 1,
        "name": "Chaos Wheel",
        "text": "Your opponent can't play any Pokémon Tool, Special Energy, or Stadium cards from their hand during their next turn.",
        "damage": "30"
      },
      {
        "cost": [
          "Psychic",
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Dark Arts",
        "text": "This attack does 20 damage for each card in your opponent's hand.",
        "damage": "20"
      }
    ],
    "weaknesses": [
      {
        "type": "Darkness",
        "value": "×2"
      }
    ],
    "resistances": [
      {
        "type": "Fighting",
        "value": "-20"
      }
    ],
    "rarity": "Rare",
    "artist": "chibi",
    "pricing": {
      "currency": "USD",
      "market": 0.4,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.4
        },
        {
          "condition": "LP",
          "price": 0.29
        },
        {
          "condition": "MP",
          "price": 0.18
        },
        {
          "condition": "HP",
          "price": 0.25
        },
        {
          "condition": "DMG",
          "price": 0.34
        }
      ],
      "graded": [],
      "market_updated_at": "2026-09-21T03:58:38.868Z",
      "trend_7d": {
        "direction": "up",
        "percent": 5.26
      }
    }
  }
}