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

← Jet-Black Spirit
Cresselia

Cresselia

Rare #29 Pokémon Basic HP 120
Types
Psychic
Illustrator
Tika Matsuno
Expansion
Jet-Black Spirit · Sword & Shield
Language
Japanese
TCGplayer
569257

Attacks

Crescent Growth
Psychic

Search your deck for a Psychic Energy card and attach it to 1 of your Pokémon. If you go second, during your first turn, search your deck for up to 3 Psychic Energy cards instead and attach them to 1 of your Pokémon. Then, shuffle your deck.

Photon Laser 30+
Psychic · Psychic

If you have at least 5 Energy in play, this attack does 90 more damage.

GET /api/v1/pokemon/cards/swsh6k_ja-29vh?include=prices 200 17ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "swsh6k_ja-29vh",
    "name": "Cresselia",
    "number": "29",
    "printed_number": "29",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh6k_ja/29vh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh6k_ja/29vh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh6k_ja/29vh.large.webp"
      }
    ],
    "expansion": {
      "id": "swsh6k_ja",
      "name": "Jet-Black Spirit",
      "total": 95,
      "language": "Japanese",
      "language_code": "ja",
      "series": "Sword & Shield",
      "code": "S6K",
      "printed_total": 70,
      "release_date": "2021/04/23",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/swsh6k_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/swsh6k_ja.symbol.png",
      "translation": {
        "en": {
          "name": "Jet-Black Spirit"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": "569257",
    "variants": [
      {
        "name": "holofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh6k_ja/29vh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh6k_ja/29vh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh6k_ja/29vh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Psychic"
    ],
    "hp": "120",
    "attacks": [
      {
        "cost": [
          "Psychic"
        ],
        "converted_energy_cost": 1,
        "name": "Crescent Growth",
        "text": "Search your deck for a Psychic Energy card and attach it to 1 of your Pokémon. If you go second, during your first turn, search your deck for up to 3 Psychic Energy cards instead and attach them to 1 of your Pokémon. Then, shuffle your deck."
      },
      {
        "cost": [
          "Psychic",
          "Psychic"
        ],
        "converted_energy_cost": 2,
        "name": "Photon Laser",
        "text": "If you have at least 5 Energy in play, this attack does 90 more damage.",
        "damage": "30+"
      }
    ],
    "weaknesses": [
      {
        "type": "Darkness",
        "value": "×2"
      }
    ],
    "resistances": [
      {
        "type": "Fighting",
        "value": "-30"
      }
    ],
    "rarity": "Rare",
    "artist": "Tika Matsuno",
    "pricing": {
      "currency": "USD",
      "market": 0.56,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.56
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "10",
          "value": 6,
          "low": 5.1,
          "high": 6.9,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-21T03:38:29.143Z",
      "trend_7d": {
        "direction": "down",
        "percent": -13.85
      }
    }
  }
}