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

← Shrouded Fable
Kyurem

Kyurem

Uncommon #47 Pokémon Basic HP 130
Types
Dragon
Illustrator
Shiburingaru
Expansion
Shrouded Fable · Scarlet & Violet
Language
English
TCGplayer
560358

Attacks

Trifrost
Water · Water · Metal · Metal · Colorless

Discard all Energy from this Pokémon. This attack does 110 damage to 3 of your opponent's Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)

GET /api/v1/pokemon/cards/sv6pt5-47vrh?include=prices 200 20ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "sv6pt5-47vrh",
    "name": "Kyurem",
    "number": "47",
    "printed_number": "47",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv6pt5/47vrh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv6pt5/47vrh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv6pt5/47vrh.large.webp"
      }
    ],
    "expansion": {
      "id": "sv6pt5",
      "name": "Shrouded Fable",
      "total": 99,
      "language": "English",
      "language_code": "en",
      "series": "Scarlet & Violet",
      "code": "SFA",
      "printed_total": 64,
      "release_date": "2024/08/02",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/sv6pt5.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/sv6pt5.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "560358",
    "variants": [
      {
        "name": "reverseHolofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv6pt5/47vrh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv6pt5/47vrh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv6pt5/47vrh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Dragon"
    ],
    "hp": "130",
    "abilities": [
      {
        "name": "Plasma Bane",
        "text": "If your opponent has any cards in their discard pile that have \"Colress\" in the name, this Pokémon can use the Trifrost attack for Colorless.",
        "type": "Ability"
      }
    ],
    "attacks": [
      {
        "cost": [
          "Water",
          "Water",
          "Metal",
          "Metal",
          "Colorless"
        ],
        "converted_energy_cost": 5,
        "name": "Trifrost",
        "text": "Discard all Energy from this Pokémon. This attack does 110 damage to 3 of your opponent's Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)"
      }
    ],
    "rarity": "Uncommon",
    "artist": "Shiburingaru",
    "pricing": {
      "currency": "USD",
      "market": 0.33,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.33
        },
        {
          "condition": "LP",
          "price": 0.27
        },
        {
          "condition": "MP",
          "price": 0.12
        },
        {
          "condition": "DMG",
          "price": 0.1
        }
      ],
      "graded": [
        {
          "company": "PSA",
          "grade": "10",
          "value": 35,
          "low": 29.75,
          "high": 40.25,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 11.57,
          "low": 11.17,
          "high": 11.98,
          "confidence": "med",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-21T02:55:18.783Z",
      "trend_7d": {
        "direction": "up",
        "percent": 6.45
      }
    }
  }
}