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

← Cosmic Eclipse
Seismitoad

Seismitoad

Rare #117 Pokémon Stage 2 HP 160
Types
Fighting
Illustrator
Shigenori Negishi
Expansion
Cosmic Eclipse · Sun & Moon
Language
English
TCGplayer
201149

Attacks

Tremulous Fist 80
Fighting · Colorless · Colorless · Colorless

This attack does 30 more damage for each of your Benched Pokémon that has any damage counters on it.

GET /api/v1/pokemon/cards/sm12-117?include=prices 200 17ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "sm12-117",
    "name": "Seismitoad",
    "number": "117",
    "printed_number": "117",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm12/117.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm12/117.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm12/117.large.webp"
      }
    ],
    "expansion": {
      "id": "sm12",
      "name": "Cosmic Eclipse",
      "total": 272,
      "language": "English",
      "language_code": "en",
      "series": "Sun & Moon",
      "code": "CEC",
      "printed_total": 236,
      "release_date": "2019/11/01",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/sm12.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/sm12.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "201149",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm12/117.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm12/117.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm12/117.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 2"
    ],
    "types": [
      "Fighting"
    ],
    "hp": "160",
    "abilities": [
      {
        "name": "Bulldoze",
        "text": "Once during your turn (before your attack), you may search your deck for a card, shuffle your deck, then put that card on top of it.",
        "type": "Ability"
      }
    ],
    "attacks": [
      {
        "cost": [
          "Fighting",
          "Colorless",
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 4,
        "name": "Tremulous Fist",
        "text": "This attack does 30 more damage for each of your Benched Pokémon that has any damage counters on it.",
        "damage": "80"
      }
    ],
    "weaknesses": [
      {
        "type": "Grass",
        "value": "×2"
      }
    ],
    "rarity": "Rare",
    "artist": "Shigenori Negishi",
    "pricing": {
      "currency": "USD",
      "market": 0.24,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.24
        },
        {
          "condition": "LP",
          "price": 0.22
        },
        {
          "condition": "MP",
          "price": 0.16
        },
        {
          "condition": "DMG",
          "price": 0.15
        }
      ],
      "graded": [],
      "market_updated_at": "2026-09-22T03:47:33.866Z",
      "trend_7d": {
        "direction": "up",
        "percent": 4.35
      }
    }
  }
}