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

← VMAX Rising
Cramorant

Cramorant

Non #24 Pokémon Basic HP 110
Types
Water
Illustrator
Mitsuhiro Arita
Expansion
VMAX Rising · Sword & Shield
Language
Japanese
TCGplayer
570207

Attacks

Dive 20
Water

Flip a coin. If heads, during your opponent's next turn, prevent all effects of attacks, including damage, done to this Pokémon.

Hydro Pump 50+
Colorless · Colorless · Colorless

This attack does 20 more damage for each Water Energy attached to this Pokémon.

GET /api/v1/pokemon/cards/swsh1a_ja-24?include=prices 200 16ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "swsh1a_ja-24",
    "name": "Cramorant",
    "number": "24",
    "printed_number": "24",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh1a_ja/24.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh1a_ja/24.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh1a_ja/24.large.webp"
      }
    ],
    "expansion": {
      "id": "swsh1a_ja",
      "name": "VMAX Rising",
      "total": 86,
      "language": "Japanese",
      "language_code": "ja",
      "series": "Sword & Shield",
      "code": "S1a",
      "printed_total": 70,
      "release_date": "2020/02/07",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/swsh1a_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/swsh1a_ja.symbol.png",
      "translation": {
        "en": {
          "name": "VMAX Rising"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": "570207",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh1a_ja/24.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh1a_ja/24.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh1a_ja/24.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Water"
    ],
    "hp": "110",
    "attacks": [
      {
        "cost": [
          "Water"
        ],
        "converted_energy_cost": 1,
        "name": "Dive",
        "text": "Flip a coin. If heads, during your opponent's next turn, prevent all effects of attacks, including damage, done to this Pokémon.",
        "damage": "20"
      },
      {
        "cost": [
          "Colorless",
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Hydro Pump",
        "text": "This attack does 20 more damage for each Water Energy attached to this Pokémon.",
        "damage": "50+"
      }
    ],
    "weaknesses": [
      {
        "type": "Lightning",
        "value": "×2"
      }
    ],
    "resistances": [
      {
        "type": "Fighting",
        "value": "-30"
      }
    ],
    "rarity": "Non",
    "artist": "Mitsuhiro Arita",
    "pricing": {
      "currency": "USD",
      "market": 0.32,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.32
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "10",
          "value": 9.5,
          "low": 8.07,
          "high": 10.93,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-22T04:04:23.949Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}