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

← Legends Awakened
Castform Rain Form

Castform Rain Form

Uncommon #49 Pokémon Basic HP 70
Types
Water
Illustrator
Emi Yoshida
Expansion
Legends Awakened · Diamond & Pearl
Language
English
TCGplayer
84129

Attacks

Water Pulse 30
Water · Colorless

The defending Pokémon is now Asleep.

GET /api/v1/pokemon/cards/dp6-49?include=prices 200 15ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "dp6-49",
    "name": "Castform Rain Form",
    "number": "49",
    "printed_number": "49",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp6/49.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp6/49.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp6/49.large.webp"
      }
    ],
    "expansion": {
      "id": "dp6",
      "name": "Legends Awakened",
      "total": 146,
      "language": "English",
      "language_code": "en",
      "series": "Diamond & Pearl",
      "code": "LA",
      "printed_total": 146,
      "release_date": "2008/08/01",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/dp6.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/dp6.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "84129",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp6/49.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp6/49.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp6/49.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": "Uncommon",
    "artist": "Emi Yoshida",
    "pricing": {
      "currency": "USD",
      "market": 2.75,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 2.75
        },
        {
          "condition": "LP",
          "price": 1.46
        },
        {
          "condition": "MP",
          "price": 1.29
        },
        {
          "condition": "HP",
          "price": 1.21
        },
        {
          "condition": "DMG",
          "price": 1.23
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "8.5",
          "value": 24,
          "low": 20.4,
          "high": 27.6,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "9",
          "value": 9.5,
          "low": 8.07,
          "high": 10.93,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "8",
          "value": 7,
          "low": 5.95,
          "high": 8.05,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-22T03:52:25.756Z",
      "trend_7d": {
        "direction": "up",
        "percent": 1.1
      }
    }
  }
}