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

← Cry from the Mysterious
Castform Sunny Form

Castform Sunny Form

Rare #404 Pokémon Basic HP 70
Types
Fire
Illustrator
Lee HyunJung
Expansion
Cry from the Mysterious · Diamond & Pearl
Language
Japanese
TCGplayer

Attacks

Ember 40
Fire · Colorless

Discard a Fire Energy attached to Castform Sunny Form.

GET /api/v1/pokemon/cards/dp5c_ja-404?include=prices 200 17ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "dp5c_ja-404",
    "name": "Castform Sunny Form",
    "number": "404",
    "printed_number": "404",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp5c_ja-404.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp5c_ja-404.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp5c_ja-404.large.webp"
      }
    ],
    "expansion": {
      "id": "dp5c_ja",
      "name": "Cry from the Mysterious",
      "total": 63,
      "language": "Japanese",
      "language_code": "ja",
      "series": "Diamond & Pearl",
      "code": "DP5",
      "printed_total": 63,
      "release_date": "2008/03/14",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/dp5c_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/dp5c_ja.symbol.png",
      "translation": {
        "en": {
          "name": "Cry from the Mysterious"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": null,
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp5c_ja-404.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp5c_ja-404.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp5c_ja-404.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Fire"
    ],
    "hp": "70",
    "abilities": [
      {
        "name": "Temperament",
        "text": "Once during your turn (before your attack), you may search your deck for any Castform and switch it with Castform Sunny Form. (Any cards attached to Castform Sunny Form, damage counters, Special Conditions, and effects on it are now on the new Pokémon.) Shuffle Castform Sunny Form back into your deck. You can't use more than 1 Temperament Poké-Power each turn.",
        "type": "Poké-Power"
      }
    ],
    "attacks": [
      {
        "cost": [
          "Fire",
          "Colorless"
        ],
        "converted_energy_cost": 2,
        "name": "Ember",
        "text": "Discard a Fire Energy attached to Castform Sunny Form.",
        "damage": "40"
      }
    ],
    "weaknesses": [
      {
        "type": "Water",
        "value": "+10"
      }
    ],
    "rarity": "Rare",
    "artist": "Lee HyunJung",
    "pricing": {
      "currency": "USD",
      "market": 2.08,
      "is_stale": false,
      "conditions": [],
      "graded": [
        {
          "company": "CGC",
          "grade": "10",
          "value": 2,
          "low": 1.7,
          "high": 2.3,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "8",
          "value": 6,
          "low": 5.1,
          "high": 6.9,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 19,
          "low": 16.15,
          "high": 21.85,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-07-30T10:46:21.017Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}