Powered live by GET /api/v1/pokemon/… — the same public API documented in API Docs. Search supports the full q syntax.

← Gem Pack Vol. 3
Mismagius

Mismagius

Common #0902/07 Pokémon Stage 1 HP 90
Types
Psychic
Illustrator
Atsushi Furusawa
Expansion
Gem Pack Vol. 3 · Scarlet & Violet
Language
Chinese
TCGplayer

Attacks

Psychic Sphere 60
Colorless · Colorless
GET /api/v1/pokemon/cards/gem3-0902?include=prices 200 34ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "gem3-0902",
    "name": "Mismagius",
    "number": "0902/07",
    "printed_number": "0902/07",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/gem3-0902.large.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/gem3-0902.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/gem3-0902.large.webp"
      }
    ],
    "expansion": {
      "id": "gem3",
      "name": "Gem Pack Vol. 3",
      "total": 136,
      "language": "Chinese",
      "language_code": "zh",
      "series": "Scarlet & Violet",
      "printed_total": 136,
      "release_date": "2025/09/26",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/gem3.logo.png",
      "translation": {
        "en": {
          "name": "Gem Pack Vol. 3"
        }
      }
    },
    "language": "Chinese",
    "language_code": "zh",
    "tcgplayer_id": null,
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/gem3-0902.large.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/gem3-0902.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/gem3-0902.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 1"
    ],
    "types": [
      "Psychic"
    ],
    "hp": "90",
    "attacks": [
      {
        "cost": [
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 2,
        "name": "Psychic Sphere",
        "damage": "60"
      }
    ],
    "weaknesses": [
      {
        "type": "Darkness",
        "value": "×2"
      }
    ],
    "resistances": [
      {
        "type": "Fighting",
        "value": "-30"
      }
    ],
    "rarity": "Common",
    "artist": "Atsushi Furusawa",
    "pricing": {
      "currency": "USD",
      "market": 1.49,
      "is_stale": false,
      "conditions": [],
      "graded": [],
      "market_updated_at": "2026-07-29T11:45:57.478Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}