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

← Roaring Skies
Cascoon

Cascoon

Common #6 Pokémon Stage 1 HP 80
Types
Grass
Illustrator
MAHOU
Expansion
Roaring Skies · XY
Language
English
TCGplayer
98042

Attacks

Poison Sting
Grass

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

Iron Defense
Colorless · Colorless

Flip a coin. If heads, prevent all damage done to this Pokémon by attacks during your opponent's next turn.

GET /api/v1/pokemon/cards/xy6-6?include=prices 200 18ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "xy6-6",
    "name": "Cascoon",
    "number": "6",
    "printed_number": "6",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy6/6.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy6/6.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy6/6.large.webp"
      }
    ],
    "expansion": {
      "id": "xy6",
      "name": "Roaring Skies",
      "total": 112,
      "language": "English",
      "language_code": "en",
      "series": "XY",
      "code": "ROS",
      "printed_total": 108,
      "release_date": "2015/05/06",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/xy6.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/xy6.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "98042",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy6/6.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy6/6.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy6/6.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 1"
    ],
    "types": [
      "Grass"
    ],
    "hp": "80",
    "attacks": [
      {
        "cost": [
          "Grass"
        ],
        "converted_energy_cost": 1,
        "name": "Poison Sting",
        "text": "Your opponent's Active Pokémon is now Poisoned."
      },
      {
        "cost": [
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 2,
        "name": "Iron Defense",
        "text": "Flip a coin. If heads, prevent all damage done to this Pokémon by attacks during your opponent's next turn."
      }
    ],
    "weaknesses": [
      {
        "type": "Fire",
        "value": "×2"
      }
    ],
    "rarity": "Common",
    "artist": "MAHOU",
    "pricing": {
      "currency": "USD",
      "market": 0.13,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.13
        },
        {
          "condition": "MP",
          "price": 0.08
        },
        {
          "condition": "HP",
          "price": 0.12
        },
        {
          "condition": "DMG",
          "price": 0.01
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "9",
          "value": 5.01,
          "low": 4.26,
          "high": 5.76,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "8",
          "value": 19.99,
          "low": 16.99,
          "high": 22.99,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 11,
          "low": 9.35,
          "high": 12.65,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-21T03:18:18.995Z",
      "trend_7d": {
        "direction": "down",
        "percent": -7.14
      }
    }
  }
}