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

← DP Trainer Kit Manaphy
Seaking

Seaking

Common #7 Pokémon Stage 1 HP 80
Types
Water
Illustrator
Atsuko Nishida
Expansion
DP Trainer Kit Manaphy · Diamond & Pearl
Language
English
TCGplayer
89027

Attacks

Flail 10×
Colorless · Colorless

Does 10 damage times the number of damage counters on Seaking.

Horn Drill 50
Water · Water
GET /api/v1/pokemon/cards/tk3a-7?include=prices 200 29ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "tk3a-7",
    "name": "Seaking",
    "number": "7",
    "printed_number": "7",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/tk3a-7.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/tk3a-7.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/tk3a-7.large.webp"
      }
    ],
    "expansion": {
      "id": "tk3a",
      "name": "DP Trainer Kit Manaphy",
      "total": 12,
      "language": "English",
      "language_code": "en",
      "series": "Diamond & Pearl",
      "printed_total": 12,
      "release_date": "2007/09/01",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/tk3a.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/tk3a.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "89027",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/tk3a-7.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/tk3a-7.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/tk3a-7.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 1"
    ],
    "types": [
      "Water"
    ],
    "hp": "80",
    "attacks": [
      {
        "cost": [
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 2,
        "name": "Flail",
        "text": "Does 10 damage times the number of damage counters on Seaking.",
        "damage": "10×"
      },
      {
        "cost": [
          "Water",
          "Water"
        ],
        "converted_energy_cost": 2,
        "name": "Horn Drill",
        "damage": "50"
      }
    ],
    "weaknesses": [
      {
        "type": "Lightning",
        "value": "+20"
      }
    ],
    "rarity": "Common",
    "artist": "Atsuko Nishida",
    "pricing": {
      "currency": "USD",
      "market": 0.33,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.33
        },
        {
          "condition": "MP",
          "price": 0.23
        },
        {
          "condition": "HP",
          "price": 0.17
        }
      ],
      "graded": [],
      "market_updated_at": "2026-09-21T02:17:36.045Z",
      "trend_7d": {
        "direction": "down",
        "percent": -2.94
      }
    }
  }
}