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

← Mask of Change
Blissey ex

Blissey ex

Double Rare #85 Pokémon Stage 1ex HP 300
Types
Colorless
Illustrator
Iwamoto05
Expansion
Mask of Change · Scarlet & Violet
Language
Japanese
TCGplayer

Attacks

Return 180
Colorless · Colorless · Colorless

You may draw cards until you have 6 cards in your hand.

GET /api/v1/pokemon/cards/sv6_ja-85vh?include=prices 200 17ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "sv6_ja-85vh",
    "name": "Blissey ex",
    "number": "85",
    "printed_number": "85",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv6_ja/85vh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv6_ja/85vh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv6_ja/85vh.large.webp"
      }
    ],
    "expansion": {
      "id": "sv6_ja",
      "name": "Mask of Change",
      "total": 133,
      "language": "Japanese",
      "language_code": "ja",
      "series": "Scarlet & Violet",
      "code": "SV6",
      "printed_total": 101,
      "release_date": "2024/04/26",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/sv6_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/sv6_ja.symbol.png",
      "translation": {
        "en": {
          "name": "Mask of Change"
        }
      }
    },
    "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/sv6_ja/85vh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv6_ja/85vh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv6_ja/85vh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 1",
      "ex"
    ],
    "types": [
      "Colorless"
    ],
    "hp": "300",
    "abilities": [
      {
        "name": "Happy Switch",
        "text": "Once during your turn, you may move a Basic Energy from 1 of your Pokémon to another of your Pokémon.",
        "type": "Ability"
      }
    ],
    "attacks": [
      {
        "cost": [
          "Colorless",
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Return",
        "text": "You may draw cards until you have 6 cards in your hand.",
        "damage": "180"
      }
    ],
    "weaknesses": [
      {
        "type": "Fighting",
        "value": "×2"
      }
    ],
    "rarity": "Double Rare",
    "artist": "Iwamoto05",
    "pricing": {
      "currency": "USD",
      "market": 0.98,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.98
        },
        {
          "condition": "LP",
          "price": 0.36
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "10",
          "value": 9,
          "low": 7.65,
          "high": 10.35,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "8.5",
          "value": 6,
          "low": 5.1,
          "high": 6.9,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 13,
          "low": 10,
          "high": 15,
          "confidence": "med",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-21T03:46:20.712Z",
      "trend_7d": {
        "direction": "down",
        "percent": -1.01
      }
    }
  }
}