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

← Hidden Legends
Rain Castform

Rain Castform

Rare #23 Pokémon Basic HP 60
Types
Water
Illustrator
Sumiyoshi Kizuki
Expansion
Hidden Legends · EX
Language
English
TCGplayer
88543

Attacks

Scattered Shower
Water

Shuffle your hand into your deck. Draw up to 5 cards.

Rainy Day Blues 20
Colorless · Colorless

If Low Pressure System is in play, the Defending Pokémon is now Confused.

GET /api/v1/pokemon/cards/ex5-23vrh?include=prices 200 20ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "ex5-23vrh",
    "name": "Rain Castform",
    "number": "23",
    "printed_number": "23",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ex5/23vrh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ex5/23vrh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ex5/23vrh.large.webp"
      }
    ],
    "expansion": {
      "id": "ex5",
      "name": "Hidden Legends",
      "total": 102,
      "language": "English",
      "language_code": "en",
      "series": "EX",
      "code": "HL",
      "printed_total": 101,
      "release_date": "2004/06/01",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/ex5.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/ex5.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "88543",
    "variants": [
      {
        "name": "reverseHolofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ex5/23vrh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ex5/23vrh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ex5/23vrh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Water"
    ],
    "hp": "60",
    "abilities": [
      {
        "name": "Temperamental Weather",
        "text": "Once during your turn (before your attack), you may search your deck for Castform, Sunny Castform, or Snow-cloud Castform and switch it with Rain Castform. (Any cards attached to Rain Castform, damage counters, Special Conditions, and effects on it are now on the new Pokémon.) Shuffle Rain Castform back into your deck. You can't use more than 1 Temperamental Weather Poké-Power each turn.",
        "type": "Poké-Power"
      }
    ],
    "attacks": [
      {
        "cost": [
          "Water"
        ],
        "converted_energy_cost": 1,
        "name": "Scattered Shower",
        "text": "Shuffle your hand into your deck. Draw up to 5 cards."
      },
      {
        "cost": [
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 2,
        "name": "Rainy Day Blues",
        "text": "If Low Pressure System is in play, the Defending Pokémon is now Confused.",
        "damage": "20"
      }
    ],
    "weaknesses": [
      {
        "type": "Lightning",
        "value": "×2"
      }
    ],
    "rarity": "Rare",
    "artist": "Sumiyoshi Kizuki",
    "pricing": {
      "currency": "USD",
      "market": 36.75,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 36.75
        },
        {
          "condition": "LP",
          "price": 23.46
        },
        {
          "condition": "MP",
          "price": 12.27
        },
        {
          "condition": "HP",
          "price": 12
        },
        {
          "condition": "DMG",
          "price": 11.49
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "10",
          "value": 55,
          "low": 46.75,
          "high": 63.25,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "7.5",
          "value": 14,
          "low": 11.9,
          "high": 16.1,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "9",
          "value": 17,
          "low": 17,
          "high": 18.13,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "9.5",
          "value": 40,
          "low": 40,
          "high": 45,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "7",
          "value": 48,
          "low": 40.8,
          "high": 55.2,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "8",
          "value": 27.5,
          "low": 10,
          "high": 48.12,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 25,
          "low": 23,
          "high": 33.1,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-21T02:05:59.137Z",
      "trend_7d": {
        "direction": "up",
        "percent": 2.54
      }
    }
  }
}