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

← Islands Await You
Blissey

Blissey

Rare #43 Pokémon Stage 1 HP 160
Types
Colorless
Illustrator
Hideki Ishikawa
Expansion
Islands Await You · Sun & Moon
Language
Japanese
TCGplayer
574484

Attacks

Double-Edge 160
Colorless · Colorless · Colorless · Colorless

This Pokémon does 80 damage to itself.

GET /api/v1/pokemon/cards/sm2k_ja-43vh?include=prices 200 15ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "sm2k_ja-43vh",
    "name": "Blissey",
    "number": "43",
    "printed_number": "43",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm2k_ja/43vh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm2k_ja/43vh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm2k_ja/43vh.large.webp"
      }
    ],
    "expansion": {
      "id": "sm2k_ja",
      "name": "Islands Await You",
      "total": 62,
      "language": "Japanese",
      "language_code": "ja",
      "series": "Sun & Moon",
      "code": "SM2K",
      "printed_total": 50,
      "release_date": "2017/03/17",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/sm2k_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/sm2k_ja.symbol.png",
      "translation": {
        "en": {
          "name": "Islands Await You"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": "574484",
    "variants": [
      {
        "name": "holofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm2k_ja/43vh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm2k_ja/43vh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm2k_ja/43vh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 1"
    ],
    "types": [
      "Colorless"
    ],
    "hp": "160",
    "abilities": [
      {
        "name": "Fresh Egg",
        "text": "When you play this Pokémon from your hand to evolve 1 of your Pokémon during your turn, you may heal 80 damage from your Active Pokémon.",
        "type": "Ability"
      }
    ],
    "attacks": [
      {
        "cost": [
          "Colorless",
          "Colorless",
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 4,
        "name": "Double-Edge",
        "text": "This Pokémon does 80 damage to itself.",
        "damage": "160"
      }
    ],
    "weaknesses": [
      {
        "type": "Fighting",
        "value": "×2"
      }
    ],
    "rarity": "Rare",
    "artist": "Hideki Ishikawa",
    "pricing": {
      "currency": "USD",
      "market": 2.68,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 2.68
        }
      ],
      "graded": [
        {
          "company": "PSA",
          "grade": "10",
          "value": 23.06,
          "low": 23.06,
          "high": 104.99,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-22T04:00:31.046Z",
      "trend_7d": {
        "direction": "up",
        "percent": 3.08
      }
    }
  }
}