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

← Surging Sparks
Flutter Mane

Flutter Mane

Uncommon #96 Pokémon BasicAncient HP 90
Types
Psychic
Illustrator
Ebila
Expansion
Surging Sparks · Scarlet & Violet
Language
English
TCGplayer
589949

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 70
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-96?include=prices 200 21ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "sv8-96",
    "name": "Flutter Mane",
    "number": "96",
    "printed_number": "96",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv8/96.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv8/96.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv8/96.large.webp"
      }
    ],
    "expansion": {
      "id": "sv8",
      "name": "Surging Sparks",
      "total": 252,
      "language": "English",
      "language_code": "en",
      "series": "Scarlet & Violet",
      "code": "SSP",
      "printed_total": 191,
      "release_date": "2024/11/08",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/sv8.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/sv8.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "589949",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv8/96.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv8/96.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv8/96.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic",
      "Ancient"
    ],
    "types": [
      "Psychic"
    ],
    "hp": "90",
    "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).",
        "damage": "70"
      }
    ],
    "weaknesses": [
      {
        "type": "Metal",
        "value": "×2"
      }
    ],
    "rarity": "Uncommon",
    "artist": "Ebila",
    "pricing": {
      "currency": "USD",
      "market": 0.01,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.01
        }
      ],
      "graded": [
        {
          "company": "PSA",
          "grade": "9",
          "value": 76.5,
          "low": 6,
          "high": 76.5,
          "confidence": "med",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-21T03:03:31.267Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}