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

← Diamond & Pearl Promos
Cresselia

Cresselia

Common #68 Pokémon Basic HP 70
Types
Psychic
Illustrator
Mitsuhiro Arita
Expansion
Diamond & Pearl Promos · Diamond & Pearl
Language
Japanese
TCGplayer

Attacks

Future Sight
Colorless

Look at the top 5 cards of either player's deck and put them back on top of that player's deck in any order.

Healing Light 40
Psychic · Psychic · Colorless

Remove 1 damage counter from each of your Pokémon.

GET /api/v1/pokemon/cards/dpp_ja-68vh?include=prices 200 16ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "dpp_ja-68vh",
    "name": "Cresselia",
    "number": "68",
    "printed_number": "68",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dpp_ja/68vh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dpp_ja/68vh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dpp_ja/68vh.large.webp"
      }
    ],
    "expansion": {
      "id": "dpp_ja",
      "name": "Diamond & Pearl Promos",
      "total": 127,
      "language": "Japanese",
      "language_code": "ja",
      "series": "Diamond & Pearl",
      "printed_total": 127,
      "release_date": "2006/12/01",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/dpp_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/dpp_ja.symbol.png",
      "translation": {
        "en": {
          "name": "Diamond & Pearl Promos"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": null,
    "variants": [
      {
        "name": "holofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dpp_ja/68vh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dpp_ja/68vh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dpp_ja/68vh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Psychic"
    ],
    "hp": "70",
    "attacks": [
      {
        "cost": [
          "Colorless"
        ],
        "converted_energy_cost": 1,
        "name": "Future Sight",
        "text": "Look at the top 5 cards of either player's deck and put them back on top of that player's deck in any order."
      },
      {
        "cost": [
          "Psychic",
          "Psychic",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Healing Light",
        "text": "Remove 1 damage counter from each of your Pokémon.",
        "damage": "40"
      }
    ],
    "weaknesses": [
      {
        "type": "Psychic",
        "value": "+20"
      }
    ],
    "rarity": "Common",
    "artist": "Mitsuhiro Arita",
    "pricing": {
      "currency": "USD",
      "market": 29.96,
      "is_stale": true,
      "conditions": [
        {
          "condition": "NM",
          "price": 29.96
        }
      ],
      "graded": [
        {
          "company": "PSA",
          "grade": "10",
          "value": 510,
          "low": 502.8,
          "high": 542.7,
          "confidence": "med",
          "value_kind": "sold",
          "sold_count": 3
        },
        {
          "company": "PSA",
          "grade": "5",
          "value": 24,
          "low": 20.4,
          "high": 27.6,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "6",
          "value": 56,
          "low": 56,
          "high": 56,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 34.91,
          "low": 29.67,
          "high": 40.15,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-08-31T03:27:26.354Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}