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

← Jet-Black Spirit
Arctovish V

Arctovish V

Super Rare #72 Pokémon BasicV HP 220
Types
Water
Illustrator
Eske Yoshinob
Expansion
Jet-Black Spirit · Sword & Shield
Language
Japanese
TCGplayer
569300

Attacks

Primal Freeze 80
Water · Colorless · Colorless

If the Defending Pokémon is a Pokémon V or a Pokémon-GX, it can't attack during your opponent's next turn.

Giga Impact 220
Water · Water · Colorless · Colorless

During your next turn, this Pokémon can't attack.

GET /api/v1/pokemon/cards/swsh6k_ja-72vh?include=prices 200 17ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "swsh6k_ja-72vh",
    "name": "Arctovish V",
    "number": "72",
    "printed_number": "72",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh6k_ja/72vh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh6k_ja/72vh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh6k_ja/72vh.large.webp"
      }
    ],
    "expansion": {
      "id": "swsh6k_ja",
      "name": "Jet-Black Spirit",
      "total": 95,
      "language": "Japanese",
      "language_code": "ja",
      "series": "Sword & Shield",
      "code": "S6K",
      "printed_total": 70,
      "release_date": "2021/04/23",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/swsh6k_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/swsh6k_ja.symbol.png",
      "translation": {
        "en": {
          "name": "Jet-Black Spirit"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": "569300",
    "variants": [
      {
        "name": "holofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh6k_ja/72vh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh6k_ja/72vh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh6k_ja/72vh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic",
      "V"
    ],
    "types": [
      "Water"
    ],
    "hp": "220",
    "attacks": [
      {
        "cost": [
          "Water",
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Primal Freeze",
        "text": "If the Defending Pokémon is a Pokémon V or a Pokémon-GX, it can't attack during your opponent's next turn.",
        "damage": "80"
      },
      {
        "cost": [
          "Water",
          "Water",
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 4,
        "name": "Giga Impact",
        "text": "During your next turn, this Pokémon can't attack.",
        "damage": "220"
      }
    ],
    "weaknesses": [
      {
        "type": "Lightning",
        "value": "×2"
      }
    ],
    "rarity": "Super Rare",
    "artist": "Eske Yoshinob",
    "pricing": {
      "currency": "USD",
      "market": 2.72,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 2.72
        }
      ],
      "graded": [
        {
          "company": "BGS",
          "grade": "10",
          "value": 10,
          "low": 8.5,
          "high": 11.5,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "BGS",
          "grade": "9.5",
          "value": 5.99,
          "low": 5.09,
          "high": 6.89,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "10",
          "value": 11.09,
          "low": 10.5,
          "high": 11.68,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 49.97,
          "low": 49.96,
          "high": 49.98,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-21T03:38:29.143Z",
      "trend_7d": {
        "direction": "up",
        "percent": 10.12
      }
    }
  }
}