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

← HS—Undaunted
Mismagius

Mismagius

Rare #19 Pokémon Stage 1 HP 80
Types
Psychic
Illustrator
Suwama Chiaki
Expansion
HS—Undaunted · HeartGold & SoulSilver
Language
English
TCGplayer
87518

Attacks

Sleeping Spell 30
Psychic

Flip a coin. If heads, the Defending Pokémon is now Asleep.

Poltergeist 30
Psychic · Colorless

Look at your opponent's hand. This attack does 30 damage times the number of Trainer, Supporter, and Stadium cards in your opponent's hand.]

GET /api/v1/pokemon/cards/hgss3-19?include=prices 200 17ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "hgss3-19",
    "name": "Mismagius",
    "number": "19",
    "printed_number": "19",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/hgss3/19.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/hgss3/19.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/hgss3/19.large.webp"
      }
    ],
    "expansion": {
      "id": "hgss3",
      "name": "HS—Undaunted",
      "total": 91,
      "language": "English",
      "language_code": "en",
      "series": "HeartGold & SoulSilver",
      "code": "UD",
      "printed_total": 90,
      "release_date": "2010/08/18",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/hgss3.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/hgss3.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "87518",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/hgss3/19.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/hgss3/19.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/hgss3/19.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 1"
    ],
    "types": [
      "Psychic"
    ],
    "hp": "80",
    "attacks": [
      {
        "cost": [
          "Psychic"
        ],
        "converted_energy_cost": 1,
        "name": "Sleeping Spell",
        "text": "Flip a coin. If heads, the Defending Pokémon is now Asleep.",
        "damage": "30"
      },
      {
        "cost": [
          "Psychic",
          "Colorless"
        ],
        "converted_energy_cost": 2,
        "name": "Poltergeist",
        "text": "Look at your opponent's hand. This attack does 30 damage times the number of Trainer, Supporter, and Stadium cards in your opponent's hand.]",
        "damage": "30"
      }
    ],
    "weaknesses": [
      {
        "type": "Darkness",
        "value": "×2"
      }
    ],
    "resistances": [
      {
        "type": "Colorless",
        "value": "-20"
      }
    ],
    "rarity": "Rare",
    "artist": "Suwama Chiaki",
    "pricing": {
      "currency": "USD",
      "market": 2.16,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 2.16
        },
        {
          "condition": "LP",
          "price": 0.73
        },
        {
          "condition": "MP",
          "price": 0.69
        },
        {
          "condition": "HP",
          "price": 0.63
        },
        {
          "condition": "DMG",
          "price": 1.03
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "8.5",
          "value": 11.26,
          "low": 4.25,
          "high": 4.25,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 14.11,
          "low": 11.99,
          "high": 16.23,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-22T03:48:06.184Z",
      "trend_7d": {
        "direction": "up",
        "percent": 0.93
      }
    }
  }
}