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

← Guardians Rising
Castform

Castform

Common #105 Pokémon Basic HP 70
Types
Colorless
Illustrator
sui
Expansion
Guardians Rising · Sun & Moon
Language
English
TCGplayer
131023

Attacks

Weather Teller
Colorless

Search your deck for up to 2 Stadium cards, reveal them, and put them into your hand. Then, shuffle your deck.

Water Pulse 30
Colorless · Colorless

Your opponent's Active Pokémon is now Asleep.

GET /api/v1/pokemon/cards/sm2-105?include=prices 200 17ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "sm2-105",
    "name": "Castform",
    "number": "105",
    "printed_number": "105",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm2/105.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm2/105.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm2/105.large.webp"
      }
    ],
    "expansion": {
      "id": "sm2",
      "name": "Guardians Rising",
      "total": 180,
      "language": "English",
      "language_code": "en",
      "series": "Sun & Moon",
      "code": "GRI",
      "printed_total": 145,
      "release_date": "2017/05/05",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/sm2.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/sm2.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "131023",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm2/105.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm2/105.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm2/105.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Colorless"
    ],
    "hp": "70",
    "attacks": [
      {
        "cost": [
          "Colorless"
        ],
        "converted_energy_cost": 1,
        "name": "Weather Teller",
        "text": "Search your deck for up to 2 Stadium cards, reveal them, and put them into your hand. Then, shuffle your deck."
      },
      {
        "cost": [
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 2,
        "name": "Water Pulse",
        "text": "Your opponent's Active Pokémon is now Asleep.",
        "damage": "30"
      }
    ],
    "weaknesses": [
      {
        "type": "Fighting",
        "value": "×2"
      }
    ],
    "rarity": "Common",
    "artist": "sui",
    "pricing": {
      "currency": "USD",
      "market": 0.2,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.2
        },
        {
          "condition": "LP",
          "price": 0.19
        },
        {
          "condition": "MP",
          "price": 0.12
        },
        {
          "condition": "HP",
          "price": 0.08
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "1",
          "value": 49.99,
          "low": 42.49,
          "high": 57.49,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 99.99,
          "low": 84.99,
          "high": 114.99,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-22T02:25:14.459Z",
      "trend_7d": {
        "direction": "up",
        "percent": 5.26
      }
    }
  }
}