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 Rain Form

Castform Rain Form

Rare #405 Pokémon Basic HP 70
Types
Water
Illustrator
Emi Yoshida
Expansion
Cry from the Mysterious · Diamond & Pearl
Language
Japanese
TCGplayer

Attacks

Water Pulse 30
Water · Colorless

The Defending Pokémon is now Asleep.

GET /api/v1/pokemon/cards/dp5c_ja-405?include=prices 200 17ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "dp5c_ja-405",
    "name": "Castform Rain Form",
    "number": "405",
    "printed_number": "405",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp5c_ja-405.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp5c_ja-405.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp5c_ja-405.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-405.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp5c_ja-405.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp5c_ja-405.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Water"
    ],
    "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 Rain Form. (Any cards attached to Castform Rain Form, damage counters, Special Conditions, and effects on it are now on the new Pokémon.) Shuffle Castform Rain Form back into your deck. You can't use more than 1 Temperament Poké-Power each turn.",
        "type": "Poké-Power"
      }
    ],
    "attacks": [
      {
        "cost": [
          "Water",
          "Colorless"
        ],
        "converted_energy_cost": 2,
        "name": "Water Pulse",
        "text": "The Defending Pokémon is now Asleep.",
        "damage": "30"
      }
    ],
    "weaknesses": [
      {
        "type": "Lightning",
        "value": "+10"
      }
    ],
    "rarity": "Rare",
    "artist": "Emi Yoshida",
    "pricing": {
      "currency": "USD",
      "market": 2.79,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 2.79
        },
        {
          "condition": "HP",
          "price": 0.75
        },
        {
          "condition": "DMG",
          "price": 1
        }
      ],
      "graded": [
        {
          "company": "PSA",
          "grade": "9",
          "value": 6,
          "low": 5.1,
          "high": 6.9,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-08-10T05:46:20.572Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}