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

← Legendary Shine Collection
Dedenne

Dedenne

usually #10 Pokémon Basic
Types
Lightning
Illustrator
Kouki Saitou
Expansion
Legendary Shine Collection · XY
Language
Japanese
TCGplayer
605333

Attacks

Thunder Shock 10
Lightning

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

GET /api/v1/pokemon/cards/cp2_ja-10?include=prices 200 18ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "cp2_ja-10",
    "name": "Dedenne",
    "number": "10",
    "printed_number": "10",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/cp2_ja/10.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/cp2_ja/10.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/cp2_ja/10.large.webp"
      }
    ],
    "expansion": {
      "id": "cp2_ja",
      "name": "Legendary Shine Collection",
      "total": 27,
      "language": "Japanese",
      "language_code": "ja",
      "series": "XY",
      "code": "CP2",
      "printed_total": 27,
      "release_date": "2015/07/18",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/cp2_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/cp2_ja.symbol.png",
      "translation": {
        "en": {
          "name": "Legendary Shine Collection"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": "605333",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/cp2_ja/10.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/cp2_ja/10.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/cp2_ja/10.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Lightning"
    ],
    "attacks": [
      {
        "cost": [
          "Lightning"
        ],
        "converted_energy_cost": 1,
        "name": "Thunder Shock",
        "text": "Flip a coin. If heads, your opponent's Active Pokémon is now Paralyzed.",
        "damage": "10"
      }
    ],
    "rarity": "usually",
    "artist": "Kouki Saitou",
    "pricing": {
      "currency": "USD",
      "market": 11.45,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 11.45
        },
        {
          "condition": "LP",
          "price": 10
        },
        {
          "condition": "HP",
          "price": 5
        },
        {
          "condition": "DMG",
          "price": 1
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "10",
          "value": 17,
          "low": 12,
          "high": 22,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "8.5",
          "value": 7,
          "low": 5.95,
          "high": 8.05,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 143.5,
          "low": 139.72,
          "high": 873,
          "confidence": "high",
          "value_kind": "sold",
          "sold_count": 30,
          "trend": {
            "direction": "down",
            "percent": -77.9
          }
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 26,
          "low": 22.1,
          "high": 29.9,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "TAG",
          "grade": "10",
          "value": 49.99,
          "low": 45.99,
          "high": 169.99,
          "confidence": "med",
          "value_kind": "sold",
          "sold_count": 3
        }
      ],
      "market_updated_at": "2026-09-22T03:58:23.918Z",
      "trend_7d": {
        "direction": "down",
        "percent": -1.8
      }
    }
  }
}