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

← Facing a New Trial
Darkrai-GX

Darkrai-GX

Double Rare #40 Pokémon BasicGX HP 180
Types
Darkness
Illustrator
PLANETA
Expansion
Facing a New Trial · Sun & Moon
Language
Japanese
TCGplayer
573821

Attacks

Dark Cleave 130
Darkness · Darkness · Colorless

This attack's damage isn't affected by Resistance.

Dead End-GX
Darkness · Darkness · Colorless

If your opponent's Active Pokémon is affected by a Special Condition, that Pokémon is Knocked Out. (You can't use more than 1 GX attack in a game.)

GET /api/v1/pokemon/cards/sm2p_ja-40vh?include=prices 200 17ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "sm2p_ja-40vh",
    "name": "Darkrai-GX",
    "number": "40",
    "printed_number": "40",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm2p_ja/40vh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm2p_ja/40vh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm2p_ja/40vh.large.webp"
      }
    ],
    "expansion": {
      "id": "sm2p_ja",
      "name": "Facing a New Trial",
      "total": 70,
      "language": "Japanese",
      "language_code": "ja",
      "series": "Sun & Moon",
      "code": "SM2+",
      "printed_total": 49,
      "release_date": "2017/01/27",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/sm2p_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/sm2p_ja.symbol.png",
      "translation": {
        "en": {
          "name": "Facing a New Trial"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": "573821",
    "variants": [
      {
        "name": "holofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm2p_ja/40vh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm2p_ja/40vh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm2p_ja/40vh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic",
      "GX"
    ],
    "types": [
      "Darkness"
    ],
    "hp": "180",
    "abilities": [
      {
        "name": "Restoration",
        "text": "Once during your turn (before your attack), if this Pokémon is in your discard pile, you may put it onto your Bench. Then, attach a Darkness Energy card from your discard pile to this Pokémon.",
        "type": "Ability"
      }
    ],
    "attacks": [
      {
        "cost": [
          "Darkness",
          "Darkness",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Dark Cleave",
        "text": "This attack's damage isn't affected by Resistance.",
        "damage": "130"
      },
      {
        "cost": [
          "Darkness",
          "Darkness",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Dead End-GX",
        "text": "If your opponent's Active Pokémon is affected by a Special Condition, that Pokémon is Knocked Out. (You can't use more than 1 GX attack in a game.)"
      }
    ],
    "weaknesses": [
      {
        "type": "Fighting",
        "value": "×2"
      }
    ],
    "resistances": [
      {
        "type": "Psychic",
        "value": "-20"
      }
    ],
    "rarity": "Double Rare",
    "artist": "PLANETA",
    "pricing": {
      "currency": "USD",
      "market": 9.99,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 9.99
        }
      ],
      "graded": [
        {
          "company": "ACE",
          "grade": "8",
          "value": 14.21,
          "low": 14.21,
          "high": 14.21,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        },
        {
          "company": "BGS",
          "grade": "10",
          "value": 56,
          "low": 48.5,
          "high": 56,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "10",
          "value": 31.2,
          "low": 26.52,
          "high": 35.88,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "8.5",
          "value": 8.5,
          "low": 7.23,
          "high": 9.77,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 157.28,
          "low": 190,
          "high": 190,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        },
        {
          "company": "PSA",
          "grade": "8",
          "value": 22.5,
          "low": 22.5,
          "high": 22.5,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 24,
          "low": 20.4,
          "high": 27.6,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-22T02:26:34.715Z",
      "trend_7d": {
        "direction": "down",
        "percent": -19.24
      }
    }
  }
}