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

← Secret Wonders
Flaaffy

Flaaffy

Uncommon #50 Pokémon Stage 1 HP 80
Types
Lightning
Illustrator
Kagemaru Himeno
Expansion
Secret Wonders · Diamond & Pearl
Language
English
TCGplayer
85479

Attacks

Attract Current 10
Colorless

Search your deck for a Lightning Energy card and attach it to 1 of your Pokémon. Shuffle your deck afterward.

Electromagnetic Kick 60
Lightning · Lightning · Colorless

Flip a coin. If tails, Flaaffy does 10 damage to itself.

GET /api/v1/pokemon/cards/dp3-50?include=prices 200 18ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "dp3-50",
    "name": "Flaaffy",
    "number": "50",
    "printed_number": "50",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp3/50.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp3/50.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp3/50.large.webp"
      }
    ],
    "expansion": {
      "id": "dp3",
      "name": "Secret Wonders",
      "total": 132,
      "language": "English",
      "language_code": "en",
      "series": "Diamond & Pearl",
      "code": "SW",
      "printed_total": 132,
      "release_date": "2007/11/01",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/dp3.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/dp3.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "85479",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp3/50.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp3/50.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp3/50.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 1"
    ],
    "types": [
      "Lightning"
    ],
    "hp": "80",
    "attacks": [
      {
        "cost": [
          "Colorless"
        ],
        "converted_energy_cost": 1,
        "name": "Attract Current",
        "text": "Search your deck for a Lightning Energy card and attach it to 1 of your Pokémon. Shuffle your deck afterward.",
        "damage": "10"
      },
      {
        "cost": [
          "Lightning",
          "Lightning",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Electromagnetic Kick",
        "text": "Flip a coin. If tails, Flaaffy does 10 damage to itself.",
        "damage": "60"
      }
    ],
    "weaknesses": [
      {
        "type": "Fighting",
        "value": "+20"
      }
    ],
    "resistances": [
      {
        "type": "Metal",
        "value": "-20"
      }
    ],
    "rarity": "Uncommon",
    "artist": "Kagemaru Himeno",
    "pricing": {
      "currency": "USD",
      "market": 1.15,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 1.15
        },
        {
          "condition": "LP",
          "price": 0.59
        },
        {
          "condition": "MP",
          "price": 0.27
        },
        {
          "condition": "HP",
          "price": 0.27
        },
        {
          "condition": "DMG",
          "price": 0.37
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "7",
          "value": 37,
          "low": 31.45,
          "high": 42.55,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "9",
          "value": 7,
          "low": 5.95,
          "high": 8.05,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "7",
          "value": 12,
          "low": 10.2,
          "high": 13.8,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-22T02:12:03.158Z",
      "trend_7d": {
        "direction": "up",
        "percent": 2.68
      }
    }
  }
}