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

← Cry from the Mysterious
Cradily

Cradily

Rare #399 Pokémon Stage 2 HP 120
Types
Grass
Illustrator
Masakazu Fukuda
Expansion
Cry from the Mysterious · Diamond & Pearl
Language
Japanese
TCGplayer

Attacks

Drain Down 30
Grass

Before doing damage, you may switch 1 of the Defending Pokémon with 1 of your opponent's Benched Pokémon. If you do, this attack does 30 damage to the new Defending Pokémon. If the Defending Pokémon would be Knocked Out by this attack, you may remove all damage counters from Cradily.

Acid 50
Grass · Colorless · Colorless

The Defending Pokémon can't retreat during your opponent's next turn.

GET /api/v1/pokemon/cards/dp5c_ja-399?include=prices 200 24ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "dp5c_ja-399",
    "name": "Cradily",
    "number": "399",
    "printed_number": "399",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp5c_ja-399.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp5c_ja-399.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp5c_ja-399.large.webp"
      }
    ],
    "expansion": {
      "id": "dp5c_ja",
      "name": "Cry from the Mysterious",
      "total": 63,
      "language": "Japanese",
      "language_code": "ja",
      "series": "Diamond & Pearl",
      "code": "DP5",
      "printed_total": 63,
      "release_date": "2008/03/14",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/dp5c_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/dp5c_ja.symbol.png",
      "translation": {
        "en": {
          "name": "Cry from the Mysterious"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": null,
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp5c_ja-399.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp5c_ja-399.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp5c_ja-399.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 2"
    ],
    "types": [
      "Grass"
    ],
    "hp": "120",
    "attacks": [
      {
        "cost": [
          "Grass"
        ],
        "converted_energy_cost": 1,
        "name": "Drain Down",
        "text": "Before doing damage, you may switch 1 of the Defending Pokémon with 1 of your opponent's Benched Pokémon. If you do, this attack does 30 damage to the new Defending Pokémon. If the Defending Pokémon would be Knocked Out by this attack, you may remove all damage counters from Cradily.",
        "damage": "30"
      },
      {
        "cost": [
          "Grass",
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Acid",
        "text": "The Defending Pokémon can't retreat during your opponent's next turn.",
        "damage": "50"
      }
    ],
    "weaknesses": [
      {
        "type": "Fire",
        "value": "+30"
      }
    ],
    "rarity": "Rare",
    "artist": "Masakazu Fukuda",
    "pricing": {
      "currency": "USD",
      "market": 1.98,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 1.98
        }
      ],
      "graded": [],
      "market_updated_at": "2026-07-09T02:18:26.259Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}