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

← XY Promos
Dedenne

Dedenne

Promo #13 Pokémon Basic HP 70
Types
Fairy
Illustrator
5ban Graphics
Expansion
XY Promos · XY
Language
Japanese
TCGplayer

Attacks

Nuzzle
Colorless

Flip a coin. If heads, your opponent's Active Pokémon is now Paralyzed.

Spiral Drain 60
Fairy · Colorless · Colorless

Heal 20 damage from this Pokémon.

GET /api/v1/pokemon/cards/xyp_ja-13?include=prices 200 16ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "xyp_ja-13",
    "name": "Dedenne",
    "number": "13",
    "printed_number": "13",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xyp_ja/13.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xyp_ja/13.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xyp_ja/13.large.webp"
      }
    ],
    "expansion": {
      "id": "xyp_ja",
      "name": "XY Promos",
      "total": 299,
      "language": "Japanese",
      "language_code": "ja",
      "series": "XY",
      "printed_total": 299,
      "release_date": "2013/08/01",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/xyp_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/xyp_ja.symbol.png",
      "translation": {
        "en": {
          "name": "XY Promos"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": null,
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xyp_ja/13.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xyp_ja/13.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xyp_ja/13.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Fairy"
    ],
    "hp": "70",
    "attacks": [
      {
        "cost": [
          "Colorless"
        ],
        "converted_energy_cost": 1,
        "name": "Nuzzle",
        "text": "Flip a coin. If heads, your opponent's Active Pokémon is now Paralyzed."
      },
      {
        "cost": [
          "Fairy",
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Spiral Drain",
        "text": "Heal 20 damage from this Pokémon.",
        "damage": "60"
      }
    ],
    "weaknesses": [
      {
        "type": "Metal",
        "value": "×2"
      }
    ],
    "resistances": [
      {
        "type": "Darkness",
        "value": "×2"
      }
    ],
    "rarity": "Promo",
    "artist": "5ban Graphics",
    "pricing": {
      "currency": "USD",
      "market": 11.99,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 11.99
        },
        {
          "condition": "LP",
          "price": 7.13
        },
        {
          "condition": "MP",
          "price": 5
        },
        {
          "condition": "HP",
          "price": 5
        },
        {
          "condition": "DMG",
          "price": 4.5
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "10",
          "value": 179.94,
          "low": 152.95,
          "high": 206.93,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "8.5",
          "value": 12.99,
          "low": 11.04,
          "high": 14.94,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 199.95,
          "low": 170.99,
          "high": 252.86,
          "confidence": "high",
          "value_kind": "sold",
          "sold_count": 8,
          "trend": {
            "direction": "up",
            "percent": 11.1
          }
        },
        {
          "company": "PSA",
          "grade": "8",
          "value": 25,
          "low": 25,
          "high": 25,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 50.4,
          "low": 42.6,
          "high": 55.4,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 2
        }
      ],
      "market_updated_at": "2026-09-22T02:47:57.605Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}