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

← BREAKthrough
Seaking

Seaking

Uncommon #28 Pokémon Stage 1 HP 90
Types
Water
Illustrator
Kyoko Umemoto
Expansion
BREAKthrough · XY
Language
English
TCGplayer
107147

Attacks

Soaking Horn 10
Water

If this Pokémon was healed during this turn, this attack does 80 more damage.

Reckless Charge 40
Colorless

This Pokémon does 10 damage to itself.

GET /api/v1/pokemon/cards/xy8-28?include=prices 200 16ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "xy8-28",
    "name": "Seaking",
    "number": "28",
    "printed_number": "28",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy8/28.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy8/28.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy8/28.large.webp"
      }
    ],
    "expansion": {
      "id": "xy8",
      "name": "BREAKthrough",
      "total": 165,
      "language": "English",
      "language_code": "en",
      "series": "XY",
      "code": "BKT",
      "printed_total": 162,
      "release_date": "2015/11/04",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/xy8.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/xy8.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "107147",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy8/28.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy8/28.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy8/28.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 1"
    ],
    "types": [
      "Water"
    ],
    "hp": "90",
    "attacks": [
      {
        "cost": [
          "Water"
        ],
        "converted_energy_cost": 1,
        "name": "Soaking Horn",
        "text": "If this Pokémon was healed during this turn, this attack does 80 more damage.",
        "damage": "10"
      },
      {
        "cost": [
          "Colorless"
        ],
        "converted_energy_cost": 1,
        "name": "Reckless Charge",
        "text": "This Pokémon does 10 damage to itself.",
        "damage": "40"
      }
    ],
    "weaknesses": [
      {
        "type": "Grass",
        "value": "×2"
      }
    ],
    "rarity": "Uncommon",
    "artist": "Kyoko Umemoto",
    "pricing": {
      "currency": "USD",
      "market": 0.22,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.22
        },
        {
          "condition": "LP",
          "price": 0.17
        },
        {
          "condition": "MP",
          "price": 0.09
        },
        {
          "condition": "HP",
          "price": 0.07
        }
      ],
      "graded": [],
      "market_updated_at": "2026-09-21T03:49:47.264Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}