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

← Forbidden Light
Diancie ◇

Diancie ◇

Rare Prism Star #74 Pokémon BasicPrism Star HP 120
Types
Fighting
Illustrator
kawayoo
Expansion
Forbidden Light · Sun & Moon
Language
English
TCGplayer
165728

Attacks

Diamond Rain 90
Fighting · Fighting · Fighting

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

GET /api/v1/pokemon/cards/sm6-74vh?include=prices 200 22ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "sm6-74vh",
    "name": "Diancie ◇",
    "number": "74",
    "printed_number": "74",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm6/74vh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm6/74vh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm6/74vh.large.webp"
      }
    ],
    "expansion": {
      "id": "sm6",
      "name": "Forbidden Light",
      "total": 150,
      "language": "English",
      "language_code": "en",
      "series": "Sun & Moon",
      "code": "FLI",
      "printed_total": 131,
      "release_date": "2018/05/04",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/sm6.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/sm6.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "165728",
    "variants": [
      {
        "name": "holofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm6/74vh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm6/74vh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm6/74vh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic",
      "Prism Star"
    ],
    "types": [
      "Fighting"
    ],
    "hp": "120",
    "abilities": [
      {
        "name": "Princess's Cheers",
        "text": "As long as this Pokémon is on your Bench, your Fighting Pokémon's attacks do 20 more damage to your opponent's Active Pokémon (before applying Weakness and Resistance).",
        "type": "Ability"
      }
    ],
    "attacks": [
      {
        "cost": [
          "Fighting",
          "Fighting",
          "Fighting"
        ],
        "converted_energy_cost": 3,
        "name": "Diamond Rain",
        "text": "Heal 30 damage from each of your Benched Pokémon.",
        "damage": "90"
      }
    ],
    "weaknesses": [
      {
        "type": "Grass",
        "value": "×2"
      }
    ],
    "rarity": "Rare Prism Star",
    "artist": "kawayoo",
    "pricing": {
      "currency": "USD",
      "market": 6.57,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 6.57
        },
        {
          "condition": "LP",
          "price": 4.79
        },
        {
          "condition": "MP",
          "price": 3.87
        },
        {
          "condition": "HP",
          "price": 2.63
        },
        {
          "condition": "DMG",
          "price": 3.11
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "10",
          "value": 10,
          "low": 8.5,
          "high": 11.5,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "9",
          "value": 21.5,
          "low": 18.27,
          "high": 24.73,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 319,
          "low": 179.5,
          "high": 458.5,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "8",
          "value": 45,
          "low": 38.25,
          "high": 51.75,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 21,
          "low": 8,
          "high": 30,
          "confidence": "med",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-22T03:18:42.165Z",
      "trend_7d": {
        "direction": "up",
        "percent": 3.46
      }
    }
  }
}