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

← Silver Lance
Castform Sunny Form

Castform Sunny Form

usually #11 Pokémon Basic HP 70
Types
Fire
Illustrator
Yuka Morii
Expansion
Silver Lance · Sword & Shield
Language
Japanese
TCGplayer
569143

Attacks

High-Pressure Blast 150
Fire · Fire · Colorless

Discard a Stadium in play. If you don't, this attack does nothing.

GET /api/v1/pokemon/cards/swsh6h_ja-11?include=prices 200 16ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "swsh6h_ja-11",
    "name": "Castform Sunny Form",
    "number": "11",
    "printed_number": "11",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh6h_ja/11.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh6h_ja/11.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh6h_ja/11.large.webp"
      }
    ],
    "expansion": {
      "id": "swsh6h_ja",
      "name": "Silver Lance",
      "total": 95,
      "language": "Japanese",
      "language_code": "ja",
      "series": "Sword & Shield",
      "code": "S6H",
      "printed_total": 70,
      "release_date": "2021/04/23",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/swsh6h_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/swsh6h_ja.symbol.png",
      "translation": {
        "en": {
          "name": "Silver Lance"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": "569143",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh6h_ja/11.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh6h_ja/11.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh6h_ja/11.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Fire"
    ],
    "hp": "70",
    "abilities": [
      {
        "name": "Weather Reading",
        "text": "If you have 8 or more Stadium cards in your discard pile, ignore all Energy in this Pokémon's attack costs.",
        "type": "Ability"
      }
    ],
    "attacks": [
      {
        "cost": [
          "Fire",
          "Fire",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "High-Pressure Blast",
        "text": "Discard a Stadium in play. If you don't, this attack does nothing.",
        "damage": "150"
      }
    ],
    "weaknesses": [
      {
        "type": "Water",
        "value": "×2"
      }
    ],
    "rarity": "usually",
    "artist": "Yuka Morii",
    "pricing": {
      "currency": "USD",
      "market": 0.24,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.24
        },
        {
          "condition": "LP",
          "price": 0.19
        }
      ],
      "graded": [],
      "market_updated_at": "2026-09-22T03:20:01.412Z",
      "trend_7d": {
        "direction": "down",
        "percent": -25
      }
    }
  }
}