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

← Noble Victories
Stunfisk

Stunfisk

Uncommon #68 Pokémon Basic HP 90
Types
Fighting
Illustrator
Midori Harada
Expansion
Noble Victories · Black & White
Language
English
TCGplayer
89580

Attacks

Trickle 30
Lightning · Colorless

Flip 2 coins. This attack does 30 damage times the number of heads.

Thundershock 50
Lightning · Lightning · Colorless

Flip a coin. If heads, the Defending Pokémon is now Paralyzed.

GET /api/v1/pokemon/cards/bw3-68?include=prices 200 16ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "bw3-68",
    "name": "Stunfisk",
    "number": "68",
    "printed_number": "68",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw3/68.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw3/68.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw3/68.large.webp"
      }
    ],
    "expansion": {
      "id": "bw3",
      "name": "Noble Victories",
      "total": 102,
      "language": "English",
      "language_code": "en",
      "series": "Black & White",
      "code": "NVI",
      "printed_total": 101,
      "release_date": "2011/11/16",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/bw3.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/bw3.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "89580",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw3/68.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw3/68.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw3/68.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Fighting"
    ],
    "hp": "90",
    "attacks": [
      {
        "cost": [
          "Lightning",
          "Colorless"
        ],
        "converted_energy_cost": 2,
        "name": "Trickle",
        "text": "Flip 2 coins. This attack does 30 damage times the number of heads.",
        "damage": "30"
      },
      {
        "cost": [
          "Lightning",
          "Lightning",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Thundershock",
        "text": "Flip a coin. If heads, the Defending Pokémon is now Paralyzed.",
        "damage": "50"
      }
    ],
    "weaknesses": [
      {
        "type": "Water",
        "value": "×2"
      }
    ],
    "resistances": [
      {
        "type": "Lightning",
        "value": "-20"
      }
    ],
    "rarity": "Uncommon",
    "artist": "Midori Harada",
    "pricing": {
      "currency": "USD",
      "market": 0.48,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.48
        },
        {
          "condition": "LP",
          "price": 0.33
        },
        {
          "condition": "MP",
          "price": 0.23
        },
        {
          "condition": "HP",
          "price": 0.15
        }
      ],
      "graded": [],
      "market_updated_at": "2026-09-22T02:43:29.787Z",
      "trend_7d": {
        "direction": "up",
        "percent": 2.13
      }
    }
  }
}