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

← Shadow of Glory
Misdreavus

Misdreavus

Common #030/066 Pokémon Basic HP 60
Types
Psychic
Illustrator
HYOGONOSUKE
Expansion
Shadow of Glory · Sword & Shield
Language
Chinese
TCGplayer

Attacks

Confuse Ray 10
Colorless

Flip a coin. If heads, your opponent's Active Pokémon is now Confused.

GET /api/v1/pokemon/cards/sog-030?include=prices 200 49ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "sog-030",
    "name": "Misdreavus",
    "number": "030/066",
    "printed_number": "030/066",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sog-030.large.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sog-030.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sog-030.large.webp"
      }
    ],
    "expansion": {
      "id": "sog",
      "name": "Shadow of Glory",
      "total": 89,
      "language": "Chinese",
      "language_code": "zh",
      "series": "Sword & Shield",
      "printed_total": 89,
      "release_date": "2024/08/02",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/sog.logo.png",
      "translation": {
        "en": {
          "name": "Shadow of Glory"
        }
      }
    },
    "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/sog-030.large.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sog-030.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sog-030.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Psychic"
    ],
    "hp": "60",
    "attacks": [
      {
        "cost": [
          "Colorless"
        ],
        "converted_energy_cost": 1,
        "name": "Confuse Ray",
        "text": "Flip a coin. If heads, your opponent's Active Pokémon is now Confused.",
        "damage": "10"
      }
    ],
    "weaknesses": [
      {
        "type": "Darkness",
        "value": "×2"
      }
    ],
    "resistances": [
      {
        "type": "Fighting",
        "value": "-30"
      }
    ],
    "rarity": "Common",
    "artist": "HYOGONOSUKE",
    "pricing": {
      "currency": "USD",
      "market": null,
      "is_stale": false,
      "conditions": [],
      "graded": [],
      "market_updated_at": "2026-07-29T02:31:22.878Z"
    }
  }
}