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

← Neo Revelation Unlimited
Flaaffy

Flaaffy

Uncommon #28 Pokémon Stage 1 HP 70
Types
Lightning
Illustrator
Toshinao Aoki
Expansion
Neo Revelation Unlimited · Neo
Language
English
TCGplayer
85473

Attacks

Electric Punch 20
Lightning
Tail Shock 30
Lightning · Colorless · Colorless

Flip a coin. If heads, this attack does 10 damage to each of your opponent's Benched Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)

GET /api/v1/pokemon/cards/neo3-28vuu?include=prices 200 16ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "neo3-28vuu",
    "name": "Flaaffy",
    "number": "28",
    "printed_number": "28",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/neo3-unlimited/28vuu.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/neo3-unlimited/28vuu.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/neo3-unlimited/28vuu.large.webp"
      }
    ],
    "expansion": {
      "id": "neo3-unlimited",
      "name": "Neo Revelation Unlimited",
      "total": 66,
      "language": "English",
      "language_code": "en",
      "series": "Neo",
      "printed_total": 66,
      "release_date": "2001/09/21",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/neo3.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/neo3.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "85473",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/neo3-unlimited/28vuu.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/neo3-unlimited/28vuu.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/neo3-unlimited/28vuu.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 1"
    ],
    "types": [
      "Lightning"
    ],
    "hp": "70",
    "attacks": [
      {
        "cost": [
          "Lightning"
        ],
        "converted_energy_cost": 1,
        "name": "Electric Punch",
        "damage": "20"
      },
      {
        "cost": [
          "Lightning",
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Tail Shock",
        "text": "Flip a coin. If heads, this attack does 10 damage to each of your opponent's Benched Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)",
        "damage": "30"
      }
    ],
    "weaknesses": [
      {
        "type": "Fighting",
        "value": "×2"
      }
    ],
    "rarity": "Uncommon",
    "artist": "Toshinao Aoki",
    "pricing": {
      "currency": "USD",
      "market": 2.84,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 2.84
        },
        {
          "condition": "LP",
          "price": 1.96
        },
        {
          "condition": "MP",
          "price": 1.4
        },
        {
          "condition": "HP",
          "price": 0.85
        },
        {
          "condition": "DMG",
          "price": 0.89
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "10",
          "value": 14,
          "low": 14,
          "high": 24,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "6.5",
          "value": 9,
          "low": 7.65,
          "high": 10.35,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "8.5",
          "value": 6,
          "low": 5.1,
          "high": 6.9,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "9.5",
          "value": 10.8,
          "low": 9.18,
          "high": 12.42,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 32.5,
          "low": 20,
          "high": 45,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "8",
          "value": 17.55,
          "low": 17.08,
          "high": 17.55,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 20,
          "low": 17,
          "high": 23,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-21T03:28:32.733Z",
      "trend_7d": {
        "direction": "up",
        "percent": 12.7
      }
    }
  }
}