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

← Supreme Victors
Seaking

Seaking

Rare #43 Pokémon Stage 1 HP 90
Types
Water
Illustrator
Suwama Chiaki
Expansion
Supreme Victors · Platinum
Language
English
TCGplayer
89028

Attacks

Horn Pierce 90
Colorless

Flip 2 coins. If either of them is tails, this attack does nothing.

Endure 30
Water

Flip a coin. If heads, during your opponent's next turn, if Seaking would be Knocked Out by damage from an attack, Seaking is not Knocked Out and its remaining HP becomes 10 instead.

GET /api/v1/pokemon/cards/pl3-43vrh?include=prices 200 16ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "pl3-43vrh",
    "name": "Seaking",
    "number": "43",
    "printed_number": "43",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pl3/43vrh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pl3/43vrh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pl3/43vrh.large.webp"
      }
    ],
    "expansion": {
      "id": "pl3",
      "name": "Supreme Victors",
      "total": 153,
      "language": "English",
      "language_code": "en",
      "series": "Platinum",
      "code": "SV",
      "printed_total": 147,
      "release_date": "2009/08/19",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/pl3.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/pl3.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "89028",
    "variants": [
      {
        "name": "reverseHolofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pl3/43vrh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pl3/43vrh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pl3/43vrh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 1"
    ],
    "types": [
      "Water"
    ],
    "hp": "90",
    "attacks": [
      {
        "cost": [
          "Colorless"
        ],
        "converted_energy_cost": 1,
        "name": "Horn Pierce",
        "text": "Flip 2 coins. If either of them is tails, this attack does nothing.",
        "damage": "90"
      },
      {
        "cost": [
          "Water"
        ],
        "converted_energy_cost": 1,
        "name": "Endure",
        "text": "Flip a coin. If heads, during your opponent's next turn, if Seaking would be Knocked Out by damage from an attack, Seaking is not Knocked Out and its remaining HP becomes 10 instead.",
        "damage": "30"
      }
    ],
    "weaknesses": [
      {
        "type": "Lightning",
        "value": "+20"
      }
    ],
    "rarity": "Rare",
    "artist": "Suwama Chiaki",
    "pricing": {
      "currency": "USD",
      "market": 2.56,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 2.56
        },
        {
          "condition": "LP",
          "price": 2.34
        },
        {
          "condition": "MP",
          "price": 1.67
        },
        {
          "condition": "HP",
          "price": 0.77
        },
        {
          "condition": "DMG",
          "price": 1.12
        }
      ],
      "graded": [
        {
          "company": "PSA",
          "grade": "6",
          "value": 10,
          "low": 8.5,
          "high": 11.5,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "8",
          "value": 26,
          "low": 26,
          "high": 26,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        }
      ],
      "market_updated_at": "2026-09-22T03:56:00.782Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}