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

← Sword
Cramorant V

Cramorant V

Super Rare #66 Pokémon BasicV HP 200
Types
Colorless
Illustrator
aky CG Works
Expansion
Sword · Sword & Shield
Language
Japanese
TCGplayer
568579

Attacks

Beak Catch
Colorless

Search your deck for up to 2 cards and put them into your hand. Then, shuffle your deck.

Spit Shot
Colorless · Colorless · Colorless

Discard all Energy from this Pokémon. This attack does 160 damage to 1 of your opponent's Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)

GET /api/v1/pokemon/cards/swsh1w_ja-66vh?include=prices 200 15ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "swsh1w_ja-66vh",
    "name": "Cramorant V",
    "number": "66",
    "printed_number": "66",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh1w_ja/66vh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh1w_ja/66vh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh1w_ja/66vh.large.webp"
      }
    ],
    "expansion": {
      "id": "swsh1w_ja",
      "name": "Sword",
      "total": 75,
      "language": "Japanese",
      "language_code": "ja",
      "series": "Sword & Shield",
      "code": "S1W",
      "printed_total": 60,
      "release_date": "2019/12/06",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/swsh1w_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/swsh1w_ja.symbol.png",
      "translation": {
        "en": {
          "name": "Sword"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": "568579",
    "variants": [
      {
        "name": "holofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh1w_ja/66vh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh1w_ja/66vh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh1w_ja/66vh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic",
      "V"
    ],
    "types": [
      "Colorless"
    ],
    "hp": "200",
    "attacks": [
      {
        "cost": [
          "Colorless"
        ],
        "converted_energy_cost": 1,
        "name": "Beak Catch",
        "text": "Search your deck for up to 2 cards and put them into your hand. Then, shuffle your deck."
      },
      {
        "cost": [
          "Colorless",
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Spit Shot",
        "text": "Discard all Energy from this Pokémon. This attack does 160 damage to 1 of your opponent's Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)"
      }
    ],
    "weaknesses": [
      {
        "type": "Lightning",
        "value": "×2"
      }
    ],
    "resistances": [
      {
        "type": "Fighting",
        "value": "-30"
      }
    ],
    "rarity": "Super Rare",
    "artist": "aky CG Works",
    "pricing": {
      "currency": "USD",
      "market": 6.16,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 6.16
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "9",
          "value": 22.99,
          "low": 19.54,
          "high": 26.44,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 15.5,
          "low": 13.18,
          "high": 17.83,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 13,
          "low": 11.05,
          "high": 14.95,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-22T03:42:07.707Z",
      "trend_7d": {
        "direction": "up",
        "percent": 90.12
      }
    }
  }
}