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

← Furious Fists
Dedenne

Dedenne

Uncommon #34 Pokémon Basic HP 70
Types
Lightning
Illustrator
5ban Graphics
Expansion
Furious Fists · XY
Language
English
TCGplayer
92209

Attacks

Entrainment
Colorless

Search your deck for up to 2 Basic Pokémon and put them onto your Bench. Shuffle your deck afterward.

Energy Short 20
Colorless

This attack does 20 damage times the amount of Energy attached to your opponent's Active Pokémon.

GET /api/v1/pokemon/cards/xy3-34vrh?include=prices 200 19ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "xy3-34vrh",
    "name": "Dedenne",
    "number": "34",
    "printed_number": "34",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy3/34vrh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy3/34vrh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy3/34vrh.large.webp"
      }
    ],
    "expansion": {
      "id": "xy3",
      "name": "Furious Fists",
      "total": 114,
      "language": "English",
      "language_code": "en",
      "series": "XY",
      "code": "FFI",
      "printed_total": 111,
      "release_date": "2014/08/13",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/xy3.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/xy3.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "92209",
    "variants": [
      {
        "name": "reverseHolofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy3/34vrh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy3/34vrh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy3/34vrh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Lightning"
    ],
    "hp": "70",
    "attacks": [
      {
        "cost": [
          "Colorless"
        ],
        "converted_energy_cost": 1,
        "name": "Entrainment",
        "text": "Search your deck for up to 2 Basic Pokémon and put them onto your Bench. Shuffle your deck afterward."
      },
      {
        "cost": [
          "Colorless"
        ],
        "converted_energy_cost": 1,
        "name": "Energy Short",
        "text": "This attack does 20 damage times the amount of Energy attached to your opponent's Active Pokémon.",
        "damage": "20"
      }
    ],
    "weaknesses": [
      {
        "type": "Fighting",
        "value": "×2"
      }
    ],
    "resistances": [
      {
        "type": "Metal",
        "value": "-20"
      }
    ],
    "rarity": "Uncommon",
    "artist": "5ban Graphics",
    "pricing": {
      "currency": "USD",
      "market": 2.55,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 2.55
        },
        {
          "condition": "LP",
          "price": 0.8
        },
        {
          "condition": "MP",
          "price": 0.56
        },
        {
          "condition": "HP",
          "price": 0.5
        },
        {
          "condition": "DMG",
          "price": 0.75
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "8.5",
          "value": 72,
          "low": 61.2,
          "high": 82.8,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "6",
          "value": 8.5,
          "low": 7.23,
          "high": 9.77,
          "confidence": "med",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "7",
          "value": 7.5,
          "low": 6.38,
          "high": 8.63,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-21T03:39:13.477Z",
      "trend_7d": {
        "direction": "flat",
        "percent": -0.39
      }
    }
  }
}