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

← Fates Collide
Diancie-EX

Diancie-EX

Rare Holo EX #72 Pokémon BasicEX HP 150
Types
Fairy
Illustrator
Eske Yoshinob
Expansion
Fates Collide · XY
Language
English
TCGplayer
xy10-72

Attacks

Wonder Stage 60
Fairy · Colorless · Colorless

If there is any Stadium card in play, this attack does 50 more damage.

GET /api/v1/pokemon/cards/xy10-72vh?include=prices 200 28ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "xy10-72vh",
    "name": "Diancie-EX",
    "number": "72",
    "printed_number": "72",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy10/72vh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy10/72vh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy10/72vh.large.webp"
      }
    ],
    "expansion": {
      "id": "xy10",
      "name": "Fates Collide",
      "total": 129,
      "language": "English",
      "language_code": "en",
      "series": "XY",
      "code": "FCO",
      "printed_total": 124,
      "release_date": "2016/05/02",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/xy10.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/xy10.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "xy10-72",
    "variants": [
      {
        "name": "holofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy10/72vh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy10/72vh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy10/72vh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic",
      "EX"
    ],
    "types": [
      "Fairy"
    ],
    "hp": "150",
    "abilities": [
      {
        "name": "Sparkle Veil",
        "text": "As long as this Pokémon is your Active Pokémon, any damage done to your Pokémon by an opponent's attack is reduced by 30 (after applying Weakness and Resistance).",
        "type": "Ability"
      }
    ],
    "attacks": [
      {
        "cost": [
          "Fairy",
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Wonder Stage",
        "text": "If there is any Stadium card in play, this attack does 50 more damage.",
        "damage": "60"
      }
    ],
    "weaknesses": [
      {
        "type": "Metal",
        "value": "×2"
      }
    ],
    "resistances": [
      {
        "type": "Darkness",
        "value": "-20"
      }
    ],
    "rarity": "Rare Holo EX",
    "artist": "Eske Yoshinob",
    "pricing": {
      "currency": "USD",
      "market": 4.61,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 4.61
        },
        {
          "condition": "MP",
          "price": 3.61
        },
        {
          "condition": "HP",
          "price": 2.51
        },
        {
          "condition": "DMG",
          "price": 2.05
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "9",
          "value": 7.5,
          "low": 6.38,
          "high": 8.63,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "1",
          "value": 52,
          "low": 52,
          "high": 52,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 159.99,
          "low": 131.25,
          "high": 197.5,
          "confidence": "high",
          "value_kind": "sold",
          "sold_count": 6
        },
        {
          "company": "PSA",
          "grade": "6",
          "value": 5.31,
          "low": 4.51,
          "high": 6.11,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "8",
          "value": 10,
          "low": 8.5,
          "high": 11.5,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 14.25,
          "low": 12.5,
          "high": 14.5,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-21T02:50:16.099Z",
      "trend_7d": {
        "direction": "up",
        "percent": 0.88
      }
    }
  }
}