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

← Unbroken Bonds
Mismagius

Mismagius

Rare #78 Pokémon Stage 1 HP 110
Types
Psychic
Illustrator
sui
Expansion
Unbroken Bonds · Sun & Moon
Language
English
TCGplayer
189178

Attacks

Hypnoblast 70
Psychic · Colorless · Colorless

Your opponent's Active Pokémon is now Asleep.

GET /api/v1/pokemon/cards/sm10-78vrh?include=prices 200 17ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "sm10-78vrh",
    "name": "Mismagius",
    "number": "78",
    "printed_number": "78",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm10/78vrh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm10/78vrh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm10/78vrh.large.webp"
      }
    ],
    "expansion": {
      "id": "sm10",
      "name": "Unbroken Bonds",
      "total": 238,
      "language": "English",
      "language_code": "en",
      "series": "Sun & Moon",
      "code": "UNB",
      "printed_total": 214,
      "release_date": "2019/05/03",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/sm10.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/sm10.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "189178",
    "variants": [
      {
        "name": "reverseHolofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm10/78vrh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm10/78vrh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm10/78vrh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 1"
    ],
    "types": [
      "Psychic"
    ],
    "hp": "110",
    "abilities": [
      {
        "name": "Mysterious Message",
        "text": "Once during your turn (before your attack), you may draw cards until you have 7 cards in your hand. If you drew any cards in this way, this Pokémon is Knocked Out.",
        "type": "Ability"
      }
    ],
    "attacks": [
      {
        "cost": [
          "Psychic",
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Hypnoblast",
        "text": "Your opponent's Active Pokémon is now Asleep.",
        "damage": "70"
      }
    ],
    "weaknesses": [
      {
        "type": "Darkness",
        "value": "×2"
      }
    ],
    "resistances": [
      {
        "type": "Fighting",
        "value": "-20"
      }
    ],
    "rarity": "Rare",
    "artist": "sui",
    "pricing": {
      "currency": "USD",
      "market": 0.92,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.92
        },
        {
          "condition": "HP",
          "price": 0.69
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "8.5",
          "value": 6,
          "low": 5.1,
          "high": 6.9,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 39.97,
          "low": 33.97,
          "high": 45.97,
          "confidence": "med",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-22T02:23:44.093Z",
      "trend_7d": {
        "direction": "down",
        "percent": -1.08
      }
    }
  }
}