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

← Jet-Black Spirit
Seismitoad

Seismitoad

Non #39 Pokémon Stage 2 HP 170
Types
Fighting
Illustrator
Pani Kobayashi
Expansion
Jet-Black Spirit · Sword & Shield
Language
Japanese
TCGplayer
569267

Attacks

Shaking Wave 60
Fighting

During your opponent's next turn, the Defending Pokémon's attacks cost Colorless more and it's Retreat Cost is Colorless more.

Hyper Voice 160
Fighting · Colorless · Colorless · Colorless
GET /api/v1/pokemon/cards/swsh6k_ja-39?include=prices 200 17ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "swsh6k_ja-39",
    "name": "Seismitoad",
    "number": "39",
    "printed_number": "39",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh6k_ja/39.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh6k_ja/39.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh6k_ja/39.large.webp"
      }
    ],
    "expansion": {
      "id": "swsh6k_ja",
      "name": "Jet-Black Spirit",
      "total": 95,
      "language": "Japanese",
      "language_code": "ja",
      "series": "Sword & Shield",
      "code": "S6K",
      "printed_total": 70,
      "release_date": "2021/04/23",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/swsh6k_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/swsh6k_ja.symbol.png",
      "translation": {
        "en": {
          "name": "Jet-Black Spirit"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": "569267",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh6k_ja/39.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh6k_ja/39.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh6k_ja/39.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 2"
    ],
    "types": [
      "Fighting"
    ],
    "hp": "170",
    "attacks": [
      {
        "cost": [
          "Fighting"
        ],
        "converted_energy_cost": 1,
        "name": "Shaking Wave",
        "text": "During your opponent's next turn, the Defending Pokémon's attacks cost Colorless more and it's Retreat Cost is Colorless more.",
        "damage": "60"
      },
      {
        "cost": [
          "Fighting",
          "Colorless",
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 4,
        "name": "Hyper Voice",
        "damage": "160"
      }
    ],
    "weaknesses": [
      {
        "type": "Grass",
        "value": "×2"
      }
    ],
    "rarity": "Non",
    "artist": "Pani Kobayashi",
    "pricing": {
      "currency": "USD",
      "market": 0.32,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.32
        }
      ],
      "graded": [],
      "market_updated_at": "2026-09-22T02:52:24.911Z",
      "trend_7d": {
        "direction": "down",
        "percent": -3.03
      }
    }
  }
}