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

← Night Unison
Dedenne-GX

Dedenne-GX

Hyper Rare #65 Pokémon BasicGX HP 160
Types
Lightning
Illustrator
5ban Graphics
Expansion
Night Unison · Sun & Moon
Language
Japanese
TCGplayer
574436
GET /api/v1/pokemon/cards/sm9a_ja-65vh?include=prices 200 16ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "sm9a_ja-65vh",
    "name": "Dedenne-GX",
    "number": "65",
    "printed_number": "65",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm9a_ja/65vh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm9a_ja/65vh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm9a_ja/65vh.large.webp"
      }
    ],
    "expansion": {
      "id": "sm9a_ja",
      "name": "Night Unison",
      "total": 70,
      "language": "Japanese",
      "language_code": "ja",
      "series": "Sun & Moon",
      "code": "SM9a",
      "printed_total": 55,
      "release_date": "2019/01/11",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/sm9a_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/sm9a_ja.symbol.png",
      "translation": {
        "en": {
          "name": "Night Unison"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": "574436",
    "variants": [
      {
        "name": "holofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm9a_ja/65vh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm9a_ja/65vh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm9a_ja/65vh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic",
      "GX"
    ],
    "types": [
      "Lightning"
    ],
    "hp": "160",
    "abilities": [
      {
        "name": "Dedechange",
        "text": "When you play this Pokémon from your hand onto your Bench during your turn, you may discard your hand and draw 6 cards. You can't use more than 1 Dedechange Ability each turn.",
        "type": "Ability"
      }
    ],
    "weaknesses": [
      {
        "type": "Fighting",
        "value": "×2"
      }
    ],
    "resistances": [
      {
        "type": "Metal",
        "value": "-20"
      }
    ],
    "rarity": "Hyper Rare",
    "artist": "5ban Graphics",
    "pricing": {
      "currency": "USD",
      "market": 31.05,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 31.05
        },
        {
          "condition": "MP",
          "price": 18
        }
      ],
      "graded": [
        {
          "company": "PSA",
          "grade": "10",
          "value": 90,
          "low": 76.5,
          "high": 103.5,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 30,
          "low": 30,
          "high": 33.12,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-22T02:47:16.499Z",
      "trend_7d": {
        "direction": "down",
        "percent": -20.14
      }
    }
  }
}