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

← Skyscraping Perfection
Cresselia

Cresselia

Ultra Rare #87 Pokémon Basic HP 120
Types
Psychic
Illustrator
Toyste Beach
Expansion
Skyscraping Perfection · Sword & Shield
Language
Japanese
TCGplayer
569410
GET /api/v1/pokemon/cards/swsh7d_ja-87vh?include=prices 200 20ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "swsh7d_ja-87vh",
    "name": "Cresselia",
    "number": "87",
    "printed_number": "87",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh7d_ja/87vh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh7d_ja/87vh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh7d_ja/87vh.large.webp"
      }
    ],
    "expansion": {
      "id": "swsh7d_ja",
      "name": "Skyscraping Perfection",
      "total": 90,
      "language": "Japanese",
      "language_code": "ja",
      "series": "Sword & Shield",
      "code": "S7D",
      "printed_total": 67,
      "release_date": "2021/07/09",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/swsh7d_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/swsh7d_ja.symbol.png",
      "translation": {
        "en": {
          "name": "Skyscraping Perfection"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": "569410",
    "variants": [
      {
        "name": "holofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh7d_ja/87vh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh7d_ja/87vh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh7d_ja/87vh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Psychic"
    ],
    "hp": "120",
    "weaknesses": [
      {
        "type": "Darkness",
        "value": "×2"
      }
    ],
    "resistances": [
      {
        "type": "Fighting",
        "value": "-30"
      }
    ],
    "rarity": "Ultra Rare",
    "artist": "Toyste Beach",
    "pricing": {
      "currency": "USD",
      "market": 16.56,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 16.56
        }
      ],
      "graded": [
        {
          "company": "ACE",
          "grade": "10",
          "value": 31.35,
          "low": 26.65,
          "high": 36.05,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "10",
          "value": 71.25,
          "low": 20,
          "high": 75,
          "confidence": "med",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 56.15,
          "low": 59.99,
          "high": 59.99,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        }
      ],
      "market_updated_at": "2026-09-21T12:35:19.212Z",
      "trend_7d": {
        "direction": "down",
        "percent": -2.19
      }
    }
  }
}