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

← Vivid Portrayals (Indigo)
Suicune

Suicune

Rare #002/115 Pokémon Basic HP 120
Types
Water
Illustrator
so-taro
Expansion
Vivid Portrayals (Indigo) · Sword & Shield
Language
Chinese
TCGplayer

Attacks

Wave Splash 20
Colorless
Aurora Loop 130
Colorless · Colorless · Colorless

Put 2 Water Energy attached to this Pokémon into your hand.

GET /api/v1/pokemon/cards/vpi-002?include=prices 200 17ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "vpi-002",
    "name": "Suicune",
    "number": "002/115",
    "printed_number": "002/115",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/vpi-002.large.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/vpi-002.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/vpi-002.large.webp"
      }
    ],
    "expansion": {
      "id": "vpi",
      "name": "Vivid Portrayals (Indigo)",
      "total": 143,
      "language": "Chinese",
      "language_code": "zh",
      "series": "Sword & Shield",
      "printed_total": 143,
      "release_date": "2023/08/18",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/vpi.logo.png",
      "translation": {
        "en": {
          "name": "Vivid Portrayals (Indigo)"
        }
      }
    },
    "language": "Chinese",
    "language_code": "zh",
    "tcgplayer_id": null,
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/vpi-002.large.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/vpi-002.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/vpi-002.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Water"
    ],
    "hp": "120",
    "attacks": [
      {
        "cost": [
          "Colorless"
        ],
        "converted_energy_cost": 1,
        "name": "Wave Splash",
        "damage": "20"
      },
      {
        "cost": [
          "Colorless",
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Aurora Loop",
        "text": "Put 2 Water Energy attached to this Pokémon into your hand.",
        "damage": "130"
      }
    ],
    "weaknesses": [
      {
        "type": "Lightning",
        "value": "×2"
      }
    ],
    "rarity": "Rare",
    "artist": "so-taro",
    "pricing": {
      "currency": "USD",
      "market": 2.25,
      "is_stale": true,
      "conditions": [],
      "graded": [
        {
          "company": "PSA",
          "grade": "10",
          "value": 82.01,
          "low": 102.5,
          "high": 102.5,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        }
      ],
      "market_updated_at": "2026-09-19T02:32:20.272Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}