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

← BREAKthrough
Stunfisk

Stunfisk

Uncommon #56 Pokémon Basic HP 110
Types
Lightning
Illustrator
Naoki Saito
Expansion
BREAKthrough · XY
Language
English
TCGplayer
107175

Attacks

Revenge 20
Lightning · Colorless

If any of your Pokémon were Knocked Out by damage from an opponent's attack during his or her last turn, this attack does 80 more damage.

Thunder Blast 80
Lightning · Lightning · Colorless

Discard an Energy attached to this Pokémon.

GET /api/v1/pokemon/cards/xy8-56?include=prices 200 19ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "xy8-56",
    "name": "Stunfisk",
    "number": "56",
    "printed_number": "56",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy8/56.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy8/56.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy8/56.large.webp"
      }
    ],
    "expansion": {
      "id": "xy8",
      "name": "BREAKthrough",
      "total": 165,
      "language": "English",
      "language_code": "en",
      "series": "XY",
      "code": "BKT",
      "printed_total": 162,
      "release_date": "2015/11/04",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/xy8.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/xy8.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "107175",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy8/56.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy8/56.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy8/56.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Lightning"
    ],
    "hp": "110",
    "attacks": [
      {
        "cost": [
          "Lightning",
          "Colorless"
        ],
        "converted_energy_cost": 2,
        "name": "Revenge",
        "text": "If any of your Pokémon were Knocked Out by damage from an opponent's attack during his or her last turn, this attack does 80 more damage.",
        "damage": "20"
      },
      {
        "cost": [
          "Lightning",
          "Lightning",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Thunder Blast",
        "text": "Discard an Energy attached to this Pokémon.",
        "damage": "80"
      }
    ],
    "weaknesses": [
      {
        "type": "Fighting",
        "value": "×2"
      }
    ],
    "resistances": [
      {
        "type": "Metal",
        "value": "-20"
      }
    ],
    "rarity": "Uncommon",
    "artist": "Naoki Saito",
    "pricing": {
      "currency": "USD",
      "market": 0.19,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.19
        },
        {
          "condition": "LP",
          "price": 0.16
        },
        {
          "condition": "MP",
          "price": 0.1
        },
        {
          "condition": "HP",
          "price": 0.07
        }
      ],
      "graded": [],
      "market_updated_at": "2026-09-21T03:49:47.264Z",
      "trend_7d": {
        "direction": "up",
        "percent": 5.56
      }
    }
  }
}