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

← Phantom Forces
Diancie

Diancie

Rare Holo #71 Pokémon Basic HP 90
Types
Fairy
Illustrator
5ban Graphics
Expansion
Phantom Forces · XY
Language
English
TCGplayer
94639

Attacks

Sparkle
Fairy

If the Defending Pokémon tries to attack during your opponent's next turn, your opponent flips a coin. If tails, that attack does nothing.

Diamond Storm 60
Fairy · Fairy · Colorless

Heal 30 damage from each of your Fairy Pokémon.

GET /api/v1/pokemon/cards/xy4-71vrh?include=prices 200 18ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "xy4-71vrh",
    "name": "Diancie",
    "number": "71",
    "printed_number": "71",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy4/71vrh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy4/71vrh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy4/71vrh.large.webp"
      }
    ],
    "expansion": {
      "id": "xy4",
      "name": "Phantom Forces",
      "total": 124,
      "language": "English",
      "language_code": "en",
      "series": "XY",
      "code": "PHF",
      "printed_total": 119,
      "release_date": "2014/11/05",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/xy4.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/xy4.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "94639",
    "variants": [
      {
        "name": "reverseHolofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy4/71vrh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy4/71vrh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy4/71vrh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Fairy"
    ],
    "hp": "90",
    "attacks": [
      {
        "cost": [
          "Fairy"
        ],
        "converted_energy_cost": 1,
        "name": "Sparkle",
        "text": "If the Defending Pokémon tries to attack during your opponent's next turn, your opponent flips a coin. If tails, that attack does nothing."
      },
      {
        "cost": [
          "Fairy",
          "Fairy",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Diamond Storm",
        "text": "Heal 30 damage from each of your Fairy Pokémon.",
        "damage": "60"
      }
    ],
    "weaknesses": [
      {
        "type": "Metal",
        "value": "×2"
      }
    ],
    "resistances": [
      {
        "type": "Darkness",
        "value": "-20"
      }
    ],
    "rarity": "Rare Holo",
    "artist": "5ban Graphics",
    "pricing": {
      "currency": "USD",
      "market": 5.17,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 5.17
        },
        {
          "condition": "LP",
          "price": 3.78
        },
        {
          "condition": "MP",
          "price": 1.7
        },
        {
          "condition": "HP",
          "price": 1.12
        },
        {
          "condition": "DMG",
          "price": 1.53
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "9.5",
          "value": 10,
          "low": 8.5,
          "high": 11.5,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 587.45,
          "low": 720,
          "high": 720,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        }
      ],
      "market_updated_at": "2026-09-21T03:30:56.509Z",
      "trend_7d": {
        "direction": "up",
        "percent": 0.58
      }
    }
  }
}