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

← Chaos Rising
Krookodile ex

Krookodile ex

Double Rare #55 Pokémon Stage 2ex HP 320
Types
Darkness
Illustrator
5ban Graphics
Expansion
Chaos Rising · Mega Evolution
Language
English
TCGplayer
693504

Attacks

Corner 80
Darkness · Colorless

During your opponent's next turn, the Defending Pokémon can't retreat.

Strong Bite 140+
Darkness · Darkness · Colorless

If this Pokémon has a Pokémon Tool attached, this attack does 140 more damage.

GET /api/v1/pokemon/cards/me4-55vh?include=prices 200 18ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "me4-55vh",
    "name": "Krookodile ex",
    "number": "55",
    "printed_number": "55",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/me4-55vh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/me4-55vh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/me4-55vh.large.webp"
      }
    ],
    "expansion": {
      "id": "me4",
      "name": "Chaos Rising",
      "total": 122,
      "language": "English",
      "language_code": "en",
      "series": "Mega Evolution",
      "code": "CRI",
      "printed_total": 86,
      "release_date": "2026/05/22",
      "logo": "https://api.rip.fun/storage/v1/object/public/avatars/sets/me4/logo-1779247335774.png",
      "symbol": " "
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "693504",
    "variants": [
      {
        "name": "holofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/me4-55vh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/me4-55vh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/me4-55vh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 2",
      "ex"
    ],
    "types": [
      "Darkness"
    ],
    "hp": "320",
    "attacks": [
      {
        "cost": [
          "Darkness",
          "Colorless"
        ],
        "converted_energy_cost": 2,
        "name": "Corner",
        "text": "During your opponent's next turn, the Defending Pokémon can't retreat.",
        "damage": "80"
      },
      {
        "cost": [
          "Darkness",
          "Darkness",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Strong Bite",
        "text": "If this Pokémon has a Pokémon Tool attached, this attack does 140 more damage.",
        "damage": "140+"
      }
    ],
    "weaknesses": [
      {
        "type": "Grass",
        "value": "×2"
      }
    ],
    "rarity": "Double Rare",
    "artist": "5ban Graphics",
    "pricing": {
      "currency": "USD",
      "market": 0.55,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.55
        },
        {
          "condition": "LP",
          "price": 0.52
        },
        {
          "condition": "HP",
          "price": 0.1
        },
        {
          "condition": "DMG",
          "price": 0.4
        }
      ],
      "graded": [
        {
          "company": "PSA",
          "grade": "10",
          "value": 62.75,
          "low": 60,
          "high": 60,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        }
      ],
      "market_updated_at": "2026-09-21T02:29:05.702Z",
      "trend_7d": {
        "direction": "down",
        "percent": -3.51
      }
    }
  }
}