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

← Rising Rivals
Mismagius GL

Mismagius GL

Rare Holo #10 Pokémon BasicSP HP 80
Types
Psychic
Illustrator
Naoyo Kimura
Expansion
Rising Rivals · Platinum
Language
English
TCGplayer
87521

Attacks

Psychic Removal 10
Psychic

Flip 2 coins. If both of them are heads, discard all Energy attached to the Defending Pokémon.

Grudge 20
Psychic · Colorless

Does 20 damage plus 10 more damage for each Prize card your opponent has taken.

GET /api/v1/pokemon/cards/pl2-10vrh?include=prices 200 17ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "pl2-10vrh",
    "name": "Mismagius GL",
    "number": "10",
    "printed_number": "10",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pl2/10vrh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pl2/10vrh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pl2/10vrh.large.webp"
      }
    ],
    "expansion": {
      "id": "pl2",
      "name": "Rising Rivals",
      "total": 120,
      "language": "English",
      "language_code": "en",
      "series": "Platinum",
      "code": "RR",
      "printed_total": 111,
      "release_date": "2009/05/16",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/pl2.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/pl2.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "87521",
    "variants": [
      {
        "name": "reverseHolofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pl2/10vrh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pl2/10vrh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pl2/10vrh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic",
      "SP"
    ],
    "types": [
      "Psychic"
    ],
    "hp": "80",
    "attacks": [
      {
        "cost": [
          "Psychic"
        ],
        "converted_energy_cost": 1,
        "name": "Psychic Removal",
        "text": "Flip 2 coins. If both of them are heads, discard all Energy attached to the Defending Pokémon.",
        "damage": "10"
      },
      {
        "cost": [
          "Psychic",
          "Colorless"
        ],
        "converted_energy_cost": 2,
        "name": "Grudge",
        "text": "Does 20 damage plus 10 more damage for each Prize card your opponent has taken.",
        "damage": "20"
      }
    ],
    "weaknesses": [
      {
        "type": "Darkness",
        "value": "×2"
      }
    ],
    "resistances": [
      {
        "type": "Colorless",
        "value": "-20"
      }
    ],
    "rarity": "Rare Holo",
    "artist": "Naoyo Kimura",
    "pricing": {
      "currency": "USD",
      "market": 8.96,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 8.96
        },
        {
          "condition": "LP",
          "price": 7.87
        },
        {
          "condition": "MP",
          "price": 5.85
        },
        {
          "condition": "HP",
          "price": 3.9
        },
        {
          "condition": "DMG",
          "price": 1.34
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "10",
          "value": 100,
          "low": 85,
          "high": 115,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "8",
          "value": 22,
          "low": 18.7,
          "high": 25.3,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "8.5",
          "value": 26,
          "low": 22.1,
          "high": 29.9,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "9",
          "value": 34.99,
          "low": 29.74,
          "high": 40.24,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "8",
          "value": 18,
          "low": 15.3,
          "high": 20.7,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 28,
          "low": 23.8,
          "high": 32.2,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-08-14T03:23:56.049Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}