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

← XY Promos
Krookodile-EX

Krookodile-EX

Promo #44 Pokémon BasicEX HP 180
Types
Darkness
Illustrator
PLANETA
Expansion
XY Promos · XY
Language
Japanese
TCGplayer

Attacks

Second Bite 40+
Darkness · Colorless · Colorless

This attack does 10 more damage for each damage counter on your opponent's Active Pokémon.

Megaton Fang 130
Darkness · Darkness · Colorless · Colorless

Discard a card from your hand. If you can't discard a card, this attack does nothing.

GET /api/v1/pokemon/cards/xyp_ja-44vh?include=prices 200 18ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "xyp_ja-44vh",
    "name": "Krookodile-EX",
    "number": "44",
    "printed_number": "44",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xyp_ja/44vh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xyp_ja/44vh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xyp_ja/44vh.large.webp"
      }
    ],
    "expansion": {
      "id": "xyp_ja",
      "name": "XY Promos",
      "total": 299,
      "language": "Japanese",
      "language_code": "ja",
      "series": "XY",
      "printed_total": 299,
      "release_date": "2013/08/01",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/xyp_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/xyp_ja.symbol.png",
      "translation": {
        "en": {
          "name": "XY Promos"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": null,
    "variants": [
      {
        "name": "holofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xyp_ja/44vh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xyp_ja/44vh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xyp_ja/44vh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic",
      "EX"
    ],
    "types": [
      "Darkness"
    ],
    "hp": "180",
    "attacks": [
      {
        "cost": [
          "Darkness",
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Second Bite",
        "text": "This attack does 10 more damage for each damage counter on your opponent's Active Pokémon.",
        "damage": "40+"
      },
      {
        "cost": [
          "Darkness",
          "Darkness",
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 4,
        "name": "Megaton Fang",
        "text": "Discard a card from your hand. If you can't discard a card, this attack does nothing.",
        "damage": "130"
      }
    ],
    "weaknesses": [
      {
        "type": "Fighting",
        "value": "×2"
      }
    ],
    "resistances": [
      {
        "type": "Psychic",
        "value": "-20"
      }
    ],
    "rarity": "Promo",
    "artist": "PLANETA",
    "pricing": {
      "currency": "USD",
      "market": 30,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 30
        },
        {
          "condition": "LP",
          "price": 28.75
        }
      ],
      "graded": [
        {
          "company": "PSA",
          "grade": "10",
          "value": 112.51,
          "low": 95.63,
          "high": 129.39,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-22T08:05:55.131Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}