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

← Unified Minds
Cresselia

Cresselia

Uncommon #87 Pokémon Basic HP 130
Types
Psychic
Illustrator
Megumi Mizutani
Expansion
Unified Minds · Sun & Moon
Language
English
TCGplayer
195019

Attacks

Aurora Gain 60
Psychic · Colorless · Colorless

Heal 30 damage from this Pokémon.

Luminous Blade 130
Psychic · Psychic · Colorless · Colorless

Discard a Psychic Energy from this Pokémon.

GET /api/v1/pokemon/cards/sm11-87?include=prices 200 16ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "sm11-87",
    "name": "Cresselia",
    "number": "87",
    "printed_number": "87",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm11/87.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm11/87.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm11/87.large.webp"
      }
    ],
    "expansion": {
      "id": "sm11",
      "name": "Unified Minds",
      "total": 261,
      "language": "English",
      "language_code": "en",
      "series": "Sun & Moon",
      "code": "UNM",
      "printed_total": 236,
      "release_date": "2019/08/02",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/sm11.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/sm11.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "195019",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm11/87.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm11/87.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm11/87.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Psychic"
    ],
    "hp": "130",
    "attacks": [
      {
        "cost": [
          "Psychic",
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Aurora Gain",
        "text": "Heal 30 damage from this Pokémon.",
        "damage": "60"
      },
      {
        "cost": [
          "Psychic",
          "Psychic",
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 4,
        "name": "Luminous Blade",
        "text": "Discard a Psychic Energy from this Pokémon.",
        "damage": "130"
      }
    ],
    "weaknesses": [
      {
        "type": "Psychic",
        "value": "×2"
      }
    ],
    "rarity": "Uncommon",
    "artist": "Megumi Mizutani",
    "pricing": {
      "currency": "USD",
      "market": 0.25,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.25
        },
        {
          "condition": "LP",
          "price": 0.24
        },
        {
          "condition": "MP",
          "price": 0.06
        }
      ],
      "graded": [],
      "market_updated_at": "2026-09-21T02:35:58.618Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}