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

← Beat of the Frontier
Seel

Seel

usually #23 Pokémon Basic HP 60
Types
Water
Illustrator
Atsuko Nishida
Expansion
Beat of the Frontier · Platinum
Language
Japanese
TCGplayer
607392

Attacks

Tail Slap 10
Colorless
Icy Wind 20
Water · Colorless

Flip a coin. If heads, the Defending Pokémon is now Asleep.

GET /api/v1/pokemon/cards/pt3_ja-23?include=prices 200 22ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "pt3_ja-23",
    "name": "Seel",
    "number": "23",
    "printed_number": "23",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pt3_ja/23.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pt3_ja/23.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pt3_ja/23.large.webp"
      }
    ],
    "expansion": {
      "id": "pt3_ja",
      "name": "Beat of the Frontier",
      "total": 100,
      "language": "Japanese",
      "language_code": "ja",
      "series": "Platinum",
      "code": "PT3",
      "printed_total": 100,
      "release_date": "2009/03/06",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/pt3_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/pt3_ja.symbol.png",
      "translation": {
        "en": {
          "name": "Beat of the Frontier"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": "607392",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pt3_ja/23.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pt3_ja/23.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pt3_ja/23.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Water"
    ],
    "hp": "60",
    "attacks": [
      {
        "cost": [
          "Colorless"
        ],
        "converted_energy_cost": 1,
        "name": "Tail Slap",
        "damage": "10"
      },
      {
        "cost": [
          "Water",
          "Colorless"
        ],
        "converted_energy_cost": 2,
        "name": "Icy Wind",
        "text": "Flip a coin. If heads, the Defending Pokémon is now Asleep.",
        "damage": "20"
      }
    ],
    "weaknesses": [
      {
        "type": "Metal",
        "value": "+10"
      }
    ],
    "rarity": "usually",
    "artist": "Atsuko Nishida",
    "pricing": {
      "currency": "USD",
      "market": 2.99,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 2.99
        },
        {
          "condition": "MP",
          "price": 1.98
        }
      ],
      "graded": [
        {
          "company": "PSA",
          "grade": "10",
          "value": 117.78,
          "low": 200,
          "high": 200,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        }
      ],
      "market_updated_at": "2026-07-30T11:03:30.989Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}