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

← Skyscraping Perfection
Suicune V

Suicune V

Double Rare #1 Pokémon BasicV HP 210
Types
Water
Illustrator
Ayaka Yoshida
Expansion
Skyscraping Perfection · Sword & Shield
Language
Japanese
TCGplayer
569324

Attacks

Blizzard Rondo 20+
Water · Colorless

This attack does 20 more damage for each Benched Pokémon (both yours and your opponent's).

GET /api/v1/pokemon/cards/swsh7d_ja-1vh?include=prices 200 19ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "swsh7d_ja-1vh",
    "name": "Suicune V",
    "number": "1",
    "printed_number": "1",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh7d_ja/1vh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh7d_ja/1vh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh7d_ja/1vh.large.webp"
      }
    ],
    "expansion": {
      "id": "swsh7d_ja",
      "name": "Skyscraping Perfection",
      "total": 90,
      "language": "Japanese",
      "language_code": "ja",
      "series": "Sword & Shield",
      "code": "S7D",
      "printed_total": 67,
      "release_date": "2021/07/09",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/swsh7d_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/swsh7d_ja.symbol.png",
      "translation": {
        "en": {
          "name": "Skyscraping Perfection"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": "569324",
    "variants": [
      {
        "name": "holofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh7d_ja/1vh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh7d_ja/1vh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh7d_ja/1vh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic",
      "V"
    ],
    "types": [
      "Water"
    ],
    "hp": "210",
    "abilities": [
      {
        "name": "Quick Feet",
        "text": "Once during your turn, if this Pokémon is in the Active Spot, you may draw a card.",
        "type": "Ability"
      }
    ],
    "attacks": [
      {
        "cost": [
          "Water",
          "Colorless"
        ],
        "converted_energy_cost": 2,
        "name": "Blizzard Rondo",
        "text": "This attack does 20 more damage for each Benched Pokémon (both yours and your opponent's).",
        "damage": "20+"
      }
    ],
    "weaknesses": [
      {
        "type": "Lightning",
        "value": "×2"
      }
    ],
    "rarity": "Double Rare",
    "artist": "Ayaka Yoshida",
    "pricing": {
      "currency": "USD",
      "market": 0.64,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.64
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "10",
          "value": 10.5,
          "low": 10.5,
          "high": 11,
          "confidence": "med",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "8",
          "value": 6.5,
          "low": 6.5,
          "high": 6.5,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        },
        {
          "company": "CGC",
          "grade": "9.5",
          "value": 7.5,
          "low": 7.5,
          "high": 8,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 25,
          "low": 25,
          "high": 29.5,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 4
        },
        {
          "company": "PSA",
          "grade": "8",
          "value": 10.5,
          "low": 8.92,
          "high": 12.08,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-22T05:48:59.580Z",
      "trend_7d": {
        "direction": "down",
        "percent": -1.54
      }
    }
  }
}