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

← Platinum
Mismagius

Mismagius

Uncommon #55 Pokémon Stage 1 HP 90
Types
Psychic
Illustrator
Kagemaru Himeno
Expansion
Platinum · Platinum
Language
English
TCGplayer
87516

Attacks

Upper Hand 30
Psychic

Choose 1 of the Defending Pokémon's attacks. That Pokémon can't use that attack during your opponent's next turn.

Psybeam 60
Psychic · Colorless · Colorless

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

GET /api/v1/pokemon/cards/pl1-55?include=prices 200 16ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "pl1-55",
    "name": "Mismagius",
    "number": "55",
    "printed_number": "55",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pl1/55.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pl1/55.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pl1/55.large.webp"
      }
    ],
    "expansion": {
      "id": "pl1",
      "name": "Platinum",
      "total": 133,
      "language": "English",
      "language_code": "en",
      "series": "Platinum",
      "code": "PL",
      "printed_total": 127,
      "release_date": "2009/02/11",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/pl1.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/pl1.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "87516",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pl1/55.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pl1/55.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pl1/55.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 1"
    ],
    "types": [
      "Psychic"
    ],
    "hp": "90",
    "attacks": [
      {
        "cost": [
          "Psychic"
        ],
        "converted_energy_cost": 1,
        "name": "Upper Hand",
        "text": "Choose 1 of the Defending Pokémon's attacks. That Pokémon can't use that attack during your opponent's next turn.",
        "damage": "30"
      },
      {
        "cost": [
          "Psychic",
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Psybeam",
        "text": "Flip a coin. If heads, the Defending Pokémon is now Confused.",
        "damage": "60"
      }
    ],
    "weaknesses": [
      {
        "type": "Darkness",
        "value": "+20"
      }
    ],
    "resistances": [
      {
        "type": "Colorless",
        "value": "-20"
      }
    ],
    "rarity": "Uncommon",
    "artist": "Kagemaru Himeno",
    "pricing": {
      "currency": "USD",
      "market": 0.6,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.6
        },
        {
          "condition": "LP",
          "price": 0.47
        },
        {
          "condition": "MP",
          "price": 0.4
        },
        {
          "condition": "HP",
          "price": 0.29
        },
        {
          "condition": "DMG",
          "price": 0.37
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "8",
          "value": 4,
          "low": 3.4,
          "high": 4.6,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "8.5",
          "value": 5.5,
          "low": 4.68,
          "high": 6.32,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "9",
          "value": 12.5,
          "low": 10.63,
          "high": 14.37,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "8",
          "value": 8.5,
          "low": 7.23,
          "high": 9.77,
          "confidence": "med",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-21T02:59:05.959Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}