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

← Undone Seal
Sunny Castform

Sunny Castform

Rare #19 Pokémon Basic HP 70
Types
Fire
Illustrator
Sumiyoshi Kizuki
Expansion
Undone Seal · ADV
Language
Japanese
TCGplayer
612519

Attacks

Sunshine
Fire

Search your discard pile for a Stadium card, show it to your opponent, and put it into your hand.

Sunburn 40
Fire · Colorless · Colorless

If High Pressure System is in play, the Defending Pokémon is now Burned.

GET /api/v1/pokemon/cards/adv5_ja-19?include=prices 200 14ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "adv5_ja-19",
    "name": "Sunny Castform",
    "number": "19",
    "printed_number": "19",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/adv5_ja/19.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/adv5_ja/19.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/adv5_ja/19.large.webp"
      }
    ],
    "expansion": {
      "id": "adv5_ja",
      "name": "Undone Seal",
      "total": 83,
      "language": "Japanese",
      "language_code": "ja",
      "series": "ADV",
      "printed_total": 83,
      "release_date": "2004/01/16",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/adv5_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/adv5_ja.symbol.png",
      "translation": {
        "en": {
          "name": "Undone Seal"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": "612519",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/adv5_ja/19.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/adv5_ja/19.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/adv5_ja/19.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Fire"
    ],
    "hp": "70",
    "abilities": [
      {
        "name": "Temperamental Weather",
        "text": "Once during your turn (before your attack), you may search your deck for Castform, Rain Castform, or Snow-cloud Castform and switch it with Sunny Castform. (Any cards attached to Sunny Castform, damage counters, Special Conditions, and effects on it are now on the new Pokémon.) Shuffle Sunny Castform back into your deck. You can't use more than 1 Temperamental Weather Poké-Power each turn.",
        "type": "Poké-Power"
      }
    ],
    "attacks": [
      {
        "cost": [
          "Fire"
        ],
        "converted_energy_cost": 1,
        "name": "Sunshine",
        "text": "Search your discard pile for a Stadium card, show it to your opponent, and put it into your hand."
      },
      {
        "cost": [
          "Fire",
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Sunburn",
        "text": "If High Pressure System is in play, the Defending Pokémon is now Burned.",
        "damage": "40"
      }
    ],
    "weaknesses": [
      {
        "type": "Water",
        "value": "×2"
      }
    ],
    "rarity": "Rare",
    "artist": "Sumiyoshi Kizuki",
    "pricing": {
      "currency": "USD",
      "market": 7.49,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 7.49
        },
        {
          "condition": "HP",
          "price": 5
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "10",
          "value": 36.56,
          "low": 31.08,
          "high": 42.04,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 63.74,
          "low": 54.18,
          "high": 73.3,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-07-16T03:57:04.594Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}