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

← Storming Emergence (Abundant)
Suicune

Suicune

Rare #020/151 Pokémon Basic HP 110
Types
Water
Illustrator
Anesaki Dynamic
Expansion
Storming Emergence (Abundant) · Sun & Moon
Language
Chinese
TCGplayer

Attacks

Aurora Gain 70
Colorless · Colorless · Colorless

Heal 30 damage from this Pokémon.

GET /api/v1/pokemon/cards/sea-020?include=prices 200 20ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "sea-020",
    "name": "Suicune",
    "number": "020/151",
    "printed_number": "020/151",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sea-020.large.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sea-020.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sea-020.large.webp"
      }
    ],
    "expansion": {
      "id": "sea",
      "name": "Storming Emergence (Abundant)",
      "total": 212,
      "language": "Chinese",
      "language_code": "zh",
      "series": "Sun & Moon",
      "printed_total": 212,
      "release_date": "2022/10/28",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/sea.logo.png",
      "translation": {
        "en": {
          "name": "Storming Emergence (Abundant)"
        }
      }
    },
    "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/sea-020.large.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sea-020.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sea-020.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Water"
    ],
    "hp": "110",
    "attacks": [
      {
        "cost": [
          "Colorless",
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Aurora Gain",
        "text": "Heal 30 damage from this Pokémon.",
        "damage": "70"
      }
    ],
    "weaknesses": [
      {
        "type": "Grass",
        "value": "×2"
      }
    ],
    "rarity": "Rare",
    "artist": "Anesaki Dynamic",
    "pricing": {
      "currency": "USD",
      "market": 16.99,
      "is_stale": true,
      "conditions": [],
      "graded": [
        {
          "company": "PSA",
          "grade": "10",
          "value": 226.63,
          "low": 225.5,
          "high": 229.49,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 2
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 68,
          "low": 57.8,
          "high": 78.2,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-19T02:32:23.962Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}