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

← Holon Phantoms
Holon's Castform

Holon's Castform

Uncommon #44 Pokémon Basic HP 50
Types
Colorless
Illustrator
Mitsuhiro Arita
Expansion
Holon Phantoms · EX
Language
English
TCGplayer
86154

Attacks

Delta Draw
Colorless

Count the number of Pokémon you have in play that has δ on its card. Draw up to that many cards.

GET /api/v1/pokemon/cards/ex13-44?include=prices 200 17ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "ex13-44",
    "name": "Holon's Castform",
    "number": "44",
    "printed_number": "44",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ex13/44.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ex13/44.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ex13/44.large.webp"
      }
    ],
    "expansion": {
      "id": "ex13",
      "name": "Holon Phantoms",
      "total": 111,
      "language": "English",
      "language_code": "en",
      "series": "EX",
      "code": "HP",
      "printed_total": 110,
      "release_date": "2006/05/01",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/ex13.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/ex13.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "86154",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ex13/44.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ex13/44.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ex13/44.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Colorless"
    ],
    "hp": "50",
    "attacks": [
      {
        "cost": [
          "Colorless"
        ],
        "converted_energy_cost": 1,
        "name": "Delta Draw",
        "text": "Count the number of Pokémon you have in play that has δ on its card. Draw up to that many cards."
      }
    ],
    "weaknesses": [
      {
        "type": "Fighting",
        "value": "×2"
      }
    ],
    "rarity": "Uncommon",
    "artist": "Mitsuhiro Arita",
    "pricing": {
      "currency": "USD",
      "market": 4.78,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 4.78
        },
        {
          "condition": "LP",
          "price": 4.58
        },
        {
          "condition": "MP",
          "price": 3.66
        },
        {
          "condition": "HP",
          "price": 3.11
        },
        {
          "condition": "DMG",
          "price": 2.57
        }
      ],
      "graded": [
        {
          "company": "BGS",
          "grade": "9",
          "value": 6,
          "low": 5.1,
          "high": 6.9,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "10",
          "value": 30,
          "low": 25.5,
          "high": 34.5,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "7.5",
          "value": 10,
          "low": 8.5,
          "high": 11.5,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "8",
          "value": 11,
          "low": 9.35,
          "high": 12.65,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "8.5",
          "value": 10,
          "low": 8.5,
          "high": 11.5,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "9",
          "value": 3,
          "low": 2.55,
          "high": 3.45,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "8",
          "value": 25,
          "low": 21.25,
          "high": 28.75,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 26,
          "low": 22.1,
          "high": 29.9,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-22T02:30:19.103Z",
      "trend_7d": {
        "direction": "flat",
        "percent": -0.21
      }
    }
  }
}