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

← Mirage Forest
Cradily

Cradily

Rare Holo #14 Pokémon Stage 2 HP 100
Types
Grass
Illustrator
Hajime Kusajima
Expansion
Mirage Forest · PCG
Language
Japanese
TCGplayer
611736

Attacks

Devolution Wave
Colorless · Colorless

Count the number of React Energy cards attached to Cradily and choose up to that number of your opponent's Evolved Pokémon. Remove the highest Stage Evolution card from each of those Pokémon, then have your opponent shuffle those cards into his or her deck.

Linear Attack
Grass · Colorless

Choose 1 of your opponent's Pokémon. This attack does 30 damage to that Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)

Mud Shot 50
Colorless · Colorless · Colorless
GET /api/v1/pokemon/cards/pcg5_ja-14vh?include=prices 200 19ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "pcg5_ja-14vh",
    "name": "Cradily",
    "number": "14",
    "printed_number": "14",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pcg5_ja/14vh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pcg5_ja/14vh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pcg5_ja/14vh.large.webp"
      }
    ],
    "expansion": {
      "id": "pcg5_ja",
      "name": "Mirage Forest",
      "total": 86,
      "language": "Japanese",
      "language_code": "ja",
      "series": "PCG",
      "printed_total": 86,
      "release_date": "2005/06/30",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/pcg5_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/pcg5_ja.symbol.png",
      "translation": {
        "en": {
          "name": "Mirage Forest"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": "611736",
    "variants": [
      {
        "name": "holofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pcg5_ja/14vh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pcg5_ja/14vh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pcg5_ja/14vh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 2"
    ],
    "types": [
      "Grass"
    ],
    "hp": "100",
    "attacks": [
      {
        "cost": [
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 2,
        "name": "Devolution Wave",
        "text": "Count the number of React Energy cards attached to Cradily and choose up to that number of your opponent's Evolved Pokémon. Remove the highest Stage Evolution card from each of those Pokémon, then have your opponent shuffle those cards into his or her deck."
      },
      {
        "cost": [
          "Grass",
          "Colorless"
        ],
        "converted_energy_cost": 2,
        "name": "Linear Attack",
        "text": "Choose 1 of your opponent's Pokémon. This attack does 30 damage to that Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)"
      },
      {
        "cost": [
          "Colorless",
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Mud Shot",
        "damage": "50"
      }
    ],
    "weaknesses": [
      {
        "type": "Fire",
        "value": "×2"
      }
    ],
    "rarity": "Rare Holo",
    "artist": "Hajime Kusajima",
    "pricing": {
      "currency": "USD",
      "market": 3.99,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 3.99
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "9",
          "value": 8,
          "low": 6.8,
          "high": 9.2,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 109.43,
          "low": 140.5,
          "high": 140.5,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 35,
          "low": 29.75,
          "high": 40.25,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-08-14T02:44:46.911Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}