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

← Darkness, and to Light...
Seel

Seel

Common #86 Pokémon Basic HP 50
Types
Water
Illustrator
Masako Yamashita
Expansion
Darkness, and to Light... · Neo
Language
Japanese
TCGplayer

Attacks

Take Down 30
Water · Colorless

Seel does 10 damage to itself.

GET /api/v1/pokemon/cards/neo4_ja-27?include=prices 200 18ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "neo4_ja-27",
    "name": "Seel",
    "number": "86",
    "printed_number": "86",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/neo4_ja-27.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/neo4_ja-27.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/neo4_ja-27.large.webp"
      }
    ],
    "expansion": {
      "id": "neo4_ja",
      "name": "Darkness, and to Light...",
      "total": 113,
      "language": "Japanese",
      "language_code": "ja",
      "series": "Neo",
      "printed_total": 113,
      "release_date": "2001/04/20",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/neo4_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/neo4_ja.symbol.png",
      "translation": {
        "en": {
          "name": "Darkness, and to Light..."
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": null,
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/neo4_ja-27.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/neo4_ja-27.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/neo4_ja-27.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Water"
    ],
    "hp": "50",
    "attacks": [
      {
        "cost": [
          "Water",
          "Colorless"
        ],
        "converted_energy_cost": 2,
        "name": "Take Down",
        "text": "Seel does 10 damage to itself.",
        "damage": "30"
      }
    ],
    "weaknesses": [
      {
        "type": "Lightning",
        "value": "×2"
      }
    ],
    "rarity": "Common",
    "artist": "Masako Yamashita",
    "pricing": {
      "currency": "USD",
      "market": 3.98,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 3.98
        },
        {
          "condition": "LP",
          "price": 1.69
        },
        {
          "condition": "MP",
          "price": 1.47
        },
        {
          "condition": "DMG",
          "price": 2
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "10",
          "value": 11,
          "low": 9.35,
          "high": 12.65,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "7",
          "value": 7,
          "low": 5.95,
          "high": 8.05,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "9",
          "value": 7,
          "low": 5,
          "high": 7,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 33,
          "low": 28.05,
          "high": 37.95,
          "confidence": "med",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "6",
          "value": 30.75,
          "low": 50,
          "high": 50,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        },
        {
          "company": "PSA",
          "grade": "7",
          "value": 23.75,
          "low": 20.19,
          "high": 27.31,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "8",
          "value": 63.48,
          "low": 83,
          "high": 83,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 8,
          "low": 6.8,
          "high": 9.2,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 2
        }
      ],
      "market_updated_at": "2026-08-14T05:25:00.097Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}