Powered live by GET /api/v1/pokemon/… — the same public API documented in API Docs. Search supports the full q syntax.

← Super Electric Breaker
Flutter Mane

Flutter Mane

Non #59 Pokémon BasicAncient
Types
Psychic
Illustrator
Ebila
Expansion
Super Electric Breaker · Scarlet & Violet
Language
Japanese
TCGplayer
587639

Attacks

Perplexing Transfer
Colorless · Colorless

Move all damage counters from 1 of your Benched Ancient Pokémon to your opponent's Active Pokémon.

Moonblast
Psychic · Psychic

During your opponent's next turn, attacks used by the Defending Pokémon do 30 less damage (before applying Weakness and Resistance).

GET /api/v1/pokemon/cards/sv8_ja-59?include=prices 200 52ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "sv8_ja-59",
    "name": "Flutter Mane",
    "number": "59",
    "printed_number": "59",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv8_ja/59.small.png",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv8_ja/59.large.png",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv8_ja/59.large.png"
      }
    ],
    "expansion": {
      "id": "sv8_ja",
      "name": "Super Electric Breaker",
      "total": 138,
      "language": "Japanese",
      "language_code": "ja",
      "series": "Scarlet & Violet",
      "code": "SV8",
      "printed_total": 106,
      "release_date": "2024/10/18",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/sv8_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/sv8_ja.symbol.png",
      "translation": {
        "en": {
          "name": "Super Electric Breaker"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": "587639",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv8_ja/59.small.png",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv8_ja/59.large.png",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv8_ja/59.large.png"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic",
      "Ancient"
    ],
    "types": [
      "Psychic"
    ],
    "attacks": [
      {
        "cost": [
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 2,
        "name": "Perplexing Transfer",
        "text": "Move all damage counters from 1 of your Benched Ancient Pokémon to your opponent's Active Pokémon."
      },
      {
        "cost": [
          "Psychic",
          "Psychic"
        ],
        "converted_energy_cost": 2,
        "name": "Moonblast",
        "text": "During your opponent's next turn, attacks used by the Defending Pokémon do 30 less damage (before applying Weakness and Resistance)."
      }
    ],
    "rarity": "Non",
    "artist": "Ebila",
    "pricing": {
      "currency": "USD",
      "market": 0.31,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.31
        }
      ],
      "graded": [],
      "market_updated_at": "2026-07-29T15:36:29.207Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}