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

← Platinum
Cascoon

Cascoon

Uncommon #44 Pokémon Stage 1 HP 80
Types
Grass
Illustrator
Yukiko Baba
Expansion
Platinum · Platinum
Language
English
TCGplayer
84122

Attacks

Ascension

Search your deck for a card that evolves from Cascoon and put it onto Cascoon. (This counts as evolving Cascoon.) Shuffle your deck afterward.

Poison Thread 20
Grass · Colorless

The Defending Pokémon is now Poisoned.

GET /api/v1/pokemon/cards/pl1-44vrh?include=prices 200 15ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "pl1-44vrh",
    "name": "Cascoon",
    "number": "44",
    "printed_number": "44",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pl1/44vrh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pl1/44vrh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pl1/44vrh.large.webp"
      }
    ],
    "expansion": {
      "id": "pl1",
      "name": "Platinum",
      "total": 133,
      "language": "English",
      "language_code": "en",
      "series": "Platinum",
      "code": "PL",
      "printed_total": 127,
      "release_date": "2009/02/11",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/pl1.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/pl1.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "84122",
    "variants": [
      {
        "name": "reverseHolofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pl1/44vrh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pl1/44vrh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pl1/44vrh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 1"
    ],
    "types": [
      "Grass"
    ],
    "hp": "80",
    "attacks": [
      {
        "cost": [],
        "converted_energy_cost": 0,
        "name": "Ascension",
        "text": "Search your deck for a card that evolves from Cascoon and put it onto Cascoon. (This counts as evolving Cascoon.) Shuffle your deck afterward."
      },
      {
        "cost": [
          "Grass",
          "Colorless"
        ],
        "converted_energy_cost": 2,
        "name": "Poison Thread",
        "text": "The Defending Pokémon is now Poisoned.",
        "damage": "20"
      }
    ],
    "weaknesses": [
      {
        "type": "Fire",
        "value": "+20"
      }
    ],
    "rarity": "Uncommon",
    "artist": "Yukiko Baba",
    "pricing": {
      "currency": "USD",
      "market": 2.96,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 2.96
        },
        {
          "condition": "LP",
          "price": 0.87
        },
        {
          "condition": "MP",
          "price": 0.95
        },
        {
          "condition": "HP",
          "price": 1.57
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "7.5",
          "value": 2,
          "low": 1.7,
          "high": 2.3,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "8",
          "value": 6,
          "low": 5.1,
          "high": 6.9,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "8.5",
          "value": 7,
          "low": 6,
          "high": 7,
          "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": "CGC",
          "grade": "9.5",
          "value": 8,
          "low": 6.8,
          "high": 9.2,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-22T03:16:33.156Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}