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

← Shining Synergy (Shower)
Stunfisk

Stunfisk

Uncommon #073/150 Pokémon Basic HP 110
Types
Lightning
Illustrator
sowsow
Expansion
Shining Synergy (Shower) · Sun & Moon
Language
Chinese
TCGplayer

Attacks

Raging Thunder 30
Colorless

This attack does 10 damage to 1 of your Benched Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)

Electric Trap 30
Colorless · Colorless

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

GET /api/v1/pokemon/cards/sssh-073?include=prices 200 17ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "sssh-073",
    "name": "Stunfisk",
    "number": "073/150",
    "printed_number": "073/150",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sssh-073.large.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sssh-073.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sssh-073.large.webp"
      }
    ],
    "expansion": {
      "id": "sssh",
      "name": "Shining Synergy (Shower)",
      "total": 194,
      "language": "Chinese",
      "language_code": "zh",
      "series": "Sun & Moon",
      "printed_total": 194,
      "release_date": "2023/01/18",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/sssh.logo.png",
      "translation": {
        "en": {
          "name": "Shining Synergy (Shower)"
        }
      }
    },
    "language": "Chinese",
    "language_code": "zh",
    "tcgplayer_id": null,
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sssh-073.large.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sssh-073.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sssh-073.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Lightning"
    ],
    "hp": "110",
    "attacks": [
      {
        "cost": [
          "Colorless"
        ],
        "converted_energy_cost": 1,
        "name": "Raging Thunder",
        "text": "This attack does 10 damage to 1 of your Benched Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)",
        "damage": "30"
      },
      {
        "cost": [
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 2,
        "name": "Electric Trap",
        "text": "This attack does 30 damage for each of your Pokémon that has any damage counters on it.",
        "damage": "30"
      }
    ],
    "weaknesses": [
      {
        "type": "Fighting",
        "value": "×2"
      }
    ],
    "resistances": [
      {
        "type": "Metal",
        "value": "-20"
      }
    ],
    "rarity": "Uncommon",
    "artist": "sowsow",
    "pricing": {
      "currency": "USD",
      "market": null,
      "is_stale": false,
      "conditions": [],
      "graded": [],
      "market_updated_at": "2026-09-19T02:38:35.209Z"
    }
  }
}