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

← Plasma Blast
Cradily

Cradily

Rare #4 Pokémon Stage 1 HP 120
Types
Grass
Illustrator
kawayoo
Expansion
Plasma Blast · Black & White
Language
English
TCGplayer
84455

Attacks

Lifesplosion
Grass

For each Energy attached to this Pokémon, search your deck for a Stage 2 Pokémon and put it onto your Bench. Shuffle your deck afterward.

Spiral Drain 60
Grass · Colorless · Colorless

Heal 20 damage from this Pokémon.

GET /api/v1/pokemon/cards/bw10-4vrh?include=prices 200 16ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "bw10-4vrh",
    "name": "Cradily",
    "number": "4",
    "printed_number": "4",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw10/4vrh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw10/4vrh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw10/4vrh.large.webp"
      }
    ],
    "expansion": {
      "id": "bw10",
      "name": "Plasma Blast",
      "total": 105,
      "language": "English",
      "language_code": "en",
      "series": "Black & White",
      "code": "PLB",
      "printed_total": 101,
      "release_date": "2013/08/14",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/bw10.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/bw10.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "84455",
    "variants": [
      {
        "name": "reverseHolofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw10/4vrh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw10/4vrh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw10/4vrh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 1"
    ],
    "types": [
      "Grass"
    ],
    "hp": "120",
    "attacks": [
      {
        "cost": [
          "Grass"
        ],
        "converted_energy_cost": 1,
        "name": "Lifesplosion",
        "text": "For each Energy attached to this Pokémon, search your deck for a Stage 2 Pokémon and put it onto your Bench. Shuffle your deck afterward."
      },
      {
        "cost": [
          "Grass",
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Spiral Drain",
        "text": "Heal 20 damage from this Pokémon.",
        "damage": "60"
      }
    ],
    "weaknesses": [
      {
        "type": "Fire",
        "value": "×2"
      }
    ],
    "resistances": [
      {
        "type": "Water",
        "value": "-20"
      }
    ],
    "rarity": "Rare",
    "artist": "kawayoo",
    "pricing": {
      "currency": "USD",
      "market": 6.83,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 6.83
        },
        {
          "condition": "LP",
          "price": 4.49
        },
        {
          "condition": "MP",
          "price": 2.2
        },
        {
          "condition": "HP",
          "price": 1.5
        },
        {
          "condition": "DMG",
          "price": 0.99
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "8",
          "value": 20,
          "low": 17,
          "high": 23,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-21T03:52:51.263Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}